Package version:

Agent details.

interface AgentDetails {
    agentId?: string;
    biosId?: string;
    disks?: AgentDiskDetails[];
    fqdn?: string;
    machineId?: string;
}

Properties

agentId?: string

The Id of the agent running on the server. NOTE: This property will not be serialized. It can only be populated by the server.

biosId?: string

The machine BIOS Id. NOTE: This property will not be serialized. It can only be populated by the server.

The disks. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

The machine FQDN. NOTE: This property will not be serialized. It can only be populated by the server.

machineId?: string

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.