Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 727 Bytes

PortRunStatusEntity.md

File metadata and controls

21 lines (14 loc) · 727 Bytes

PortRunStatusEntity

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 Port. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]

Enum: StateEnum

Name Value
RUNNING "RUNNING"
STOPPED "STOPPED"
DISABLED "DISABLED"