List Base Snapshots

List Base Snapshots

Lists all the VM snapshots from the vCenter for a given VM.

Request
URI
GET
https://{api_host}//localhost/rest/external/v1/base-snapshots
COPY
Query Parameters
string
base_vm_id
Required

VM ID

base_vm_id example
vm-1
string
vcenter_id
Required

Virtual Center ID

vcenter_id example
d0325b13-2bf1-4fa4-b027-e780004f2d1e

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "created_timestamp": 1582181947320,
        "description": "Base image snapshot",
        "disk_size_mb": 42949,
        "hardware_version": 13,
        "id": "snapshot-4",
        "incompatible_reasons": [
            "string"
        ],
        "max_number_of_monitors": 1,
        "max_resolution_of_any_one_monitor": "1600x1200",
        "memory_mb": 4096,
        "memory_reservation_mb": 0,
        "name": "Snapshot1",
        "path": "/Snapshot1",
        "renderer3d": "DISABLED",
        "total_video_memory_mb": 8,
        "vcenter_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
        "vgpu_type": "string"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure