Lists the properties of the specified extension.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/config/v1/extensions/{id} |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/config/v1/extensions/{id} |
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 ID of the required extension.
Extension
objectGeneral configuration of an extension.
The ID of the extension, for example custom.remote.python.demo
.
The metricGroup of the extension used for grouping custom metrics into a hierarchical namespace.
The name of the extension, displayed in Dynatrace.
The type of the extension. It indicates the runtime environment of the extension (for example, ACTIVEGATE).
ACTIVEGATE
CODEMODULE
JMX
ONEAGENT
PMI
UNKNOWN
The version of the extension, displayed in Dynatrace.
ConfigurationMetadata
objectMetadata useful for debugging
Dynatrace version.
A sorted list of the version numbers of the configuration.
A sorted list of version numbers of the configuration.
ExtensionProperty
objectA property of an extension.
The default value of the property.
The list of possible values of the property.
If such a list is defined, only values from this list can be assigned to the property.
The key of the property.
The type of the property.
{"id": "custom.remote.python.demo","metadata": {"clusterVersion": "1.186.0.20200109-094111","configurationVersions": [7]},"metricGroup": "custom.demo_metrics","name": "ActiveGate demo extension","properties": [{"defaultValue": "127.0.0.1","key": "serverIp","type": "STRING"},{"defaultValue": "","key": "password","type": "PASSWORD"},{"defaultValue": "dynatrace","key": "username","type": "STRING"},{"defaultValue": "one","dropdownValues": ["one","two","three"],"key": "dropdownProperty","type": "DROPDOWN"}],"type": "ActiveGate","version": "1.01"}