Variables for A deployed product

Variables for A deployed product

Returns the list of variables that BOSH director knows about for a product.

When name query parameter is present, this returns the current value for a specified variable stored in credhub instead.

Note that some variables may not be stored in credhub.

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

The guid of the product

Query Parameters
string
name
Optional

The name of the variable as a string


Responses
200

OK

Operation doesn't return any data structure