You can retrieve information about the permissions of a resource by using the Orchestrator REST API.

1

Make a GET request and retrieve the ID of the resource from the list of returned resources:

GET http://{vcoHost}:{port}/api/resources/
2

Make a GET request at the URL of the resource's permissions:

GET http://{vcoHost}:{port}/api/resources/{resourceID}/permissions/

If the GET request is successful, you receive the status code 200. Information about the resource's permissions is available in the response body.