Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Retrieves all component’s score cards.

Parameters

ParameterDescription
Component IDThe unique internal ID. Can be retrieved using “List Components”.

Example Output

{
	"data": {
		"compass": {
			"component": {
				"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:component/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/2e2743b7-4cb0-4161-88e1-1ceda7b9008b",
				"name": "My Component",
				"typeId": "SERVICE",
				"scorecards": [
					{
						"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:scorecard/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/8ef553b3-48c8-43a7-934f-5f2acc9dab39",
						"name": "d67503e3-1d95-4749-bcb8-97611395b2b2",
						"componentTypeIds": [
							"SERVICE"
						],
						"importance": "REQUIRED",
						"scorecardScore": {
							"totalScore": 100,
							"maxTotalScore": 100
						}
					}
				]
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "2b7d0269960b497dbbee684d7bcb75d2",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}

Workflow Library Example

List Component Scorecards with Compass and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop