Infrastructure/Agent Plugins
GETAgentSince 1.0SynchronousAuth Required
GetPlugin
Retrieve a single plugin by its unique identifier
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
pluginIdStringRequiredUnique identifier of the plugin to retrieve
Responses
Endpoint
GET/api/v1/plugins/{pluginId}
/api/v1/plugins/{pluginId}
Request Example
curl -X GET '{host}/api/v1/plugins/{pluginId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"id": "plugin-001-abc",
"name": "nginx-log-collector",
"version": "2.1.0",
"pluginType": "log",
"artifactUrl": "https://artifacts.example.com/plugins/nginx-log-collector-2.1.0.tar.gz",
"checksum": "sha256:abc123def456",
"configSchema": "{}",
"pluginRuntime": "go"
}Change History
This API has no change history records yet.
