Update Scorecard
Updates a scorecard.
Parameters
Parameter | Description |
---|---|
Component Label Names | A comma-separated list of label names. |
Component Type | The new type. |
Description | The new scorecard description. |
Importance | The new importance. |
Name | The new scorecard name. |
Owner ID | The new owner's ID. |
Scorecard ID | The unique internal ID. |
Example Output
{
"data": {
"compass": {
"updateScorecard": {
"success": true,
"scorecardDetails": {
"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:scorecard/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/8ef553b3-48c8-43a7-934f-5f2acc9dab39",
"name": "32bfed1c-bc82-401b-9f01-2bfbd5bb86c5",
"description": "Updated Scorecard",
"importance": "REQUIRED",
"componentTypeIds": [
"SERVICE"
],
"owner": {
"name": "MyPlugin Account"
}
}
}
}
},
"extensions": {
"gateway": {
"request_id": "fe0b78099a164c27a88e965178723e01",
"crossRegion": false,
"edgeCrossRegion": false
}
}
}
Workflow Library Example
Update Scorecard with Compass and Send Results Via Email
Preview this Workflow on desktop