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 AI Management API

The AI Management API from Instana — 4 operation(s) for ai management.

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

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

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

7 operations 4 paths 2 schemas 1 DELETE3 GET1 POST2 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 AI Management 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 7

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

AI Management 7
GET
/api/llm/capabilities
Get all LLM capabilities
getLLMCapabilities → 200401500
GET
/api/llm/egress/handler
Get all LLM gateways
getLLMEgressGateways 2 params → 200401403404500
POST
/api/llm/egress/handler
Create a new LLM gateway
addLLMEgressGateway body → 200401403500
DELETE
/api/llm/egress/handler/{id}
Delete a LLM egress gateway
deleteLLMEgressGateway 1 param → 204401403404500
GET
/api/llm/egress/handler/{id}
Get a LLM gateway by ID
getLLMEgressGatewayById 1 param → 200401403404500
PUT
/api/llm/egress/handler/{id}
Update an existing LLM gateway.
updateLLMEgressGateway 1 param body → 200401403404500
PUT
/api/llm/egress/handler/{id}/enable
Set the enabled status of a LLM gateway
enableLLMEgressGateway 1 param → 204401403404500

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is LLMEgressGateway (19 properties). Each schema is shown below with its type and property counts.

LLMEgressGateway
object
Custom handler definition.
19 properties 7 required
JsonNode
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-ai-management-api-openapi.yml Raw ↑

Other APIs Instana publishes across the network.

Instana Action Catalog API
Instana Action History 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
Instana Application Topology API