Get Version
DescriptionGet version by image id and version id.
Request
URLURL
Path Parameters
Path Parameters
imageId
versionId
Query Parameters
Query Parameters
org_id
Authentication
Response
Response BodyResponse Body
Successfully retrieved version
{
"createdAt": "string",
"description": "string",
"id": "0123456789",
"lastTriggeredAction": "IMPORT",
"name": "string",
"options": {
"agents": [
{
"agentVersion": "string",
"details": {},
"name": "string",
"type": "HAI, NSX, AV, etc"
}
],
"osCustomizations": [
"DisableWindowsUpdate"
]
},
"orgId": "0123456789",
"sourceVersionId": "string",
"state": "PUBLISHED",
"status": "AVAILABLE",
"streamId": "0123456789",
"updatedAt": "string",
"version": 0,
"versionHistory": [
"1.0.0 | 2.0.0"
]
}
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
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
Errors
Code Samples