Republish Version
DescriptionSubmit image republish request. This can also be used to expand image to new provider instances. This operation occurs in background.
Request
URLURL
Path Parameters
Path Parameters
imageId
versionId
Request Body
{
"additionalReplicas": [
{
"providerInstanceId": "string"
}
],
"orgId": "string"
}
Additional ReplicasTO of the image. Optional and is used to expand image to new provider instances.
Org ID
Authentication
Response
Response BodyResponse Body
202 Accepted
Successfully accepted Image republish 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
Conflict
Failed Dependency for Republish
Failed to submit Image republish request
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: versionRepublishCreateTO