LogCollectionPolicies
LogCollectionPolicies - Create
Add a new log collection policy
POST
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/LogCollectionPoliciesParameters
description
Description
String
Description for the log collection policy. Optional Field
name
Name
String
Name of the log collection policy. Valid unique string. Mandatory Field
Request Example
{
"data": {
"description": "Created from API",
"name": "lcp1"
}
}Success Response
{
"status": "Success",
"message": "/monitorapi/{pool_UUID}/{logpoint_identifier}/orders/{request_id}"
}LogCollectionPolicies - Edit
Edit a log collection policy with given ID
PUT
Parameters
description
Description
String
Description for the log collection policy. Optional Field
id
-
String
Existing log collection policy id. Obtain the value of the required log collection policy id using LogCollectionPolicies-List API. Mandatory Field
Request Example
Success Response
LogCollectionPolicies - Get
Get log collection policy by given ID
GET
Parameters
id
-
String
ID of the existing log collection policy that you want to fetch.
Success Response
LogCollectionPolicies - GetPlugins
Get plugins by given log collection policy ID
GET
Parameters
id
-
String
ID of the existing log collection policy that you want to fetch.
Success Response
LogCollectionPolicies - List
Lists all log collection policies in the Fabric-enabled LogPoint.
GET
Success Response
LogCollectionPolicies - Trash
Delete a log collection policy of given ID
DELETE
Parameters
id
-
String
ID of the existing log collection policy that you want to delete. Mandatory Field
Success Response
Last updated
Was this helpful?