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 callDELETE /trust/trust-rollout-statuswhile in this state.COMPLETED_SUCCESSFULLY- All verticals and all nodes successfully rotated their certificates. Safe to callDELETEto reset.COMPLETED_WITH_FAILURES- The rotation finished but one or more nodes failed. UsePOST /trust/trust-rollout-statuswithinclude_status: ["FAILED"]to retrieve failure details before callingDELETEto reset.
This data structure has no properties.
Enumeration:
IN_ROTATION,
COMPLETED_SUCCESSFULLY,
COMPLETED_WITH_FAILURES,
SCHEDULED