List IM Assets

List IM Assets

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-assets
COPY
Query Parameters
string
im_version_id
Required

Image management version ID


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "base_snapshot_id": "snapshot-1",
        "base_vm_id": "vm-2",
        "clone_type": "INSTANT_CLONE",
        "datacenter_id": "datacenter-1",
        "id": "c9896e51-48a2-4d82-ae9e-a0246981b47d",
        "im_stream_id": "abc16e8f-9ba0-4789-a5dd-6880f32c52df",
        "im_version_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "image_type": "RDSH_APPs",
        "status": "AVAILABLE",
        "vcenter_id": "f148f3e8-db0e-4abb-9c33-7e5205ccd360",
        "vm_template_id": "vm-1"
    }
]

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