Queries the commands that are used to manage entities.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeSophonCommands |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the command. Fuzzy search is supported. |
waf_process |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned information. |
||
| Data |
array<object> |
The list of returned commands. |
|
|
array<object> |
The details of the command. |
||
| Name |
string |
The name of the command. |
waf_process_ip_v2 |
| DisplayName |
string |
The display name of the command. |
WAF Process IP |
| ParamConfig |
array<object> |
The parameter settings. |
|
|
object |
The parameter settings. |
||
| Necessary |
boolean |
Indicates whether the parameter is required. Valid values:
|
true |
| Field |
string |
The name of the parameter field. |
ip |
| Value |
string |
The value of the parameter. |
12.xx.xx.xx |
| CheckField |
string |
The regular expression that is used to check the format of the field. If this parameter is empty, no check is performed. |
[0-9]{4}\.[0-9]{4}\.[0-9]{4}\.[0-9]{4} |
| Description |
string |
The description of the command. |
This is a action of processing for WAF |
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique ID for each request. You can use this ID to troubleshoot and locate issues. |
1E1EC464-3BD7-518F-9937-BCC12E6855FE |
Examples
Success response
JSON format
{
"Data": [
{
"Name": "waf_process_ip_v2",
"DisplayName": "WAF Process IP",
"ParamConfig": [
{
"Necessary": true,
"Field": "ip",
"Value": "12.xx.xx.xx",
"CheckField": "[0-9]{4}\\.[0-9]{4}\\.[0-9]{4}\\.[0-9]{4}"
}
],
"Description": "This is a action of processing for WAF"
}
],
"RequestId": "1E1EC464-3BD7-518F-9937-BCC12E6855FE"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.