The following APIs are called to make the request and get the details from the deployment:
Get catalog item: GET /catalog/api/items/{catalog-item-id}
Request catalog item: POST /catalog/api/items/{catalog-item-id}/request
Get deployment: GET /deployment/api/deployments/{deployment-id}
Get deployments request: GET /deployment/api/requests/{request-id}
The details returned contains the inputs, but no outputs are returned
Aria Automation 8.x
Add the ?expand=resources option to the GET request for the deployment to retrieve the Output
GET /deployment/api/deployments/{deployment-id}?expand=resources