DescribeUserLayoutAuthorization
Description
invoke the DescribeUserLayoutAuthorization to query the authorization information of the anti-brute-force cracking function. The anti-brute force cracking function cannot be used without authorization.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeUserLayoutAuthorization
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. Value: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C | the unique identifier generated by alibaba cloud for this request. |
Authorized | boolean | false | authorization result for brute-force cracking prevention. Value: true: authorized false: Unauthorized |
Example
Successful Response example
{
"RequestId":"4A80EE8F-2175-49DA-B8BF-FAE1B3D52E4C",
"Authorized":"false"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}