Package version:

Details of a Master Target Server.

interface MasterTargetServer {
    agentExpiryDate?: any;
    agentVersion?: string;
    agentVersionDetails?: VersionDetails;
    dataStores?: DataStore[];
    diskCount?: number;
    healthErrors?: HealthError[];
    id?: string;
    ipAddress?: string;
    lastHeartbeat?: any;
    marsAgentExpiryDate?: any;
    marsAgentVersion?: string;
    marsAgentVersionDetails?: VersionDetails;
    name?: string;
    osType?: string;
    osVersion?: string;
    retentionVolumes?: RetentionVolume[];
    validationErrors?: HealthError[];
    versionStatus?: string;
}

Properties

agentExpiryDate?: any

Agent expiry date.

agentVersion?: string

The version of the scout component on the server.

agentVersionDetails?: VersionDetails

Agent version details.

dataStores?: DataStore[]

The list of data stores in the fabric.

diskCount?: number

Disk count of the master target.

healthErrors?: HealthError[]

Health errors.

id?: string

The server Id.

ipAddress?: string

The IP address of the server.

lastHeartbeat?: any

The last heartbeat received from the server.

marsAgentExpiryDate?: any

MARS agent expiry date.

marsAgentVersion?: string

MARS agent version.

marsAgentVersionDetails?: VersionDetails

Mars agent version details.

name?: string

The server name.

osType?: string

The OS type of the server.

osVersion?: string

OS Version of the master target.

retentionVolumes?: RetentionVolume[]

The retention volumes of Master target Server.

validationErrors?: HealthError[]

Validation errors.

versionStatus?: string

Version status.