List Base V Ms

List Base V Ms

Lists all the VMs from a vCenter or a datacenter in that vCenter which may be suitable as snapshots for instant/linked clone desktop or farm creation.

Request
URI
GET
https://{api_host}//localhost/rest/external/v1/base-vms
COPY
Query Parameters
string
datacenter_id
Optional

Datacenter ID

boolean
filter_incompatible_vms
Optional

Whether to filter out incompatible VMs

string
vcenter_id
Required

Virtual Center ID


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "datacenter_id": "datacenter-1",
        "id": "vm-416",
        "incompatible_reasons": [
            "string"
        ],
        "name": "Win10",
        "network_type": "STANDARD_NETWORK",
        "operating_system": "WINDOWS_10",
        "operating_system_display_name": "Microsoft Windows 10 (64-bit)",
        "path": "/Datacenter/vm/VMs/Win10",
        "vcenter_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
    }
]

401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure