Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.62 KB

RemoteProcessGroupStatusDTO.md

File metadata and controls

17 lines (14 loc) · 1.62 KB

IO.Swagger.Model.RemoteProcessGroupStatusDTO

Properties

Name Type Description Notes
GroupId string The unique ID of the process group that the Processor belongs to [optional]
Id string The unique ID of the Processor [optional]
Name string The name of the remote process group. [optional]
TargetUri string The URI of the target system. [optional]
TransmissionStatus string The transmission status of the remote process group. [optional]
StatsLastRefreshed string The time the status for the process group was last refreshed. [optional]
ValidationStatus string Indicates whether the component is valid, invalid, or still in the process of validating (i.e., it is unknown whether or not the component is valid) [optional]
AggregateSnapshot RemoteProcessGroupStatusSnapshotDTO A status snapshot that represents the aggregate stats of all nodes in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this represents the stats of the single instance. [optional]
NodeSnapshots List<NodeRemoteProcessGroupStatusSnapshotDTO> A status snapshot for each node in the cluster. If the NiFi instance is a standalone instance, rather than a cluster, this may be null. [optional]

[Back to Model list] [Back to API list] [Back to README]