Lists all extensions uploaded to your Dynatrace environment.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/extensions |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/extensions |
To execute this request, you need an access token with ReadConfig
scope.
To learn how to obtain and use it, see Tokens and authentication.
The number of results per result page. Must be between 1 and 500
The cursor for the next page of results.
ExtensionListDto
objectThe cursor for the next page of results. Has the value of null
on the last page.
Use it in the nextPageKey query parameter to obtain subsequent pages of the result.
The total number of entries in the result.
ExtensionDto
objectACTIVEGATE
CODEMODULE
JMX
ONEAGENT
PMI
UNKNOWN
{"extensions": [{"id": "custom.python.connectionpool","name": "Connection Pool","type": "ONEAGENT"}],"nextPageToken": "LlUdYmu5S2MfX/ppfCInR9M=","totalResults": 9}