VersionPublishTO
Properties
Company name of the tenant
Description for this version
Org ID that the published image belongs to
TimeZone that will be default for desktops created with this image
Id of the version that is being published
Version name.
Indicates the status of the version based on its stage in publish workflow
Possible values are: AVAILABLE , DELETING , DISABLED , FAILED , IMPORT_COMPLETE , IMPORT_IN_PROGRESS , PARTIALLY_AVAILABLE , PENDING , PUBLISH_IN_PROGRESS , REPLICATION_IN_PROGRESS
JSON Example
{
"description": "Test version",
"timeZone": "America/Los Angeles(UTC-08:00)",
"versionId": "0123456789",
"versionName": "1.0, 1.1.1",
"versionStatus": "AVAILABLE"
}
Returned By
Republish Version
Publish Version V2