PublishAction
Publish Action
Action to perform on a publishable entity (recommendations, segmentation objects, etc.).
- NONE: No action (default state)
- PUBLISH: Run NSX capacity precheck then queue publication to NSX Policy Manager
- FORCE_PUBLISH: Skip NSX capacity precheck and queue publication anyway (use only after acknowledging capacity risk). Note: FORCE_PUBLISH bypasses the NSX capacity limit check but does NOT bypass the SSP platform hard limit on groups. If the projected group count exceeds the SSP hard limit, the publish will be rejected regardless of this flag.
- CANCEL_PUBLISH: Cancel an ongoing publication operation
Notes:
CANCEL_PUBLISHis only valid when the object'spublish_statusisIN_PROGRESS; using it in any other state returns a 400 error.FORCE_PUBLISHbypasses the NSX capacity precheck; use only after explicitly acknowledging potential capacity constraints.PUBLISHis idempotent if the object is already in aPUBLISHEDstate with no pending changes.
This data structure has no properties.
Enumeration:
NONE,
PUBLISH,
FORCE_PUBLISH,
CANCEL_PUBLISH