PUT https://{hostname}:{port}
/cli/environment/createEnvironmentFromTemplate
Accept: application/json
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept | application/json | true |
{
"applicationId": "Application ID associated with the
Environment template.",
"description": "Description (optional)",
"name": "Environment name",
"templateId": "ID of the template to use, either this
field or templateName are required.",
"templateName": "Name of a template to use, either this
field or templateId are required."
}
Related CLI command: createEnvironmentFromTemplate.