put https://api.us-west.exabeam.cloud/site-collectors/v1/collectors//restart
Restart or start an existing agent collector by its Collector ID.
Log in to see full request history
Responses
Restart or start an existing agent collector by its Collector ID.
xxxxxxxxxx
import requests
url = "https://api.us-west.exabeam.cloud/site-collectors/v1/collectors/collectorId/restart"
headers = {"accept": "application/json"}
response = requests.put(url, headers=headers)
print(response.text)
Try It!
to start a request and see the response here! Or choose an example: