{ "opencollection": "1.0.0", "info": { "name": "Application Performance Monitoring Explorer Trace API", "version": "20200630" }, "items": [ { "info": { "name": "trace", "type": "folder" }, "items": [ { "info": { "name": "Span details for a given span id.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/spans/:traceKey/:spanKey", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "spanKey", "value": "", "type": "path", "description": "Unique Application Performance Monitoring span identifier (spanId).\n" }, { "name": "traceKey", "value": "", "type": "path", "description": "Unique Application Performance Monitoring trace identifier (traceId).\n" }, { "name": "timeSpanStartedGreaterThanOrEqualTo", "value": "", "type": "query", "description": "Include spans that have a `spanStartTime` equal to or greater than this value.\n" }, { "name": "timeSpanStartedLessThan", "value": "", "type": "query", "description": "Include spans that have a `spanStartTime`less than this value.\n" }, { "name": "spanNamespace", "value": "", "type": "query", "description": "Name space from which the span details need to be retrieved.\n" } ] }, "docs": "Gets the span details identified by spanId.\n" }, { "info": { "name": "Trace details for a given traceId.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/traces/:traceKey", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "traceKey", "value": "", "type": "path", "description": "Unique Application Performance Monitoring trace identifier (traceId).\n" }, { "name": "timeTraceStartedGreaterThanOrEqualTo", "value": "", "type": "query", "description": "Include traces that have a minTraceStartTime equal to or greater than this value.\n" }, { "name": "timeTraceStartedLessThan", "value": "", "type": "query", "description": "Include traces that have a minTraceStartTime less than this value.\n" }, { "name": "traceNamespace", "value": "", "type": "query", "description": "Name space from which the trace details need to be retrieved.\n" } ] }, "docs": "Gets the trace details identified by traceId.\n" }, { "info": { "name": "Aggregated snapshot for a given trace ID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/traces/:traceKey/aggregatedSnapshotData", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "traceKey", "value": "", "type": "path", "description": "Unique Application Performance Monitoring trace identifier (traceId).\n" } ] }, "docs": "Gets the aggregated snapshot identified by trace ID.\n" }, { "info": { "name": "Trace snapshots data for a given trace ID.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/traces/:traceKey/snapshotData", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "traceKey", "value": "", "type": "path", "description": "Unique Application Performance Monitoring trace identifier (traceId).\n" }, { "name": "isSummarized", "value": "", "type": "query", "description": "If enabled, only span level details are sent.\n" }, { "name": "threadId", "value": "", "type": "query", "description": "Thread ID for which snapshots need to be retrieved. This identifier of a thread is a long positive number generated when a thread is created.\n" }, { "name": "snapshotTime", "value": "", "type": "query", "description": "Epoch time of snapshot.\n" } ] }, "docs": "Gets the trace snapshots data identified by trace ID.\n" } ] } ], "bundled": true }