Find Policy Template Dependencies
Retrieves a list dependencies for the given policy template
Request
URI
GET
https://{api_host}/vco/api/policies/templates/{id}/dependencies
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Returns
WsReferenceList
of type(s)
application/json
{
"references": [
{}
]
}
array of
object
references
Optional
references
401
The user is not authorized
Returns
WsReferenceList
of type(s)
application/json
"WsReferenceList Object"
array of
object
references
Optional
references
404
Cannot find a policy template with the specified ID or the user does not have 'read' rights over it
Returns
WsReferenceList
of type(s)
application/json
"WsReferenceList Object"
array of
object
references
Optional
references
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/policies/templates/{id}/dependencies
Policy Service Operations
GET
Get Policy
PUT
Update Policy
DELETE
Delete Policy
GET
Get Policy State
PUT
Update Policy State
GET
Get Policy Template
PUT
Update Policy Template
DELETE
Delete Policy Template
GET
Get All Policies
POST
Create Policy
GET
Get All Policy Templates
POST
Create Policy Template
GET
Get Policy Logs
GET
Find Policy Template Usages
GET
Find Policy Template Dependencies
GET
Get Policies For State