Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 717 Bytes

File metadata and controls

20 lines (13 loc) · 717 Bytes

RemotePortRunStatusEntity

Properties

Name Type Description Notes
revision RevisionDTO The revision for this request/response. The revision is required for any mutable flow requests and is included in all responses. [optional]
state StateEnum The run status of the RemotePort. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]

Enum: StateEnum

Name Value
TRANSMITTING "TRANSMITTING"
STOPPED "STOPPED"