RegisterAgent
Register a new agent with the platform and obtain its assigned UUID
POST
/api/v1/agentsOperation ID
RegisterAgentSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredHuman-readable name for the new agent
Example: prod-agent-01
typeStringRequiredType of the agent (log, metric, trace)
Example: log
versionStringRequiredVersion of the agent binary being registered
Example: 1.2.3
endpointStringRequiredReachable endpoint of the agent
Example: http://192.168.1.10:7890
platformIdStringRequiredUUID of the platform this agent is associated with
Example: plat-001-abc
