Instana Infrastructure 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 Infrastructure 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 12 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}.
9 operations6 paths12 schemas1 DELETE3 GET2 POST3 PUT
Metadata
The identity and technical contract details declared by the specification.
Instana Infrastructure 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 contract defines 12 schemas that model the data the API accepts and returns. The most detailed are InfraAlertConfigWithMetadata (21 properties), InfraAlertConfig (16 properties), InfraAlertRule (8 properties), ConfigVersion (5 properties). Each schema is shown below with its type and property counts.
ThresholdConfigRule
object
1 property1 required
Author
object
2 properties
CustomPayloadField
object
Custom payload fields to send additional information in the alert notifications. Can be left empty.
2 properties2 required
ConfigVersion
object
5 properties1 required
InfraAlertRule
object
8 properties2 required
ChangeSummary
object
Brief summary of changes made in this config version.
2 properties2 required
TagFilterExpressionElement
object
Boolean expression of tag filters to define the scope of relevant calls.
1 property1 required
InfraAlertConfigWithMetadata
object
21 properties8 required
InfraAlertConfig
object
16 properties7 required
RuleWithThresholdInfraAlertRule
object
A list of rules where each rule is associated with multiple thresholds and their corresponding severity levels. This enables more complex alert configurations…
3 properties3 required
InfraTimeThreshold
object
The type of threshold to define the criteria when the event and alert triggers and resolves.
2 properties1 required
Threshold
object
Indicates the type of threshold this alert rule is evaluated on.
2 properties2 required
Specification
The full machine-readable OpenAPI contract behind this narrative.