zstackio / doc-ch

ZStack Chinese user manual
Apache License 2.0
12 stars 21 forks source link

[LDAP]APIQueryLdapBindingMsg #94

Open xuexuemiao opened 7 years ago

xuexuemiao commented 7 years ago

描述

查询Ldap账户绑定情况。可以使用任意字段查询。

API

org.zstack.ldap.APIQueryLdapBindingMsg

举例(Example)

管理员可以使用QueryLdapBinding来查询Ldap账户绑定情况. 例如:

QueryLdapBinding

返回结果:

{
    "inventory": {
        "ldapUid": "ebc8055882374ff19f46c3234163b36e",
        "ldapServerUuid": "f995b4e3593c45fabeabd92185d33f91",
        "accountUuid": "ee833daa4f9541e888d94bfade6a625f",
        "createDate": "Nov 2, 2016 11:22:15 PM",
        "lastOpDate": "Nov 2, 2016 11:22:29 PM",
        "uuid": "62eea75fc6204a439d3d1dd7b1946bc5"
    },
    "success": true
}

参数(Parameters)

名字 描述 可选的参数 起始支持版本

备注

Feature_link