SolutionsValidateSpec

SolutionsValidateSpec
SolutionsValidateSpec

Specification describing a desired state to be validated for application.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "desiredState": [
        {
            "_typeName": "string",
            "solution": "string",
            "displayName": "string",
            "displayVersion": "string",
            "vmSource": {
                "_typeName": "string"
            },
            "prefixVmName": "string",
            "uuidVmName": false,
            "resourcePool": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "folder": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "ovfProperties": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": "string"
                }
            ],
            "storagePolicies": [
                {
                    "_typeName": "string"
                }
            ],
            "vmDiskProvisioning": "string",
            "vmDeploymentOptimization": "string",
            "typeSpecificConfig": {
                "_typeName": "string"
            },
            "hooks": [
                {
                    "_typeName": "string",
                    "type": "string",
                    "acknowledgement": {
                        "_typeName": "string"
                    },
                    "timeout": 0
                }
            ],
            "vmResourceSpec": {
                "_typeName": "string",
                "ovfDeploymentOption": "string"
            }
        }
    ],
    "transitionSpec": {
        "_typeName": "string",
        "solution": "string",
        "agencyId": "string"
    }
}
desiredState
Required

Desired state to be validated.

transitionSpec
Optional

Transition specification to be validated.

Since: vEAM API 9.0