AddProductCluster
Overview
Adds a Product Cluster to the system.
Returns
No Overview Available.
Request
Name | Type | Description |
---|---|---|
tagName | String | The name of the cluster to create. |
parentTagName | String | The name of the cluster that should be the parent of this new cluster. |
aliases | String[] | A list of aliases for the new cluster. Aliases are used to map productLabels of arriving Purchases against. |
billingOutputTags | String[] | No Overview Available. |
showInProductPlan | Boolean | No Overview Available. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Boolean | Operation result. |