Skip to main content

DescribeUserBaselineAuthorization

Description

query the status of user cloud platform authorization information.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeUserBaselineAuthorization

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
Statusinteger1cloud platform configuration check authorization status. 0: authorization is closed. When authorization is closed, you cannot use the cloud platform configuration check function. 1: authorization is enabled. Only when authorization is enabled can the configuration check function of the cloud platform be used.
RequestIdstring0AF20EB0-EBBC-4B94-9B84-F3BAFAC53EDErequest ID of the result.
UserBaselineAuthorizationstructNo sample value for this parameter.cloud baseline configuration checks authorization information.

Example

Successful Response example

{
"Status":"1",
"RequestId":"0AF20EB0-EBBC-4B94-9B84-F3BAFAC53EDE",
"UserBaselineAuthorization":""
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}