Queries the status of applications on nodes in a hybrid cloud cluster.
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 WAF instance. |
waf-cn-7mz****hw0u |
| Mid |
string |
Yes |
The ID of the software development kit (SDK). |
2fdb63fea03b173bc9e65c24****d7d5 |
| RegionId |
string |
No |
The region where the WAF instance resides. 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. |
DBF79169-B6A0-5C8E-86B2-CFE3****496E |
| ProcessMonitors |
array<object> |
The list of application statuses. |
|
|
object |
The application status. |
||
| ProcessName |
string |
The service. Valid values:
|
示例应用名称 |
| ProcessStatus |
integer |
The running status. Valid values:
|
1 |
| Levle |
string |
The status. Valid values:
|
normal |
| TotalCount |
integer |
Note
This parameter is deprecated and no longer returns a valid value. |
已弃用 |
Examples
Success response
JSON format
{
"RequestId": "DBF79169-B6A0-5C8E-86B2-CFE3****496E",
"ProcessMonitors": [
{
"ProcessName": "示例应用名称",
"ProcessStatus": 1,
"Levle": "normal"
}
],
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.