Find Resource Usages

Find Resource Usages

Retrieves a list of usages for the given resource

Request
URI
GET
https://{api_host}/vco/api/resources/{id}/usages
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

User is not authorized

Returns WsReferenceList of type(s) application/json
"WsReferenceList Object"
array of object
references
Optional

references


404

Cannot find resource with the specified ID.

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/resources/{id}/usages