Package version:

Process server details.

interface ProcessServerDetails {
    availableMemoryInBytes?: number;
    availableSpaceInBytes?: number;
    biosId?: string;
    diskUsageStatus?: string;
    fabricObjectId?: string;
    fqdn?: string;
    freeSpacePercentage?: number;
    health?: string;
    healthErrors?: HealthError[];
    historicHealth?: string;
    id?: string;
    ipAddresses?: string[];
    lastHeartbeatUtc?: any;
    memoryUsagePercentage?: number;
    memoryUsageStatus?: string;
    name?: string;
    processorUsagePercentage?: number;
    processorUsageStatus?: string;
    protectedItemCount?: number;
    systemLoad?: number;
    systemLoadStatus?: string;
    throughputInBytes?: number;
    throughputStatus?: string;
    throughputUploadPendingDataInBytes?: number;
    totalMemoryInBytes?: number;
    totalSpaceInBytes?: number;
    usedMemoryInBytes?: number;
    usedSpaceInBytes?: number;
    version?: string;
}

Properties

availableMemoryInBytes?: number

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

availableSpaceInBytes?: number

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

biosId?: string

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

diskUsageStatus?: string

The disk usage status. 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 process server Fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

freeSpacePercentage?: number

The free disk space percentage. NOTE: This property will not be serialized. It can only be populated by the server.

health?: string

The health of the process server. 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.

historicHealth?: string

The historic health of the process server based on the health in last 24 hours. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

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

ipAddresses?: string[]

The list of IP addresses for communicating with the RCM component. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

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

memoryUsagePercentage?: number

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

memoryUsageStatus?: string

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

name?: string

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

processorUsagePercentage?: number

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

processorUsageStatus?: string

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

protectedItemCount?: number

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

systemLoad?: number

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

systemLoadStatus?: string

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

throughputInBytes?: number

The throughput in bytes. 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. NOTE: This property will not be serialized. It can only be populated by the server.

totalSpaceInBytes?: number

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

usedMemoryInBytes?: number

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

usedSpaceInBytes?: number

The used disk space. 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.