Update IM Version

Update IM Version

Updates image management version.

Request
URI
PUT
https://{api_host}//localhost/rest/config/v1/im-versions/{id}
COPY
Path Parameters
string
id
Required

id


Request Body

Image management version object to be updated.

ImageManagementVersionUpdateSpec of type(s) application/json
Required
{
    "description": "string",
    "name": "v1",
    "status": "AVAILABLE"
}
object
additional_details
Optional

Additional details about image management version.

string
description
Optional

Image management version description.

string
name
Required

Image management version name.

string
status
Required

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,
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure