{ "opencollection": "1.0.0", "info": { "name": "Application Performance Monitoring Trace Explorer Attributes API", "version": "20200630" }, "items": [ { "info": { "name": "attributes", "type": "folder" }, "items": [ { "info": { "name": "Activate a set of attributes for the given APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/activateAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates a set of attributes for the given APM Domain. Attribute names are not case-sensitive. Any duplicates present in the bulk activation\nrequest are deduplicated and only unique attributes are activated. A maximum number of 700 string attributes and 100 numeric attributes\ncan be activated in an APM Domain subject to the available string and numeric slots. Once an attribute has been activated, it may take some time\nfor it to be appear in searches as ingest might not have picked up the ch" }, { "info": { "name": "Turn on or off autoactivation for private data key or public data key traffic in the APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/autoActivate", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "isAutoActivateOn", "value": "", "type": "query", "description": "Autoactivate toggle switch. Set to true to turn on auto-activate. Set to false to turn off auto-activate.\n" }, { "name": "dataKeyType", "value": "", "type": "query", "description": "Data key type for which auto-activate needs to be turned on or off.\n" } ] }, "docs": "Turn on or off autoactivate for private data key or public data key traffic a given APM Domain.\n" }, { "info": { "name": "DeActivate a set of attributes for the given APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/deActivateAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deactivates a set of attributes for the given APM Domain. Attribute names are not case-sensitive. Any duplicates present in the bulk deactivation\nrequest are deduplicated and only unique attributes are deactivated. A maximum number of 700 string attributes and 100 numeric attributes\ncan be deactivated in an APM Domain subject to the available string and numeric slots. Out of box attributes (Trace and Span) cannot be\ndeactivated, and will result in a processing error. Once an attribute has b" }, { "info": { "name": "Pin a set of attributes in the APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/pinAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pin a set of attributes in the APM Domain. Attributes that are marked pinned are not autoactivated by ingest.\nAttributes that are deactivated are pinned by default.\n" }, { "info": { "name": "Unpin a set of attributes in the APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/unPinAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unpin a set of attributes in the APM Domain.\n" }, { "info": { "name": "Update a set of attribute properties in the APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/updateAttributes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a set of attribute properties in the APM Domain.\n" }, { "info": { "name": "Update notes to a set of attributes in the APM Domain.", "type": "http" }, "http": { "method": "POST", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/actions/updateNotes", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or edit notes to a set of attributes in the APM Domain. Notes can be added to either an active or an inactive attribute. The\nnotes will be preserved even if the attribute changes state (when an active attribute is deactivated or when an inactive attribute\nis activated).\n" }, { "info": { "name": "Get autoactivate status for a private data key or public data key in the APM Domain.", "type": "http" }, "http": { "method": "GET", "url": "http://apm-trace.{region}.oci.{secondLevelDomain}/20200630/attributes/autoActivateStatus", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "apmDomainId", "value": "", "type": "query", "description": "The APM Domain ID for the intended request.\n" }, { "name": "dataKeyType", "value": "", "type": "query", "description": "Data key type for which auto-activate needs to be turned on or off.\n" } ] }, "docs": "Get autoactivation status for a private data key or public data key in the APM Domain.\n" } ] } ], "bundled": true }