Get Policy Logs
Policy information about each individual event that occurs when a policy is active
Request
URI
GET
https://{api_host}/vco/api/policies/{id}/syslogs
COPY
Path Parameters
string
id
Required
id
Query Parameters
integer
maxResult
Required
maxResult
string of array
conditions
Optional
conditions
Responses
200
The request is successful
Returns sys-logs of type(s) application/json
{
"logs": [
{
"time-stamp": "string",
"time-stamp-val": 0,
"severity": "string",
"origin": "string",
"long-description": "string",
"short-description": "string",
"user": "string"
}
]
}
401
The user is not authorized
Operation doesn't return any data structure
404
Can not find a policy with the specified ID or the user does not have 'read' access rights for that policy
Operation doesn't return any data structure
Policy Service Operations
POST
Create Policy
POST
Create Policy Template
DELETE
Delete Policy
DELETE
Delete Policy Template
GET
Get All Policies
GET
Get All Policy Templates
GET
Get Policies For State
GET
Get Policy
GET
Get Policy Logs
GET
Get Policy State
GET
Get Policy Template
PUT
Update Policy Template