Observability
Register and trusts new Kubernetes Monitor.
post/spaces/{spaceIdentifier}/observability/agents
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"MachineId": "Machines-1",
"SpaceId": "Spaces-1"
}Response
Response containing the registered agent.
Example response
{
"Resource": {
"Id": "KubernetesMonitors-1",
"MachineId": "Machines-1",
"SpaceId": "Spaces-1"
}
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.