{ "opencollection": "1.0.0", "info": { "name": "Application Performance Monitoring Trace Explorer Query API", "version": "20200630" }, "items": [ { "info": { "name": "query", "type": "folder" }, "items": [ { "info": { "name": "Query a trace, span, or service using the Application Performance Monitoring query syntax, and retrieve results (attributes and aggregations) for the queried entity.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/queries/actions/runQuery", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return.\n" }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page where to start retrieving results.\nThis is usually retrieved from a previous response.\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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the results (selected attributes and aggregations) of a query constructed according to the Application Performance Monitoring Defined Query Syntax.\nQuery results are filtered by the filter criteria specified in the where clause.\nFurther query results are grouped by the attributes specified in the group by clause. Finally,\nordering (asc/desc) is done by the specified attributes in the order by clause.\n" }, { "info": { "name": "List of predefined queries to assist the user to Quick Pick one and use.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/queries/quickPicks", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return.\n" }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page where to start retrieving results.\nThis is usually retrieved from a previous response.\n" } ] }, "docs": "Returns a list of predefined Quick Pick queries intended to assist the user\nto choose a query to run. There is no sorting applied on the results.\n" } ] } ], "bundled": true }