Get agent name for service
Spaces method and path for this operation:
get /s/{space_id}/api/apm/settings/agent-configuration/agent_name
Refer to Spaces for more information.
Retrieve agentName for a service.
GET
/api/apm/settings/agent-configuration/agent_name
curl \
--request GET 'https://localhost:5601/api/apm/settings/agent-configuration/agent_name?serviceName=node' \
--header "Authorization: $API_KEY" \
--header "elastic-api-version: 2023-10-31"