Retrieving manifest for A deployed product

Retrieving manifest for A deployed product

To view the deployed product BOSH manifest

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

The guid of the product

Query Parameters
string
mode
Optional

mode

Possible values are : last_successful, last_attempted,

Responses
200

0K

Returns BoshManifest of type(s) application/json
{
    "manifest": {
        "name": "string",
        "releases": [
            {
                "name": "string",
                "version": "string"
            }
        ],
        "stemcells": [
            {
                "alias": "string",
                "os": "string",
                "version": "string"
            }
        ],
        "instance_groups": [
            {}
        ],
        "update": {
            "canary": "number",
            "canary_watch_time": "string",
            "update_watch_time": "string",
            "max_in_flight": "number",
            "max_errors": "number",
            "serial": false
        },
        "compilation": {
            "reuse_compilation_vms": false,
            "workers": "number",
            "network": "string",
            "cloud_properties": {
                "ram": "number",
                "disk": "number",
                "cpu": "number",
                "datacenters": [
                    {}
                ]
            }
        },
        "disk_pools": [
            {}
        ],
        "resource_pools": [
            {
                "name": "string",
                "network": "string",
                "stemcell": {
                    "url": "string"
                },
                "cloud_properties": {}
            }
        ],
        "networks": [
            {
                "name": "string",
                "type": "string",
                "subnets": [
                    {
                        "azs": [
                            "string"
                        ],
                        "cloud_properties": {
                            "subnetwork_name": "string",
                            "network_name": "string"
                        }
                    }
                ]
            }
        ]
    }
}
manifest
Optional

manifest