Instana Global Application Alert Configuration API
The API endpoints of this group can be used to manage Global Application alert configurations.## Parameters:All parameters and deprecated parameters are similar to Application Alert Configuration except **applications**- **applications:** Selection of applications, services and endpoints in scope. It allows more than one application to define a global rule across different Application Perspectives. #### Example: Select multiple Application Perspectives To select multiple applications with IDs ``, `` including all its services and endpoints,simply provide the following selection object: ```json "applications": { "": { "applicationId": "" }, "": { "applicationId": "" } } ```
Instana Global Application Alert Configuration API is one of 62 APIs that Instana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Global Application Alert Configuration. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 9 operations across 6 paths, and defines 15 schemas. It is described by OpenAPI 3.0.1, at version 1.307.1417.
Requests are made against 2 base URLs: https://{unit}-{tenant}.instana.io, https://{domain}.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Instana Global Application Alert Configuration API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as authorization (ApiKeyAuth).
ApiKeyAuth— Example bash curl --request GET \ --url https://test-instana.instana.io/api/application-monitoring/catalog/metrics \ --header 'authorization: apiToken xxxxxxxx…
Paths & Operations 9
Across 6 paths, the API surfaces 9 operations — 1 DELETE, 3 GET, 2 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.
The API endpoints of this group can be used to manage Global Application alert configurations. Parameters: All parameters and deprecated parameters are similar to Application Aler…
Schemas 15
The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are GlobalApplicationAlertConfigWithMetadata (26 properties), GlobalApplicationsAlertConfig (19 properties), ConfigVersion (5 properties), RuleWithThresholdApplicationAlertRule (3 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Instana 12
Other APIs Instana publishes across the network.