Get the latest version names of OneAgent code modules for the Java, Node.js, and Python AWS Lambda runtimes, also including names for layers that are combined with the log collector, as well as for the standalone log collector layer.
The request produces an application/json
payload.
GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v1/deployment/lambda/agent/latest |
Environment ActiveGate | https://{your-activegate-domain}:9999/e/{your-environment-id}/api/v1/deployment/lambda/agent/latest |
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 request doesn't provide any configurable parameters.
LatestLambdaLayerNames
objectLatest OneAgent lambda version names available
{"collector": "string","java": "string","java_with_collector": "string","nodejs": "string","nodejs_with_collector": "string","python": "string","python_with_collector": "string"}