Infrastructure/Agents
GETAgentSince 1.0SynchronousAuth Required
GetPluginTelemetry
Retrieve real-time telemetry metrics for a plugin running on a specific agent
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent running the plugin
pluginIdStringRequiredUnique identifier of the plugin to query
Responses
Endpoint
GET/api/v1/agents/{agentId}/plugins/{pluginId}/telemetry
/api/v1/agents/{agentId}/plugins/{pluginId}/telemetry
Request Example
curl -X GET '{host}/api/v1/agents/{agentId}/plugins/{pluginId}/telemetry' -H 'Authorization: Bearer {token}'
Response Example
200{
"pluginId": "plugin-001-abc",
"agentId": "agent-abc123-def456",
"status": "running",
"collectRate": 150.5,
"errorRate": 0.02,
"lastCollectionAt": "example",
"memoryMb": 48.5,
"crashCount": 2
}Change History
This API has no change history records yet.
