VersionTO
Properties
Timestamp of record creation
Description of this version of the image
Unique record ID
Indicates the last action performed on the version
Possible values are: CLONE , DELETE , IMPORT , PUBLISH , UNPUBLISH
Version name
Org ID that owns this record
OS name for this version. If this value is null at version level, value from Image can be referred.
Indicates source type of the version
Possible values are: AKKA_CUSTOM_VM , AKKA_MARKET_PLACE , AKKA_SIG , AZURE_CUSTOM_VM , AZURE_MARKET_PLACE , AZURE_SIG , COPIED_FROM_VERSION , IMPORTED_VMS , UPLOADED , VSPHERE_CATALOG
Indicates the specific version in the current stream that was used to create this version if any
Indicates state of the version
Possible values are: NOT_READY , PARTIALLY_PUBLISHED , PUBLISHED , UNPUBLISHED
Indicates the status of the version based on its stage in import or publish workflow
Possible values are: AVAILABLE , DELETING , DISABLED , FAILED , IMPORT_COMPLETE , IMPORT_IN_PROGRESS , PARTIALLY_AVAILABLE , PENDING , PUBLISH_IN_PROGRESS , REPLICATION_IN_PROGRESS
Stream id that this version belong to.
Timestamp of last record modification
Record version (internal)
Indicates lineage of all versions preceding this version
Indicates version type
Possible values are: MAJOR , MINOR , PATCH
JSON Example
{
"id": "0123456789",
"lastTriggeredAction": "IMPORT",
"orgId": "0123456789",
"sourceType": "AZURE_MARKET_PLACE",
"state": "PUBLISHED",
"status": "AVAILABLE",
"streamId": "0123456789",
"versionHistory": [
"1.0.0",
"2.0.0"
],
"versionType": "MAJOR"
}
Property Of
PageVersionTO
Returned By
Get Version
Patch Version