Skip to main content

List VMs

GET 

/vms/instances

List VMs

Responses

OK

Schema

  • Array [

  • displayName string

    Display name of the VM

    id string

    ID of the VM

    locationName string

    Name of the Location where the VM is deployed

    osName string

    Name and version of the Operating System installed on the VM

    osUser string

    OS User of the VM

    publicIp string

    Public IP address of the VM

    publicKeyId string

    ID of SSH Key used to remotely access the VM

    status string

    Status of the VM

    templateName string

    Name of the template used to provision the VM

  • ]

Loading...