Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 2.23 KB

ControllerDTO.md

File metadata and controls

25 lines (22 loc) · 2.23 KB

IO.Swagger.Model.ControllerDTO

Properties

Name Type Description Notes
Id string The id of the NiFi. [optional]
Name string The name of the NiFi. [optional]
Comments string The comments for the NiFi. [optional]
RunningCount int? The number of running components in the NiFi. [optional]
StoppedCount int? The number of stopped components in the NiFi. [optional]
InvalidCount int? The number of invalid components in the NiFi. [optional]
DisabledCount int? The number of disabled components in the NiFi. [optional]
ActiveRemotePortCount int? The number of active remote ports contained in the NiFi. [optional]
InactiveRemotePortCount int? The number of inactive remote ports contained in the NiFi. [optional]
InputPortCount int? The number of input ports contained in the NiFi. [optional]
OutputPortCount int? The number of output ports in the NiFi. [optional]
RemoteSiteListeningPort int? The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null. [optional]
RemoteSiteHttpListeningPort int? The HTTP(S) Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null. [optional]
SiteToSiteSecure bool? Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication). [optional]
InstanceId string If clustered, the id of the Cluster Manager, otherwise the id of the NiFi. [optional]
InputPorts List<PortDTO> The input ports available to send data to for the NiFi. [optional]
OutputPorts List<PortDTO> The output ports available to received data from the NiFi. [optional]

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