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 Service Levels Objective(SLO) Configurations API

The Service Levels Objective(SLO) Configurations API from Instana — 3 operation(s) for service levels objective(slo) configurations.

Instana Service Levels Objective(SLO) Configurations API is one of 62 APIs that Instana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Service Levels Objective(SLO) Configurations. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 3 paths, and defines 7 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}.

6 operations 3 paths 7 schemas 1 DELETE3 GET1 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 Service Levels Objective(SLO) Configurations 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 6

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

Service Levels Objective(SLO) Configurations 6
GET
/api/settings/slo
Get All SLO Configs
getAllSloConfigs 13 params → 200
POST
/api/settings/slo
Create a new SLO Config
createSloConfig body → 200400
GET
/api/settings/slo/tags
Get All SLO Config tags
getAllSloConfigTags 3 params → 200
DELETE
/api/settings/slo/{id}
Delete an existing SLO Config
deleteSloConfig 1 param → 204
GET
/api/settings/slo/{id}
Get an existing SLO Config
getSloConfigById 2 params → 200404
PUT
/api/settings/slo/{id}
Update an existing SLO Config
updateSloConfig 1 param body → 200400

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are SLOConfigWithRBACTag (10 properties), ServiceLevelIndicator (6 properties), PaginatedResult (4 properties), TimeWindow (4 properties). Each schema is shown below with its type and property counts.

SloEntity
object
Entity of the Service Levels Objective Configuration, it could be either Application nor Website
2 properties 1 required
ServiceLevelIndicator
object
Indicator of the Service Levels Objective Configuration, it indicates the type of metric by which the SLO should be evaluated
6 properties
TagFilterExpressionElement
object
Boolean expression of tag filters to define the scope of relevant calls.
1 property 1 required
ApiTag
object
2 properties 2 required
TimeWindow
object
Time Window type of the SLO, it could be Fixed or Rolling
4 properties 3 required
SLOConfigWithRBACTag
object
10 properties 6 required
PaginatedResult
object
4 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-service-levels-objective-slo-configurations-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