ArrayOfAgentRuntimeInfo

ArrayOfAgentRuntimeInfo
ArrayOfAgentRuntimeInfo

A boxed array of AgentRuntimeInfo. To be used in Any placeholders.

This structure may be used only with operations rendered under /eam.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "status": "string",
            "issue": [
                {
                    "_typeName": "string",
                    "key": 0,
                    "description": "string",
                    "time": "string"
                }
            ],
            "goalState": "string",
            "entity": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "vmPowerState": "string",
            "receivingHeartBeat": false,
            "host": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "vm": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "vmIp": "string",
            "vmName": "string",
            "esxAgentResourcePool": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "esxAgentFolder": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "installedBulletin": [
                "string"
            ],
            "installedVibs": [
                {
                    "_typeName": "string",
                    "id": "string",
                    "name": "string",
                    "version": "string",
                    "vendor": "string",
                    "summary": "string",
                    "softwareTags": {
                        "_typeName": "string",
                        "tags": [
                            "string"
                        ]
                    },
                    "releaseDate": "string"
                }
            ],
            "agency": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "vmHook": {
                "_typeName": "string",
                "vm": {
                    "_typeName": "string",
                    "type": "string",
                    "value": "string"
                },
                "vmState": "string"
            }
        }
    ]
}
_value
Required

_value