v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
APM agent configuration

Get agent name for service

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<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

agentNamestring

Agent name

Example response

{
  "agentName": "nodejs"
}