Queries the system status of a node in a hybrid cloud cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudBasicMonitor |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
Call DescribeInstance to obtain the ID of the WAF instance. |
waf-cn-7mz****hw0u |
| Mid |
string |
Yes |
The node ID. |
f451e90fcb068905ab379468****db42 |
| RegionId |
string |
No |
The region of the WAF instance. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The ID of the Alibaba Cloud resource group. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0B8AF42B-16A9-5762-AEF3-D148****FE5D |
| BasicMonitors |
array<object> |
The list of basic monitoring metrics. |
|
|
object |
The basic monitoring metric. |
||
| MonitorName |
string |
The metric. Valid values:
|
basic_monitor_cpu_usage |
| UseRatio |
integer |
The usage percentage. |
5.905694 |
| Levle |
string |
The status. Valid values:
|
normal |
| TotalCount |
integer |
Note
This parameter is deprecated. No meaningful data is returned. |
已弃用 |
Examples
Success response
JSON format
{
"RequestId": "0B8AF42B-16A9-5762-AEF3-D148****FE5D",
"BasicMonitors": [
{
"MonitorName": "basic_monitor_cpu_usage",
"UseRatio": 5.905694,
"Levle": "normal"
}
],
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.