PortStatusDTO

Properties

Name Type Description Notes
id str The id of the port. [optional]
group_id str The id of the parent process group of the port. [optional]
name str The name of the port. [optional]
transmitting bool Whether the port has incoming or outgoing connections to a remote NiFi. [optional]
run_status str The run status of the port. [optional]
stats_last_refreshed str The time the status for the process group was last refreshed. [optional]
aggregate_snapshot PortStatusSnapshotDTO 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]
node_snapshots list[NodePortStatusSnapshotDTO] 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]