APM agent configuration
Get agent name for service
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/apm/settings/agent-configuration/agent_name</span></div>Refer to Spaces for more information.
Retrieve agentName for a service.
get/api/apm/settings/agent-configuration/agent_name
Query parameters
serviceNamestring required
The name of the service
Headers
elastic-api-version'2023-10-31' required
The version of the API to use
Response
Successful response
Example response
{
"agentName": "nodejs"
}