Retrieving manifest for A deployed product

Retrieving manifest for A deployed product

To view the deployed product BOSH manifest

Request
URI
GET
https://{api_host}/api/v0/deployed/products/{product_guid}/manifest
COPY
Path Parameters
string
product_guid
Required

The guid of the product

Query Parameters
string
mode
Optional
Constraints: default: last_attempted

mode

Possible values are : last_successful, last_attempted,

Responses
200

0K

Returns BoshManifest of type(s) application/json
"BoshManifest Object"
manifest
Optional

manifest


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/products/{product_guid}/manifest