Find Policy Template Dependencies

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


Authentication
This operation uses the following authentication methods.
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