Publish Version V2
DescriptionSubmit image publish request. This operation will occur in background.
Request
URLURL
Path Parameters
Path Parameters
imageId
versionId
Query Parameters
Query Parameters
action
Request Body
{
"description": "Test version",
"timeZone": "America/Los Angeles(UTC-08:00)"
}
Company name of the tenant
Description for this version
Org Id with which this image would be associated.
Provider label where the image is published
Possible values are: AKKA , AZURE , VSPHERE , ZEROCLOUD
TimeZone that will be default for desktops created with this image
Authentication
Response
Response BodyResponse Body
201 Created
Successfully accepted Image publish request
{
"description": "Test version",
"timeZone": "America/Los Angeles(UTC-08:00)",
"versionId": "0123456789",
"versionName": "1.0, 1.1.1",
"versionStatus": "AVAILABLE"
}
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
Errors
Bad request
Unauthorized
Forbidden
Not found
Precondition failed
Failed to submit Image publish request
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: versionPublishCreateTO