Viewing A single staged product

Viewing A single staged product

Viewing a single staged product

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

The guid of the product


Responses
200

OK

Returns StagedProduct of type(s) application/json
{
    "installation_name": "string",
    "guid": "string",
    "product_version": "string",
    "label": "string"
}
string
installation_name
Optional

installation_name

string
guid
Optional

guid

string
product_version
Optional

product_version

string
label
Optional

label