Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Instana Infrastructure Alert Configuration API

The Infrastructure Alert Configuration API from Instana — 6 operation(s) for infrastructure alert configuration.

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 operations 6 paths 12 schemas 1 DELETE3 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.307.1417
Servers
https://{unit}-{tenant}.instana.io
https://{domain}
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

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.

Infrastructure Alert Configuration 9
GET
/api/events/settings/infra-alert-configs
All Infra Alert Configs
findActiveInfraAlertConfigs 1 param → 200
POST
/api/events/settings/infra-alert-configs
Create Infra Alert Config
createInfraAlertConfig body → 200403
DELETE
/api/events/settings/infra-alert-configs/{id}
Delete Infra Alert Config
deleteInfraAlertConfig 1 param → 204403404
GET
/api/events/settings/infra-alert-configs/{id}
Get Infra Alert Config
findInfraAlertConfig 2 params → 200404
POST
/api/events/settings/infra-alert-configs/{id}
Update Infra Alert Config
updateInfraAlertConfig 1 param body → 200204403
PUT
/api/events/settings/infra-alert-configs/{id}/disable
Disable Infra Alert Config
disableInfraAlertConfig 1 param body → 204403404
PUT
/api/events/settings/infra-alert-configs/{id}/enable
Enable Infra Alert Config
enableInfraAlertConfig 1 param body → 204403404
PUT
/api/events/settings/infra-alert-configs/{id}/restore/{created}
Restore Infra Alert Config
restoreInfraAlertConfig 2 params body → 204403404
GET
/api/events/settings/infra-alert-configs/{id}/versions
Get versions of Infra Alert Config
findInfraAlertConfigVersions 1 param → 200404

Schemas 12

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 property 1 required
Author
object
2 properties
CustomPayloadField
object
Custom payload fields to send additional information in the alert notifications. Can be left empty.
2 properties 2 required
ConfigVersion
object
5 properties 1 required
InfraAlertRule
object
8 properties 2 required
ChangeSummary
object
Brief summary of changes made in this config version.
2 properties 2 required
TagFilterExpressionElement
object
Boolean expression of tag filters to define the scope of relevant calls.
1 property 1 required
InfraAlertConfigWithMetadata
object
21 properties 8 required
InfraAlertConfig
object
16 properties 7 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 properties 3 required
InfraTimeThreshold
object
The type of threshold to define the criteria when the event and alert triggers and resolves.
2 properties 1 required
Threshold
object
Indicates the type of threshold this alert rule is evaluated on.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-infrastructure-alert-configuration-api-openapi.yml Raw ↑

Other APIs Instana publishes across the network.

Instana Action Catalog API
Instana Action History API
Instana AI Management API
Instana Apdex Report API
Instana Apdex Settings API
Instana API Token API
Instana Application Alert Configuration API
Instana Application Analyze API
Instana Application Catalog API
Instana Application Metrics API
Instana Application Resources API
Instana Application Settings API