VerticalTrustRolloutStatusSummary

VerticalTrustRolloutStatusSummary
Vertical Certificate Rotation Node Count Summary

Aggregated node counts for a single vertical's certificate rotation result. Always present in the status response, regardless of whether node-level detail is requested. Use these counts to quickly identify if a vertical has failures without fetching full node details.

JSON Example
{
    "success_node_count": 0,
    "failed_node_count": 0,
    "pending_node_count": 0
}
integer
success_node_count
Required

Number of nodes within this vertical that have successfully received and applied the new certificate.

integer
failed_node_count
Required

Number of nodes within this vertical where the certificate rotation failed. If non-zero, use POST /trust/trust-rollout-status with include_status: ["FAILED"] and this vertical's vertical_key to retrieve node-level error details.

integer
pending_node_count
Required

Number of nodes within this vertical where the certificate rotation is still in progress or has not yet started.