GET /api/endpoint/metadata/{id}

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/metadata/{id}

Refer to Spaces for more information.

Get host metadata for a specific endpoint.

Path parameters

  • id string Required

    The agent ID of the endpoint.

Responses

  • 200 application/json

    Indicates a successful call.

GET /api/endpoint/metadata/{id}
curl \
 --request GET 'https://<KIBANA_URL>/api/endpoint/metadata/ed518850-681a-4d60-bb98-e22640cae2a8' \
 --header "Authorization: $API_KEY"