{- "scorecards_summary": [
- {
- "scorecard_name": "string",
- "timestamp": 0,
- "score": 0,
- "checks_statuses": [
- {
- "reason": "string",
- "identifier": "string",
- "name": "string",
- "custom": true,
- "status": "PASS",
- "weight": 0
}
], - "description": "string",
- "scorecard_identifier": "string",
- "recalibrate_info": {
- "start_time": 0,
- "started_by": {
- "uuid": "string",
- "name": "string",
- "email": "string"
}
}
}
]
}
Response for all the entity scores
{- "kind": "string",
- "type": "string",
- "owners": [
- "string"
], - "tags": [
- "string"
], - "lifecycle": [
- "string"
]
}
[- {
- "entity": {
- "name": "string",
- "title": "string",
- "kind": "string",
- "namespace": "string",
- "scores": [
- {
- "score": 0,
- "description": "string",
- "scorecard_name": "string"
}
]
}
}
]