port
The details for a port within this NiFi flow.
XML
Elements
| name (type) |
min/max occurs |
description |
|
name (string)
|
0/1 |
The name of this port.
|
|
state (string)
|
0/1 |
The state of this port. Possible states are 'RUNNING', 'STOPPED', and
'DISABLED'.
|
|
type (string)
|
0/1 |
The type of port. Possible values are 'INPUT_PORT' or 'OUTPUT_PORT'.
|
|
concurrentlySchedulableTaskCount (int)
|
0/1 |
The number of tasks that should be concurrently scheduled for this port.
|
|
comments (string)
|
0/1 |
The comments for this port.
|
|
groupAccessControl (string)
|
0/unbounded |
Groups that are allowed to access this port.
|
|
userAccessControl (string)
|
0/unbounded |
Users that are allowed to access this port.
|
|
validationErrors (string)
|
0/unbounded |
Gets the validation errors from this port. These validation errors
represent the problems with the port that must be resolved before it can
be started.
|
JSON
| property |
type |
description |
| name |
name (string)
|
The name of this port.
|
| state |
state (string)
|
The state of this port. Possible states are 'RUNNING', 'STOPPED', and
'DISABLED'.
|
| type |
type (string)
|
The type of port. Possible values are 'INPUT_PORT' or 'OUTPUT_PORT'.
|
| concurrentlySchedulableTaskCount |
concurrentlySchedulableTaskCount (int)
|
The number of tasks that should be concurrently scheduled for this port.
|
| comments |
comments (string)
|
The comments for this port.
|
| groupAccessControl |
array of groupAccessControl (string)
|
Groups that are allowed to access this port.
|
| userAccessControl |
array of userAccessControl (string)
|
Users that are allowed to access this port.
|
| validationErrors |
array of validationErrors (string)
|
Gets the validation errors from this port. These validation errors
represent the problems with the port that must be resolved before it can
be started.
|