You can call this operation to query whether the anti-brute-force cracking feature has been authorized. The anti-brute-force cracking feature cannot be used without authorization.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeUserLayoutAuthorization |
The operation that you want to perform. Set the value to DescribeUserLayoutAuthorization. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Lang | String | No | zh |
The language of the request and response. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Authorized | Boolean | false |
The result of the query. Valid values:
|
RequestId | String | 4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeUserLayoutAuthorization
&<Common request parameters>
Sample success responses
XML
format
<DescribeUserLayoutAuthorizationResponse>
<Authorized>false</Authorized>
<requestId>4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C</requestId>
</DescribeUserLayoutAuthorizationResponse>
JSON
format
{
"Authorized": false,
"requestId": "4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C"
}
Error code
For a list of error codes, visit the API Error Center.