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
  • anthropic
  • openai
  • azure-openai
  • azure-foundry
  • gemini
  • vertex
  • bedrock
  • custom
Required
API URL
url
text

The API URL of the LLM provider

Required
AWS region
region
text

The AWS region of the Bedrock endpoint (e.g. us-east-1)

Required
API key
key
secret

API key (or, for AWS Bedrock, the access key ID) to be used with the LLM provider

Required
AWS secret access key
secretKey
secret

The AWS secret access key that pairs with the access key ID

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