DeploymentGroup

DeploymentGroup
DeploymentGroup
JSON Example
{
    "id": "string",
    "name": "string",
    "org_id": "string",
    "description": "string",
    "deployment_type": {
        "code": "string",
        "provider_name": "string",
        "provider_code": "string",
        "configuration_type": "string",
        "provider_internal_type": "string",
        "multi_provider_internal_type": "string",
        "multi_provider_internal_sub_type": "Simulation"
    },
    "state": {
        "phase": "string",
        "sub_phase": "string",
        "display_name": "string",
        "error_msg": "string",
        "error_code": "string",
        "provider": "string",
        "internal_error_msg": "string",
        "internal_error_code": "string"
    },
    "creator": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "updater": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "internal_creator": {
        "user_name": "string",
        "user_id": "string",
        "client_id": "string",
        "timestamp": "string"
    },
    "membership": {
        "included": [
            {
                "deployment_id": "string"
            }
        ],
        "excluded": [
            {
                "deployment_id": "string"
            }
        ]
    },
    "tags": {
        "tags": "string"
    },
    "properties": {
        "properties": "string"
    },
    "deleted": false,
    "resource_version": 0
}
string
id
Optional

Identifier of the deployment group

string
name
Required
Constraints: maxLength: 127

Name of the deployment group

string
org_id
Optional

Identifier of the deployment group organization

string
description
Optional

Describes the deployment group

deployment_type
Optional

deployment_type

state
Optional

state

creator
Optional

creator

updater
Optional

updater

internal_creator
Optional

internal_creator

membership
Optional

membership

object
tags
Optional

Customer defined resource tags

object
properties
Optional

Internal resource properties

boolean
deleted
Optional

Indicates if the current deployment group is deleted

integer As int64 As int64
resource_version
Optional

Version of the record content to handle optimistic control verification