PostProduct

PostProduct
PostProduct
JSON Example
{
    "name": "string",
    "product_version": "string",
    "replicate": false,
    "replica_suffix": "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'

boolean
replicate
Optional

When true, the product will be replicated and the staged tile will have a different name than the original tile.

string
replica_suffix
Optional
Constraints: default:

When replicate is true, a label is required to customize the replicated tile name. The label is appended onto the name of the original tile.