app:dynatrace.genai.observability:llm-provider)| Schema ID | Schema groups | Scope |
|---|---|---|
app:dynatrace.genai.observability:llm-provider | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/app:dynatrace.genai.observability:llm-provider |
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.
| Property | Type | Description | Required |
|---|---|---|---|
Connection namename | text | A name for this LLM provider connection | Required |
Providerprovider | enum | Provider that should be used The element has these enums
| Required |
API URLurl | text | The API URL of the LLM provider | Required |
AWS regionregion | text | The AWS region of the Bedrock endpoint (e.g. us-east-1) | Required |
API keykey | secret | API key (or, for AWS Bedrock, the access key ID) to be used with the LLM provider | Required |
AWS secret access keysecretKey | secret | The AWS secret access key that pairs with the access key ID | Required |
Modelmodel | text | Model to be used with the LLM provider | Required |
Statusstatus | boolean | Status of the connection | Required |
DefaultisDefault | boolean | Mark this connection as the default for LLM requests | Required |