Viewing A single staged product

Viewing A single staged product

Viewing a single staged product

Request
URI
GET
https://{api_host}/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
"StagedProduct Object"
string
installation_name
Optional

installation_name

string
guid
Optional

guid

string
product_version
Optional

product_version

string
label
Optional

label


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