POST realm/deployments
The web method POST realm/deployments starts a transaction to deploy the workspace.
For more information, see
The Deploy Transaction.
JSON Attributes
You may supply JSON data with the request:
{ "name":"MyDeployment", "description":"This deployment is not like the others." }
Attribute | Description |
---|---|
name | Optional.
When present, the realm server names the deployment with the name string you supply. When absent, the realm server names the deployment with a time stamp string. |
description | Optional.
When present, the realm server adds the description string you supply to the deployment object. When absent, the deployment has no description. |
Copyright © Cloud Software Group, Inc. All rights reserved.