Deployed product runtime configs

Deployed product runtime configs

Returns a list of the runtime configs included globally when the specified product was last deployed.

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

The guid of the product


Responses
200

OK

Returns RuntimeConfigs of type(s) application/json
"RuntimeConfigs Object"
array of runtime_configs
runtime_configs
Optional

runtime_configs


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