调用DescribeGatewayLDAPInfo获取网关上配置的LDAP服务器信息。
请求参数
名称 |
类型 |
是否必选 |
示例值 |
描述 |
Action | String | 是 | DescribeGatewayLDAPInfo | 系统规定参数。取值:DescribeGatewayLDAPInfo。 |
GatewayId | String | 是 | gw-000eg44nmxbsfwbvq*** | 网关ID。 |
返回数据
名称 |
类型 |
示例值 |
描述 |
RootDN | String | cn=admin,dc=sgwte***,dc=local | 连接LDAP服务器的ROOT DN。 |
RequestId | String | 89398CFB-4EB6-4C7E-BB3C-EF213AC8FA** | 请求ID。 |
Message | String | successful | 请求结果描述。 |
IsEnabled | Boolean | true | LDAP服务器是否生效。 |
BaseDN | String | dc=sgwte***,dc=local | 连接LDAP服务器的BASE DN。 |
ServerIp | String | 47.101.59.188 | LDAP服务器的IP。 |
IsTls | Boolean | false | 是否用TLS加密的方式连接LDAP服务器。 |
Code | String | 200 | 状态码。状态码为200表示请求成功。 |
Success | Boolean | true | 请求是否成功。 |
示例
请求示例
http(s)://[Endpoint]/?Action=DescribeGatewayLDAPInfo
&GatewayId=gw-000eg44nmxbsfwbvq***
&<公共请求参数>
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<DescribeGatewayLDAPInfoResponse>
<RootDN>cn=admin,dc=sgwte***,dc=local</RootDN>
<Message>successful</Message>
<RequestId>1B0CA0B9-2B0F-478D-ADC5-474C45BF947F</RequestId>
<IsEnabled>true</IsEnabled>
<BaseDN>dc=sgwte***,dc=local</BaseDN>
<ServerIp>47.101.59.188</ServerIp>
<IsTls>false</IsTls>
<Code>200</Code>
<Success>true</Success>
</DescribeGatewayLDAPInfoResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RootDN" : "cn=admin,dc=sgwte***,dc=local",
"Message" : "successful",
"RequestId" : "1B0CA0B9-2B0F-478D-ADC5-474C45BF947F",
"IsEnabled" : true,
"BaseDN" : "dc=sgwte***,dc=local",
"ServerIp" : "47.101.59.188",
"IsTls" : false,
"Code" : "200",
"Success" : true
}
错误码
HttpCode |
错误码 |
错误信息 |
描述 |
400 | GatewayInUpgrading | The gateway is upgrading. Try again later. | 网关正在升级中,请稍后再试。 |
400 | GatewayNotExist | The specified gateway does not exist. You must specify a valid parameter. | 网关不存在,请确认输入参数是否正确。 |
400 | GatewayInOperation | The gateway is processing requests . Try again later. | 网关正在进行操作中,请稍后再试。 |
400 | GatewayStatusRunningRequired | The gateway is not in the Running state. Try again later. | 需要网关为启动状态,请稍后再试。 |
400 | EmptyGatewayId | You must enter a valid ID for the gateway. | 网关ID不能为空。 |
访问错误中心查看更多错误码。
文档内容是否对您有帮助?