SFlowCollectorPlugin

SFlowCollectorPlugin - Create

Creates a new SFlow Collector Plugin.

POST

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/SFlowCollectorPlugin

Parameters

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

SFlowCollectorPlugin - Edit

Edits an SFlow Collector Plugin with given ID.

PUT

Parameters

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

Success Response


SFlowCollectorPlugin - Trash

Deletes an SFlow Collector Plugin with given ID.

DELETE

Parameters

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

Last updated

Was this helpful?