Queries the configurations of security features.
Operation description
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
FunctionName | string | Yes | The configuration that you want to query. Valid values:
| domain_business_control |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "06D29681-B7CD-4034-A8CC-28AFFA213539",
"Configs": [
{
"ArgValue": "{\\\"dcdn_allow\\\":[\\\"cc_rule\\\",\\\"ddos_dispatch\\\"]}",
"ArgName": "allow_function",
"FunctionName": "domain_business_control"
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidArgValue.Malformed | The specified ArgValue is invalid. | The value specified for the ArgValue parameter is invalid. |
400 | InvalidArgName.ValueNotSupported | %s | The name of the %s parameter is invalid. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history