Getting A staged product's properties

Getting A staged product's properties

Returns a list of all of the product's properties, along with currently set values.

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

The guid of the product

Query Parameters
boolean
redact
Optional

(Optional) If set to 'false', the response will include IaaS-specific secrets.


Responses
200

OK

Returns ProductProperty of type(s) application/json
"ProductProperty Object"

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