connectionStatus

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

DTO for serializing the status of a connection.

XML

Elements

name (type) min/max
occurs
description
id (string) 0/1 The id for the connection.
groupId (string) 0/1 The ID of the Process Group to which this processor belongs.
name (string) 0/1 The name of this connection.
queuedCount (string) 0/1 The total count of flow files that are queued.
queuedSize (string) 0/1 The total size of flow files that are queued.
queued (string) 0/1 The total count and size of flow files that are queued.
sourceId (string) 0/1 The id of the source of this connection.
sourceName (string) 0/1 The name of the source of this connection.
destinationId (string) 0/1 The id of the destination of this connection.
destinationName (string) 0/1 The name of the destination of this connection.
input (string) 0/1 The input for this connection.
output (string) 0/1 The output for this connection.

JSON

property type description
id id (string) The id for the connection.
groupId groupId (string) The ID of the Process Group to which this processor belongs.
name name (string) The name of this connection.
queuedCount queuedCount (string) The total count of flow files that are queued.
queuedSize queuedSize (string) The total size of flow files that are queued.
queued queued (string) The total count and size of flow files that are queued.
sourceId sourceId (string) The id of the source of this connection.
sourceName sourceName (string) The name of the source of this connection.
destinationId destinationId (string) The id of the destination of this connection.
destinationName destinationName (string) The name of the destination of this connection.
input input (string) The input for this connection.
output output (string) The output for this connection.