Package version:

Details of the Process Server.

interface ProcessServer {
    agentExpiryDate?: any;
    agentVersion?: string;
    agentVersionDetails?: VersionDetails;
    availableMemoryInBytes?: number;
    availableSpaceInBytes?: number;
    cpuLoad?: string;
    cpuLoadStatus?: string;
    friendlyName?: string;
    health?: string;
    healthErrors?: HealthError[];
    hostId?: string;
    id?: string;
    ipAddress?: string;
    lastHeartbeat?: any;
    machineCount?: string;
    marsCommunicationStatus?: string;
    marsRegistrationStatus?: string;
    memoryUsageStatus?: string;
    mobilityServiceUpdates?: MobilityServiceUpdate[];
    osType?: string;
    osVersion?: string;
    psServiceStatus?: string;
    psStatsRefreshTime?: any;
    replicationPairCount?: string;
    spaceUsageStatus?: string;
    sslCertExpiryDate?: any;
    sslCertExpiryRemainingDays?: number;
    systemLoad?: string;
    systemLoadStatus?: string;
    throughputInBytes?: number;
    throughputInMBps?: number;
    throughputStatus?: string;
    throughputUploadPendingDataInBytes?: number;
    totalMemoryInBytes?: number;
    totalSpaceInBytes?: number;
    versionStatus?: string;
}

Properties

agentExpiryDate?: any

Agent expiry date.

agentVersion?: string

The version of the scout component on the server.

agentVersionDetails?: VersionDetails

The agent version details.

availableMemoryInBytes?: number

The available memory.

availableSpaceInBytes?: number

The available space.

cpuLoad?: string

The percentage of the CPU load.

cpuLoadStatus?: string

The CPU load status.

friendlyName?: string

The Process Server's friendly name.

health?: string

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

healthErrors?: HealthError[]

Health errors.

hostId?: string

The agent generated Id.

id?: string

The Process Server Id.

ipAddress?: string

The IP address of the server.

lastHeartbeat?: any

The last heartbeat received from the server.

machineCount?: string

The servers configured with this PS.

marsCommunicationStatus?: string

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

marsRegistrationStatus?: string

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

memoryUsageStatus?: string

The memory usage status.

mobilityServiceUpdates?: MobilityServiceUpdate[]

The list of the mobility service updates available on the Process Server.

osType?: string

The OS type of the server.

osVersion?: string

OS Version of the process server. Note: This will get populated if user has CS version greater than 9.12.0.0.

psServiceStatus?: string

The PS service status.

psStatsRefreshTime?: any

The process server stats refresh time. NOTE: This property will not be serialized. It can only be populated by the server.

replicationPairCount?: string

The number of replication pairs configured in this PS.

spaceUsageStatus?: string

The space usage status.

sslCertExpiryDate?: any

The PS SSL cert expiry date.

sslCertExpiryRemainingDays?: number

CS SSL cert expiry date.

systemLoad?: string

The percentage of the system load.

systemLoadStatus?: string

The system load status.

throughputInBytes?: number

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

throughputInMBps?: number

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

throughputStatus?: string

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

throughputUploadPendingDataInBytes?: number

The uploading pending data in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

totalMemoryInBytes?: number

The total memory.

totalSpaceInBytes?: number

The total space.

versionStatus?: string

Version status.