POST SessionMachineCatalogs({id})/IncrementVersion/Validate

Validate the details for incrementing the version of a session machine catalog. See Validation.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the session machine catalog to validate the update for.

Type: String

Request body type

IncrementSessionMachineCatalogVersionModel

Request body formats

application/json, text/json

Sample:
{
  "TerminateSessionsBy": "2013-12-05T16:12:42.8038894-05:00",
  "UpdateProcessIsAutomatic": true,
  "Template": "win7_base_updated"
}

Response Information

See Validation.

Response type

ValidationResultModel<IncrementSessionMachineCatalogVersionModel>

Response body formats

application/json, text/json

Sample:
{
  "Input": {
    "TerminateSessionsBy": "2013-12-05T16:12:42.8038894-05:00",
    "UpdateProcessIsAutomatic": true,
    "Template": "win7_base_updated"
  },
  "Errors": [
    {
      "MemberNames": [
        "Template"
      ],
      "ErrorMessage": "Required",
      "ErrorCode": "Required"
    }
  ]
}