Retrieves metrics for the response orchestration product, including the total number of playbooks and the number of enabled playbooks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribePlaybookNumberMetrics |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response.
|
zh |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| Metrics |
object |
The statistics. |
|
| TotalNum |
integer |
The total number of playbooks. |
100 |
| StartUpNum |
integer |
The number of enabled playbooks. |
50 |
| RequestId |
string |
The unique ID of the request. If you have an issue with a request, provide this ID for troubleshooting. |
D4CC979E-3D5B-5A6A-BC87-C93C9E861C7B |
Examples
Success response
JSON format
{
"Metrics": {
"TotalNum": 100,
"StartUpNum": 50
},
"RequestId": "D4CC979E-3D5B-5A6A-BC87-C93C9E861C7B"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.