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 SLI Settings API

## Deprecated Parameters**tagFilters** The list of tag filters. It is replaced by **tagFilterExpression**

Instana SLI Settings API is one of 62 APIs that Instana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SLI Settings. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 10 operations across 5 paths, and defines 4 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}.

10 operations 5 paths 4 schemas 2 DELETE5 GET2 POST1 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 SLI Settings 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 10

Across 5 paths, the API surfaces 10 operations — 2 DELETE, 5 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

SLI Settings 10

Deprecated Parameters tagFilters The list of tag filters. It is replaced by tagFilterExpression

GET
/api/settings/slideprecated
Get All SLI Configs
getAllSliConfigs → 200
POST
/api/settings/slideprecated
Create SLI Config
createSliConfig body → 200
DELETE
/api/settings/sli/{id}deprecated
Delete SLI Config
deleteSliConfig 1 param → default
GET
/api/settings/sli/{id}deprecated
Get SLI Config
getSliConfig 1 param → 200
PUT
/api/settings/sli/{id}deprecated
Update SLI Config
updateSliConfig 1 param body → 200
GET
/api/settings/v2/sli
Get All SLI Configs
getAllSliConfigsV2 → 200
POST
/api/settings/v2/sli
Create SLI Config
createSliConfigV2 body → 200400422
GET
/api/settings/v2/sli/{entityType}/{entityId}
Get all SLI configs for entity type and entity id
getSliConfigsForEntityTypeAndIdV2 2 params → 200
DELETE
/api/settings/v2/sli/{id}
Delete SLI Config
deleteSliConfigV2 1 param → 204
GET
/api/settings/v2/sli/{id}
Get SLI Config
getSliConfigV2 1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are SliConfigurationWithLastUpdated (6 properties), SliConfiguration (5 properties), MetricConfiguration (3 properties), SliEntity (1 property). Each schema is shown below with its type and property counts.

SliEntity
object
Entity Type of the SLI Configuration
1 property 1 required
MetricConfiguration
object
Details regarding the metric to be configured, including the metric name, threshold, and aggregation method
3 properties 1 required
SliConfigurationWithLastUpdated
object
6 properties 3 required
SliConfiguration
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-sli-settings-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