These endpoints may only be used by administrators. |
/sensor-proxy
GET MethodsGets the list of Sensor Proxies. NOTE:This call will return all Sensor Proxies for an Administrator. Fields ParameterThe fields parameter should be specified along the query string, and it takes the syntax
Allowed Fields (Admin User) *id **uuid **status platform distro Legend * = always comes back ** = comes back if fields list not specified on GET all Request Query ParametersNone Example Response
|
/sensor-proxy/search
POSTMethodsGets the list of specified Sensor Proxies. Fields ParameterThe fields parameter should be specified along the query string, and it takes the syntax
The limit parameter should be an integer greater than 0
The startOffset parameter should be an integer greater than 0
The endOffset parameter should be an integer greater than 0
The pagination parameter should a boolean
Allowed Fields *id **uuid **status platform distro Legend * = always comes back ** = comes back if fields list not specified on GET all
Example Response
|
/sensor-proxy/{id}
GETMethodsGets the Sensor Proxy associated with {id}. NOTE: This call will return Sensor Proxy associated with {id} for an Administrator. Fields ParameterThe fields parameter should be specified along the query string, and it takes the syntax
Allowed Fields (Admin User) *id **uuid **status platform distro Legend
** = comes back if fields list not specified on GET all Request Query ParametersNone Example Response
PATCH Edits the Sensor Proxy associated with {id}, changing only the passed in fields. Request Parameters
Example ResponseDELETE Deletes the Sensor Proxy associated with {id}. Request ParametersNone Example Response
|
---|