Settings API - Ownership configuration schema table
Configure ownership (builtin:ownership.config)
Configure keys for ownership metadata and tags. See documentation
Schema ID | Schema groups | Scope |
---|---|---|
builtin:ownership.config |
| environment |
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ownership.config |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:ownership.config | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:ownership.config |
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
Property | Label | Type | Description | Required |
---|---|---|---|---|
ownershipIdentifiers | Keys for ownership metadata and tags | list | Tags and metadata are key-value pairs. Define keys for tags and metadata that are considered for ownership. If a tag or any metadata starts with a key defined below, the value of the tag or metadata is considered a team identifier. | required |
Request body objects
The OwnershipIdentifier
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Enabled | boolean | - | required |
key | Key for ownership metadata and tags | text | - | required |