DistributedCollectors

DistributedCollectors - Activate

Activates a distributed collector.

POST

https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/DistributedCollectors/{id}/activate

Parameter

Field
Label in UI
Type
Description

id

-

String

Existing distributed collector ID. Execute DistributedCollectors - List API to obtain the id of required Distributed Collector. Mandatory Field

Request Example

{
    "data": {}
}

Success Response

{
    "status": "Success",
    "message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}

DistributedCollectors - Deactivate

Deactivate a distributed collector.

POST

Parameter

Field
Label in UI
Type
Description

id

-

String

Existing distributed collector ID. Execute DistributedCollectors - List API to obtain the id of required Distributed Collector. Mandatory Field

Request Example

Success Response

DistributedCollectors - Get

Fetches a distributed collector with given ID.

GET

Parameter

Field
Label in UI
Type
Description

id

-

String

Existing distributed collector ID. Execute DistributedCollectors - List API to obtain the id of required Distributed Collector.

Success Response

DistributedCollectors - List

Lists all distributed collectors.

GET

Success Response

DistributedCollectors - RefreshList

Refresh the list to sync distributed collector data.

POST

Request Example

Success Response

DistributedCollectors - Trash

DELETE

Deletes a distributed collector with given ID.

Parameter

Field
Label in UI
Type
Description

id

-

String

Existing distributed collector ID. Execute DistributedCollectors - List API to obtain the id of required Distributed Collector. Mandatory Field

Success Response

Last updated

Was this helpful?