AgentRuntimeInfo
Deprecated as of vSphere 9.0. Please refer to vLCM APIs.
Extends RuntimeInfo
with information regarding the deployment
of an agent on a specific host.
This structure may be used only with operations rendered under /eam
.
{
"_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"
}
}
Deprecated get that info calling the virtual machine VIM API.
The power state of an agent virtual machine.
Deprecated get that info calling the virtual machine VIM API.
True if the vSphere ESX Agent Manager is receiving heartbeats from the agent virtual machine.
The agent host.
The agent virtual machine.
Deprecated get that info calling the virtual machine VIM API.
The IP address of the agent virtual machine
Deprecated get that info calling the virtual machine VIM API.
The name of the agent virtual machine.
Deprecated in order to retrieve agent resource pool use VIM API.
The ESX agent resource pool in which the agent virtual machine resides.
Deprecated in order to retrieve agent VM folder use VIM API.
The ESX agent folder in which the agent virtual machine resides.
Deprecated use AgentRuntimeInfo.installedVibs instead.
An optional array of IDs of installed bulletins for this agent.
The agency this agent belongs to.
Active VM hook.
If present agent is actively waiting for Agent.MarkAsAvailable. See AgentVmHook.