VerticalTrustRolloutStatusSummary
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.
{
"success_node_count": 0,
"failed_node_count": 0,
"pending_node_count": 0
}
Number of nodes within this vertical that have successfully received and applied the new certificate.
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.
Number of nodes within this vertical where the certificate rotation is still in progress or has not yet started.