Update IM Asset

Update IM Asset

Updates image management asset.

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

id


Request Body

Image management asset object to be updated.

ImageManagementAssetUpdateSpec of type(s) application/json
Required
{
    "clone_type": "INSTANT_CLONE",
    "image_type": "RDSH_APPS",
    "status": "AVAILABLE"
}
object
additional_details
Optional

Additional details about image management asset.

string
clone_type
Required

Image management asset clone type.

  • FULL_CLONE: Image management asset to be used in full clone automated desktop pool.
  • INSTANT_CLONE: Image management asset to be used in instant clone desktop pool/farm.
Possible values are : FULL_CLONE, INSTANT_CLONE,
string
image_type
Required

Image management asset image type.

  • RDSH_APPS: Image management asset to be used for farm creation which is be used in application.
  • RDSH_DESKTOP: Image management asset is for farm creation to be created.
  • VDI_DESKTOP: Image management asset is available for desktops/farms to be created.
Possible values are : RDSH_APPS, RDSH_DESKTOP, VDI_DESKTOP,
string
status
Required

Image management asset status.

  • AVAILABLE: Image management asset is available for desktop pools/farms to be created.
  • DEPLOYING_VM: Image management asset is deploying VM on the virtual center.
  • DEPLOYMENT_DONE: Image management asset VM deployed on the virtual center.
  • DELETED: Image management asset has been deleted.
  • DISABLED: Image management asset has been disabled and no further pool/farm operation can be done using the same.
  • FAILED: Image management asset creation has failed.
  • REPLICATING: Copying the specialized images across all virtual centers.
  • RETRY_PENDING: When image management asset creation has failed, retry action is pending for asset to be created.
  • SPECIALIZING_VM: Image management asset is being published and specialized internally like installing agents etc.
Possible values are : AVAILABLE, DEPLOYING_VM, DEPLOYMENT_DONE, DELETED, DISABLED, FAILED, REPLICATING, RETRY_PENDING, SPECIALIZING_VM,
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