Queries the options for the Edge Security drop-down list in the DCDN console.
Operation description
The throttling limit for a single user is 50 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnSecFuncInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SecFuncType |
string |
Yes |
The type of the drop-down list. Valid values: RobotRuleName and RobotObject. |
RobotRuleName |
| Lang |
string |
Yes |
The language of the response. Valid values:
|
en |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
30A3A25A-86B3-4C1D-BAA8-12B8607A5CFD |
| Description |
string |
The description of the HTTP response. |
OK |
| RetCode |
string |
The return code of the HTTP response.
|
0 |
| HttpStatus |
string |
The HTTP status code of the response. |
200 |
| Content |
array<object> |
The parameters of the code. |
|
|
object |
|||
| Label |
string |
The display text. The value is in the language specified by the Lang parameter. |
ai_defense |
| Value |
string |
The value of the drop-down list item. |
ai_defense |
Examples
Success response
JSON format
{
"RequestId": "30A3A25A-86B3-4C1D-BAA8-12B8607A5CFD",
"Description": "OK",
"RetCode": "0",
"HttpStatus": "200",
"Content": [
{
"Label": "ai_defense",
"Value": "ai_defense"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.