vmsListResponse

vmsListResponse
vmsListResponse
JSON Example
{
    "items": [
        {
            "vmId": "string",
            "name": "string",
            "powerState": "string",
            "isProximityRouted": false,
            "ipAddresses": [
                "string"
            ],
            "endpointId": "string",
            "endpointName": "string",
            "resourceId": "string",
            "resourceName": "string",
            "runtimeRouterEndpointId": "string",
            "configuredRouterEndpointId": "string",
            "task": {
                "id": "string",
                "status": "string",
                "progress": 0,
                "statusMessage": "string",
                "intent": {
                    "vmId": "string",
                    "resourceId": "string",
                    "routerEndpointId": "string",
                    "siwtchoverType": "string",
                    "networkExtensionId": "string"
                },
                "errorCode": "string",
                "errorMessage": "string"
            }
        }
    ],
    "errors": [
        {
            "code": "string",
            "message": "string"
        }
    ]
}
array of vm
items
Optional

items

array of error
errors
Optional

errors