Get V Ms

Get V Ms
Request
URI
GET
https://{api_host}/dt-rest/v100/notification/vm/{type}/vms
COPY
Path Parameters
string
type
Required

type

Possible values are : MAINTENANCE_NOTICE, VMS_IN_BAD_AGENT_STATE, VMS_IN_BAD_TOOLS_STATE, VMS_UNTRUSTED_DOMAIN,

Responses
200

successful operation

[
    {
        "DtVirtualMachineState": "string",
        "type": "string",
        "description": "string",
        "vmId": "string",
        "numCPUs": 0,
        "patternId": "string",
        "templateId": "string",
        "vmPath": "string",
        "inventoryPath": "string",
        "ipAddress": "string",
        "externalIpAddress": "string",
        "refId": "string",
        "vmpowerState": "string",
        "vmlifeState": "string",
        "vmlifeStateDate": "string",
        "threeDEnabled": false,
        "hotplugEnabled": false,
        "vmhardwareVersion": "string",
        "networkId": "string",
        "daaSAgentVersion": "string",
        "daaSAgentState": "string",
        "vmwareToolsState": "string",
        "guestOS": "string",
        "computePoolId": "string",
        "memorySizeMB": 0,
        "goldPatternVersion": 0,
        "powerOnDate": "string",
        "sealDate": "string",
        "poolName": "string",
        "macAddress": "string",
        "desktopManagerName": "string",
        "viewAgentVersion": "string",
        "dnsName": "string",
        "viewAgentPaired": false,
        "agentPairingAcknowledged": false,
        "allocateState": "string",
        "resyncState": "string",
        "customizationState": "string",
        "agentErrorCode": "string",
        "sessionAllocationState": "string",
        "rectify": false,
        "name": "string",
        "id": "string",
        "links": [
            {
                "href": "string",
                "rel": "string",
                "deprecated": false,
                "name": "string",
                "method": "string"
            }
        ]
    }
]

Dt Virtual Machine Notification Operations
GET
Get V Ms