AgentDetails interface
Agent details.
Properties
| agent |
The Id of the agent running on the server. NOTE: This property will not be serialized. It can only be populated by the server. |
| bios |
The machine BIOS Id. NOTE: This property will not be serialized. It can only be populated by the server. |
| disks | The disks. NOTE: This property will not be serialized. It can only be populated by the server. |
| fqdn | The machine FQDN. NOTE: This property will not be serialized. It can only be populated by the server. |
| machine |
The Id of the machine to which the agent is registered. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
agentId
The Id of the agent running on the server. NOTE: This property will not be serialized. It can only be populated by the server.
agentId?: string
Property Value
string
biosId
The machine BIOS Id. NOTE: This property will not be serialized. It can only be populated by the server.
biosId?: string
Property Value
string
disks
The disks. NOTE: This property will not be serialized. It can only be populated by the server.
disks?: AgentDiskDetails[]
Property Value
fqdn
The machine FQDN. NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
machineId
The Id of the machine to which the agent is registered. NOTE: This property will not be serialized. It can only be populated by the server.
machineId?: string
Property Value
string