{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation AI Management API", "version": "1.307.1417" }, "items": [ { "info": { "name": "AI Management", "type": "folder" }, "items": [ { "info": { "name": "Get all LLM capabilities", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/llm/capabilities", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve all available LLM capabilities." }, { "info": { "name": "Get all LLM gateways", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler", "params": [ { "name": "enabled", "value": "", "type": "query", "description": "Filter by enabled status (true/false)" }, { "name": "capability", "value": "", "type": "query", "description": "Filter by capability name" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve all LLM gateways. Optionally filter by enabled status or capability." }, { "info": { "name": "Create a new LLM gateway", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create a new LLM gateway" }, { "info": { "name": "Get a LLM gateway by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "LLM gateway ID" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve a LLM gateway by ID." }, { "info": { "name": "Update an existing LLM gateway.", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "LLM gateway ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update an existing LLM gateway by ID." }, { "info": { "name": "Delete a LLM egress gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "LLM gateway ID" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete a LLM egress gateway by ID." }, { "info": { "name": "Set the enabled status of a LLM gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/llm/egress/handler/:id/enable", "params": [ { "name": "id", "value": "", "type": "path", "description": "LLM gateway ID" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Enable a LLM gateway by ID. Any other enabled gateway for the same capability will be automatically disabled." } ] } ], "bundled": true }