You can retrieve information about the permissions of a package by using the Orchestrator REST API.
Procedure
- Make a GET request and retrieve the name of the package from the list of returned packages:
GET http://{orchestrator_host}:{port}/vco/api/packages/
- Make a GET request at the URL of the package's permissions:
GET http://{orchestrator_host}:{port}/vco/api/packages/{package_name}/permissions/
Results
If the GET request is successful, you receive the status code 200. Information about the package's permissions is available in the response body.