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 Synthetic Alert Configuration API

The API endpoints of this group can be used to manage alert configurations for Synthetic Monitoring.## Parameters:- **id:** ID of the alert configuration.- **name:** Name for the synthetic alert configuration, which is used as the title of the event when triggered.- **description:** Description for the synthetic alert configuration, which is used as the detials of the triggerd event.- **severity:** The severity of the alert when triggered, which is either `5` (Warning), or `10` (Critical).- **syntheticTestIds:** List of synthetic test IDs this alert configuration is applied to. Check out APIs in [Synthetic Monitoring](#tag/Synthetic-Settings) to e.g. get a [list of all synthetic tests](#operation/getSyntheticTests) available.- **rule:** Indicates the type of rule this alert configuration is about. The only `alertType` available so far is `"failure"`, where the metric name `"status"` is expected. This boolean metric requires no threshold to be specified, because value of `status=0` indicates a test failure.- **timeThreshold:** Defines the triggering condition in time, such as how many consecutive test failures are required to open an event. Setting a higher value for `violationsCount` helps to reduce the number of alerts.- **alertChannelIds:** List of IDs of alert channels defined in Instana.

Instana Synthetic 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 Synthetic 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 9 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 9 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 Synthetic 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.

Synthetic Alert Configuration 9

The API endpoints of this group can be used to manage alert configurations for Synthetic Monitoring. Parameters: - id: ID of the alert configuration. - name: Name for the syntheti…

GET
/api/events/settings/global-alert-configs/synthetics
Get all Synthetic Smart Alert Configs
findActiveSyntheticAlertConfigs 2 params → 200403
POST
/api/events/settings/global-alert-configs/synthetics
Create Synthetic Smart Alert Config
createSyntheticAlertConfig body → 200400403422
DELETE
/api/events/settings/global-alert-configs/synthetics/{id}
Delete Synthetic Smart Alert Config
deleteSyntheticAlertConfig 1 param → 204403404
GET
/api/events/settings/global-alert-configs/synthetics/{id}
Get Synthetic Smart Alert Config
findSyntheticAlertConfig 2 params → 200403404
POST
/api/events/settings/global-alert-configs/synthetics/{id}
Update Synthetic Smart Alert Config
updateSyntheticAlertConfig 1 param body → 200204400403422500
PUT
/api/events/settings/global-alert-configs/synthetics/{id}/disable
Disable Synthetic Smart Alert Config
disableSyntheticAlertConfig 1 param body → 204403404
PUT
/api/events/settings/global-alert-configs/synthetics/{id}/enable
Enable Synthetic Smart Alert Config
enableSyntheticAlertConfig 1 param body → 204403404
PUT
/api/events/settings/global-alert-configs/synthetics/{id}/restore/{created}
Restore Synthetic Smart Alert Config
restoreSyntheticAlertConfig 2 params body → 204403404
GET
/api/events/settings/global-alert-configs/synthetics/{id}/versions
Get Synthetic Smart Alert Config Versions
findSyntheticAlertConfigVersions 1 param → 200403404

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are SyntheticAlertConfigWithMetadata (15 properties), SyntheticAlertConfig (10 properties), ConfigVersion (5 properties), SyntheticAlertRule (3 properties). Each schema is shown below with its type and property counts.

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
ChangeSummary
object
Brief summary of changes made in this config version.
2 properties 2 required
SyntheticAlertConfig
object
10 properties 8 required
SyntheticTimeThreshold
object
The type of threshold to define the criteria when the event and alert triggers and resolves.
2 properties 1 required
TagFilterExpressionElement
object
Boolean expression of tag filters to define the scope of relevant calls.
1 property 1 required
SyntheticAlertRule
object
Indicates the type of rule this alert configuration is about.
3 properties 2 required
SyntheticAlertConfigWithMetadata
object
15 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-synthetic-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