PublishAction

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_PUBLISH is only valid when the object's publish_status is IN_PROGRESS; using it in any other state returns a 400 error.
  • FORCE_PUBLISH bypasses the NSX capacity precheck; use only after explicitly acknowledging potential capacity constraints.
  • PUBLISH is idempotent if the object is already in a PUBLISHED state with no pending changes.
This data structure has no properties.
Enumeration: NONE, PUBLISH, FORCE_PUBLISH, CANCEL_PUBLISH