Queries the application status of hybrid cloud cluster nodes.
Operation description
Before calling this operation, make sure that the hybrid cloud feature is enabled for the WAF instance. You can call the DescribeInstance operation to query instance details. If the returned parameter Details.HybridCloud is true, the hybrid cloud feature is enabled. If it is not enabled, log on to the WAF console and upgrade the instance to enable the hybrid cloud feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-waf:DescribeHybridCloudProcessMonitor |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the WAF instance. Note
You can call DescribeInstance to query the ID of the current WAF instance. |
waf-cn-7mz****hw0u |
| Mid |
string |
Yes |
The machine identifier (MID). You can call the DescribeHybridCloudSdkServers operation to query the hybrid cloud SDK list and obtain this value. |
2fdb63fea03b173bc9e65c24****d7d5 |
| RegionId |
string |
No |
The region where the WAF instance is deployed. Valid values:
|
cn-hangzhou |
| ResourceManagerResourceGroupId |
string |
No |
The Alibaba Cloud resource group ID. |
rg-acfm***q |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
DBF79169-B6A0-5C8E-86B2-CFE3****496E |
| ProcessMonitors |
array<object> |
The application status list. |
|
|
object |
The application status. |
||
| ProcessName |
string |
The service. Valid values:
|
keeper |
| ProcessStatus |
integer |
The running status. Valid values:
|
1 |
| Levle |
string |
The status. Valid values:
|
normal |
TotalCount
deprecated
|
integer |
[Deprecated] This parameter is deprecated and no longer returns meaningful data. |
3 |
Examples
Success response
JSON format
{
"RequestId": "DBF79169-B6A0-5C8E-86B2-CFE3****496E",
"ProcessMonitors": [
{
"ProcessName": "keeper",
"ProcessStatus": 1,
"Levle": "normal"
}
],
"TotalCount": 3
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.