Data Object - AgentRuntimeInfo

Property of
Agent
Returned by
AgentQueryRuntime
Extends
EamObjectRuntimeInfo
See also
Agency, AgentVmHook, vim.Folder.html">Folder, HostSystem, ResourcePool, VibVibInfo, VirtualMachine,

Properties

Name Type Description
agency*vmodl.ManagedObjectReference
to a Agency

The agency this agent belongs to.

Since vEAM API 2.0
esxAgentFolder*vmodl.ManagedObjectReference
to a vim.Folder

Deprecated. In order to retrieve agent VM folder use VIM API.

The ESX agent folder in which the agent virtual machine resides.
esxAgentResourcePool*vmodl.ManagedObjectReference
to a vim.ResourcePool

Deprecated. In order to retrieve agent resource pool use VIM API.

The ESX agent resource pool in which the agent virtual machine resides.
host*vmodl.ManagedObjectReference
to a vim.HostSystem

The agent host.
installedBulletin*xsd:string[]

Deprecated. Use installedVibs instead

An optional array of IDs of installed bulletins for this agent.
installedVibs*VibVibInfo[]

Information about the installed vibs on the host.

Since vEAM API 6.0
receivingHeartBeatxsd:boolean

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.
vm*vmodl.ManagedObjectReference
to a vim.VirtualMachine

The agent virtual machine.
vmHook*AgentVmHook

Active VM hook. If present agent is actively waiting for Agent#markAsAvailable(). See AgentVmHook.

Since vEAM API 6.7
vmIp*xsd:string

Deprecated. get that info calling the virtual machine VIM API

The IP address of the agent virtual machine
vmNamexsd:string

Deprecated. get that info calling the virtual machine VIM API

The name of the agent virtual machine.
vmPowerStatevim.VirtualMachine.PowerState

Deprecated. get that info calling the virtual machine VIM API.

The power state of an agent virtual machine.
Properties inherited from EamObjectRuntimeInfo
entity, goalState, issue, status
Properties inherited from vmodl.DynamicData
None
*Need not be set