Adding An available product

Adding An available product
Adding an available product

Adding an available product

Request
URI
POST
https://{opsmanager-installation}/api/v0/staged/products
COPY
Request Body
PostProduct of type(s) application/json
Optional
{
    "name": "string",
    "product_version": "string"
}
string
name
Optional

The name of the product as specified in the product template, e.g. 'cf' or 'p-mysql'

string
product_version
Optional

The version of the product as specified in the product template, e.g. '1.2.0.0'

Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v0/staged/products