The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/processmoduleconfig |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/installer/agent/processmoduleconfig |
To execute this request, you need an access token with InstallerDownload
scope.
To learn how to obtain and use it, see Tokens and authentication.
The previously received revision to compare against.
A list of comma-separated section identifiers to retrieve values for. Supported sections are 'general' and 'agentType'. Defaults to 'general'.
The name of the host group the process is part of.
Not modified.
AgentProcessModuleConfigResponse
objectThe response to a process module config request.
The new revision associated with the config.
SectionProperty
objectA single agent property with it's associated section.
The property key.
The section this property belongs to.
The property value.
{"properties": [{"key": "dockerInjection","section": "general","value": "on"}],"revision": 64459404400310540}