| 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] |
| Name | Value |
|---|---|
| RUNNING | "RUNNING" |
| STOPPED | "STOPPED" |
| DISABLED | "DISABLED" |