Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 793 Bytes

ActivateControllerServicesEntity.md

File metadata and controls

21 lines (14 loc) · 793 Bytes

ActivateControllerServicesEntity

Properties

Name Type Description Notes
id String The id of the ProcessGroup [optional]
state StateEnum The desired state of the descendant components [optional]
components Map<String, RevisionDTO> Optional services to schedule. If not specified, all authorized descendant controller services will be used. [optional]
disconnectedNodeAcknowledged Boolean Acknowledges that this node is disconnected to allow for mutable requests to proceed. [optional]

Enum: StateEnum

Name Value
ENABLED "ENABLED"
DISABLED "DISABLED"