portStatus

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

The status for a port in this NiFi.

XML

Elements

name (type) min/max
occurs
description
activeThreadCount (int) 0/1 The active thread count for this port.
id (string) 0/1 The id of this port.
groupId (string) 0/1 The id of the group this port resides in.
name (string) 0/1 The name of this port.
runStatus (string) 0/1 The run status of this port.
input (string) 0/1 The total count and size of flow files that have been accepted in the last five minutes.
output (string) 0/1 The total count and size of flow files that have been processed in the last five minutes.

JSON

property type description
activeThreadCount activeThreadCount (int) The active thread count for this port.
id id (string) The id of this port.
groupId groupId (string) The id of the group this port resides in.
name name (string) The name of this port.
runStatus runStatus (string) The run status of this port.
input input (string) The total count and size of flow files that have been accepted in the last five minutes.
output output (string) The total count and size of flow files that have been processed in the last five minutes.