CreateDeploymentRequest

CreateDeploymentRequest
CreateDeploymentRequest
JSON Example
{
    "planLink": "string",
    "deploymentLink": "string",
    "name": "string",
    "description": "string",
    "resources": [
        {
            "link": "string",
            "name": "string",
            "tagLinks": [
                "string"
            ],
            "ruleLinks": [
                "string"
            ]
        }
    ],
    "createBlueprint": false,
    "documentSelfLink": "string"
}
string
planLink
Optional

Link to a plan. Clients need not set this field, as it is automatically taken care of by the DeploymentBulkCreatorService

string
deploymentLink
Optional

Link to an existing deployment. Only set this field when adding resources to an existing deployment.

string
name
Optional

Desired deployment name. If omitted, a name will be automatically generated

string
description
Optional

Deployment description

resources
Optional

List of resources to be created

boolean
createBlueprint
Optional

createBlueprint

string
documentSelfLink
Optional

documentSelfLink