Skip to main content

Get test failover VMs list

Select

SaaS
Customer Managed

API to get test failover machines for failover group

Path Parameters
  • failoverGroupId int32 required

    Id of the failover group

Responses

OK


Schema
  • virtualMachines object[]
  • name string

    The name of the clone VM

  • state string

    Possible values: [STOPPED, RUNNING, SUSPENDED, UNKNOWN, ARCHIVED, EXPIRED, UNAVAILABLE, CREATING, CLONING, CREATING_SNAPSHOT, REVERTING_SNAPSHOT, DELETING_SNAPSHOT, STARTING, STOPPING, SUSPENDING, RESTARTING, RECOVERING, RETRIEVING]

    Power state of the clone VM

  • ipAddress string

    The IP address of the clone VM

  • operatingSystem string

    Name of operating system of VM

  • creator object
  • id int32
  • GUID string
  • name string
  • expirationTime int32

    Expiration timestamp of cloned VM in unix time (epoch) format

Loading...