Creates a new SFlow Collector Plugin.
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SFlowCollectorPlugin
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
device_id |
- |
String |
Device id . Use the value of the id parameter of the required Devices from the Devices - List API. Optional Field |
policy_id |
- |
String |
Respective LCP policy ID. Obtain the value of the required policy_id using LogCollectionPolicies - List API. Optional Field |
processpolicy |
Processing Policy |
String |
Existing Processing Policy id or None (exact). Use the value of the id parameter from ProcessingPolicy - List API to obtain Processing Policy id . Mandatory Field |
Request Example
{
"data": {
"device_id": "57724aacd8aaa40b569bcb1f",
"processpolicy": "57724aacd8aaa40b569bcb1fasd"
}
}
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
Edits an SFlow Collector Plugin with given ID.
PUT
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SFlowCollectorPlugin/{id}
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
id |
- |
String |
SFlow Collector uuid . To obtain the SFlow Collector uuid , execute Devices - List API if the collector was configured using device id or execute LogCollectionPolicies - List API if the collector was configured using log collection policy id . Mandatory Field |
processpolicy |
Processing Policy |
String |
Existing Processing Policy id or None (exact). Use the value of the id parameter from ProcessingPolicy - List API to obtain Processing Policy id . Mandatory Field |
Request Example
{
"data": {
"processpolicy": "57724aacd8aaa40b569bcb1fasd"
}
}
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
Deletes an SFlow Collector Plugin with given ID.
DELETE
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SFlowCollectorPlugin/{id}
Parameter
Field |
Label in UI |
Type |
Description |
|---|---|---|---|
id |
- |
String |
SFlow Collector uuid . To obtain the SFlow Collector uuid , execute Devices - List API if the collector was configured using device id or execute LogCollectionPolicies - List API if the collector was configured using log collection policy id . Mandatory Field |
Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}
We are glad this guide helped.
Please don't include any personal information in your comment
Contact Support