Try it free

Settings API - Allows you to add LLM provider connections schema table

  • Published Jun 09, 2026

Allows you to add LLM provider connections (app:dynatrace.genai.observability:llm-provider)

Schema IDSchema groupsScope
app:dynatrace.genai.observability:llm-provider-
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider

Authentication

To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.

Parameters

PropertyTypeDescriptionRequired
Connection name
name
text

A name for this LLM provider connection

Required
Provider
provider
enum

Provider that should be used

The element has these enums
  • custom
  • aws-bedrock
  • openai
Required
API URL
url
text

The API URL of the LLM provider

Required
API Key
key
secret

API key to be used with the LLM provider

Required
Model
model
text

Model to be used with the LLM provider

Required
Status
status
boolean

Status of the connection

Required
Default
isDefault
boolean

Mark this connection as the default for LLM requests

Required