Viewing A single deployed product
Viewing a single deployed product
Request
URI
GET
https://{api_host}/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
"DeployedProduct Object"
stale
Optional
stale
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/products/{product_guid}
Products Operations
DELETE
Deleting A single unused product
GET
Listing all available products
POST
Uploading A product
GET
Viewing A single deployed product
GET
All deployed products
DELETE
Removing A staged product
GET
Viewing A single staged product
PUT
Upgrading A staged product
POST
Adding An available product
GET
All staged products