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

1

Make a GET request and retrieve the ID of the configuration element from the list of returned configuration elements:

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

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

GET http://{vcoHost}:{port}/api/configurations/{configuration_elementID}/permissions/

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