Skip to content

Get Pillars

GET/customers/{clientId}/pillars

Returns the four-pillar breakdown alongside the most recent score date. Use this to understand which dimension of resilience is driving the composite score.

clientIdstringrequired

Client ID issued by the customer’s ORION environment (an opaque identifier beginning with osc_)

clientIdstringrequired

The Client ID the breakdown was retrieved for

scoreDatestringrequired

ISO calendar date the breakdown corresponds to (YYYY-MM-DD, UTC)

pillarScoresobjectrequired

Individual pillar scores (0–100 each)

properties
structuralIntegrityinteger
Network architecture robustness
failureResistanceinteger
Network continuity under failure scenarios
deviceHealthinteger
Current device health and risk status
recoveryCapabilityinteger
Expected recovery performance under simulated failures
Terminal window
curl https://api.overspace.io/orion/v1/customers/osc_x7k2q9_9f8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d/pillars \
-H "x-api-key: your-api-key"