Management Of Collector Lifecycle
DescriptionYou can start, stop, and restart the collectors start - Collector will start collecting data based on its configuration stop - Collector will stop collecting data restart - is usuful if collector is not working as expected
Request
URLURL
Path Parameters
Path Parameters
UUID of the instantiated collector block
collector-name example
"demo-collector"
Query Parameters
Query Parameters
action to be performed start/stop/restart
Possible values are: start , stop , restart
action example
"start"
Authentication
Response
Response BodyResponse Body
200 OK
Success In Restarting Collector
{
"id": "apg-collector-manager-cloudify-orchestratorffa3bb75-99f4-4613-8a5a-45e2cee0372c",
"status": "STARTED"
}
Instance id of the Collector instance
Status of the collector instance after the restart operation is triggered
Errors
Invalid Request sent by the user
User authentication failed
Access to the requested resource/operation is forbidden
Cannot find requested resource
Internal server error