Telemetry Management API
Description |
This API is used to manage and develop the telemetry agent image. |
Description |
Loads a telemetry agent image. |
Request URL |
POST /neo/actions/telemetry_agent/load |
Request |
{"object_ids:"system_ips"], |
Response |
{ |
Status Codes |
Note: For status code 400 see error details in the body |
Description |
Starts a telemetry agent instance. |
Request URL |
POST /neo/actions/telemetry_agent/start |
Request |
{"object_ids:"system_ips"], |
Response |
{ |
Status Codes |
Note: For status code 400 see error details in the body |
Description |
Removes the loaded telemetry agent image. |
Request URL |
POST /neo/actions/telemetry_agent/remove |
Request |
{"object_ids:"system_ips"], |
Response |
{ |
Status Codes |
Note: For status code 400 see error details in the body |
Description |
Stops a telemetry agent instance. |
Request URL |
POST /neo/actions/telemetry_agent/stop |
Request |
{"object_ids:"system_ips"], |
Response |
{ |
Status Codes |
Note: For status code 400 see error details in the body |