clusterRemoteProcessGroupStatus

Namespace: (default namespace)
XML Schema: ns0.xsd

DTO for serializing the a remote process group's status across the cluster.

XML

Elements

name (type) min/max
occurs
description
statsLastRefreshed (string) 0/1 The time the status was last refreshed.
nodeRemoteProcessGroupStatus (nodeRemoteProcessGroupStatus) 0/unbounded The remote process group status from each node in the cluster.
remoteProcessGroupId (string) 0/1 The remote process group id.
remoteProcessGroupName (string) 0/1 The remote process group name.

JSON

property type description
statsLastRefreshed statsLastRefreshed (string) The time the status was last refreshed.
nodeRemoteProcessGroupStatus array of nodeRemoteProcessGroupStatus (nodeRemoteProcessGroupStatus) The remote process group status from each node in the cluster.
remoteProcessGroupId remoteProcessGroupId (string) The remote process group id.
remoteProcessGroupName remoteProcessGroupName (string) The remote process group name.