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

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

Instana Log 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 Log 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 13 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 13 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 Log 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.

Log Alert Configuration 9
GET
/api/events/settings/global-alert-configs/logs
All Log Alert Configs
findActiveLogAlertConfigs 1 param → 200
POST
/api/events/settings/global-alert-configs/logs
Create Log Alert Config
createLogAlertConfig body → 200403
DELETE
/api/events/settings/global-alert-configs/logs/{id}
Delete Log Alert Config
deleteLogAlertConfig 1 param → 204403404
GET
/api/events/settings/global-alert-configs/logs/{id}
Get Log Alert Config
findLogAlertConfig 2 params → 200404
POST
/api/events/settings/global-alert-configs/logs/{id}
Update Log Alert Config
updateLogAlertConfig 1 param body → 200204403
PUT
/api/events/settings/global-alert-configs/logs/{id}/disable
Disable Log Alert Config
disableLogAlertConfig 1 param body → 204403404
PUT
/api/events/settings/global-alert-configs/logs/{id}/enable
Enable Log Alert Config
enableLogAlertConfig 1 param body → 204403404
PUT
/api/events/settings/global-alert-configs/logs/{id}/restore/{created}
Restore Log Alert Config
restoreLogAlertConfig 2 params body → 204403404
GET
/api/events/settings/global-alert-configs/logs/{id}/versions
Get versions of Log Alert Config
findLogAlertConfigVersions 1 param → 200404

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are LogAlertConfigWithMetadata (18 properties), LogAlertConfig (13 properties), ConfigVersion (5 properties), LogAlertRule (3 properties). Each schema is shown below with its type and property counts.

ThresholdConfigRule
object
1 property 1 required
LogAlertRule
object
3 properties 2 required
Author
object
2 properties
LogAlertConfigWithMetadata
object
18 properties 6 required
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
LogAlertConfig
object
13 properties 5 required
LogTimeThreshold
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
GroupByTag
object
The grouping tags used to group the metric results.
2 properties 1 required
RuleWithThresholdLogAlertRule
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
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-log-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