• Home
  • Dynatrace API
  • Environment
  • Deployment
  • OneAgent
  • View process module configuration

Deployment API - View process module configuration for OneAgent

The request produces an application/json payload.

GETManagedDynatrace for Governmenthttps://{your-domain}/e/{your-environment-id}/api/v1/deployment/installer/agent/processmoduleconfig
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v1/deployment/installer/agent/processmoduleconfig
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v1/deployment/installer/agent/processmoduleconfig

Authentication

To execute this request, you need an access token with InstallerDownload scope.

To learn how to obtain and use it, see Tokens and authentication.

Parameters

ParameterTypeDescriptionInRequired
revisioninteger

The previously received revision to compare against.

queryoptional

Response

Response codes

CodeTypeDescription
200AgentProcessModuleConfigResponse

Success

304

Not modified.

Response body objects

The AgentProcessModuleConfigResponse object

The response to a process module config request.

ElementTypeDescription
revisioninteger

The new revision associated with the config.

propertiesSectionProperty[]

The properties and their sections in this response.

The SectionProperty object

A single agent property with it's associated section.

ElementTypeDescription
sectionstring

The section this property belongs to.

keystring

The property key.

valuestring

The property value.

Response body JSON model

json
{ "revision": 64459404400310540, "properties": [ { "section": "general", "key": "dockerInjection", "value": "on" } ] }