Get IM Version

Get IM Version

All the listed privileges are required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}//localhost/rest/config/v1/im-versions/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ImageManagementVersionInfo of type(s) */*
{
    "description": "string",
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
    "name": "v1",
    "status": "AVAILABLE"
}
object
additional_details
Optional

Additional details about image management version.

string
description
Optional

Image management version description.

string
id
Optional

Unique ID representing image management version.

string
im_stream_id
Optional

Image management stream ID

string
name
Optional

Image management version name.

string
status
Optional

Image management version status.

  • AVAILABLE: Image management version is available for desktop pools/farms to be created.
  • DEPLOYING_VM: Image management version is deploying VM on the selected pod.
  • DEPLOYMENT_DONE: Image management version status when VM deployment is done for the selected pod.
  • DELETED: Image management version has been deleted.
  • DISABLED: Image management version has been disabled and no further pool operation can be done using the same.
  • FAILED: Image management version creation has failed.
  • PARTIALLY_AVAILABLE: Some of the image management asset creation in some of the virtual centers have failed.
  • PUBLISHING: Image management version is being published and specialized internally like installing agents etc.
  • REPLICATING: Copying the specialized images across all virtual centers.
Possible values are : AVAILABLE, DEPLOYING_VM, DEPLOYMENT_DONE, DELETED, DISABLED, FAILED, PARTIALLY_AVAILABLE, PUBLISHING, REPLICATING,

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure