Viewing A single deployed product

Viewing A single deployed product

Viewing a single deployed product

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

The guid of the product


Responses
200

OK

Returns DeployedProduct of type(s) application/json
This response body class contains all of the following: StagedProduct
{
    "installation_name": "string",
    "guid": "string",
    "product_version": "string",
    "label": "string",
    "stale": {
        "parent_products_deployed_more_recently": [
            {}
        ]
    }
}
stale
Optional

stale