Package version:

Replication agent details.

interface ReplicationAgentDetails {
    biosId?: string;
    fabricObjectId?: string;
    fqdn?: string;
    health?: string;
    healthErrors?: HealthError[];
    id?: string;
    lastHeartbeatUtc?: any;
    name?: string;
    version?: string;
}

Properties

biosId?: string

The replication agent Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.

fabricObjectId?: string

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

fqdn?: string

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

health?: string

The health of the replication agent. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors?: HealthError[]

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

id?: string

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

lastHeartbeatUtc?: any

The last heartbeat received from the replication agent. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

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

version?: string

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