clusterProcessorStatus

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

DTO for serializing the a processor's status across the cluster.

XML

Elements

name (type) min/max
occurs
description
statsLastRefreshed (string) 0/1 The time the status were last refreshed.
processorId (string) 0/1 The processor id.
processorName (string) 0/1 The processor name.
processorType (string) 0/1 The processor type.
processorRunStatus (string) 0/1 The processor run status.
nodeProcessorStatus (nodeProcessorStatus) 0/unbounded Collection of node processor status DTO.

JSON

property type description
statsLastRefreshed statsLastRefreshed (string) The time the status were last refreshed.
processorId processorId (string) The processor id.
processorName processorName (string) The processor name.
processorType processorType (string) The processor type.
processorRunStatus processorRunStatus (string) The processor run status.
nodeProcessorStatus array of nodeProcessorStatus (nodeProcessorStatus) Collection of node processor status DTO.