TrustRolloutOverallStatus

TrustRolloutOverallStatus
Overall Certificate Rotation Workflow State

The aggregate status of the entire certificate rotation workflow across all participating verticals.

  • SCHEDULED - Rotation is queued but has not started yet.
  • IN_ROTATION - Rotation is actively in progress; do not call DELETE /trust/trust-rollout-status while in this state.
  • COMPLETED_SUCCESSFULLY - All verticals and all nodes successfully rotated their certificates. Safe to call DELETE to reset.
  • COMPLETED_WITH_FAILURES - The rotation finished but one or more nodes failed. Use POST /trust/trust-rollout-status with include_status: ["FAILED"] to retrieve failure details before calling DELETE to reset.
This data structure has no properties.
Enumeration: IN_ROTATION, COMPLETED_SUCCESSFULLY, COMPLETED_WITH_FAILURES, SCHEDULED