System Management/Single Sign-On Server Interfaces
GETSingle Sign-On Server InterfacesSince 4.3.0SynchronousAuth Required
Query LDAP Server
Query LDAP Server
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/ldap/servers
/zstack/v1/ldap/servers
Request Example
curl -X GET 'http://{host}/zstack/v1/ldap/servers' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "fea82960cbaa33bb9f3de91c8054af8d", "name": "miao", "description": "miao desc", "url": "ldap://localhost:1888", "base": "dc\u003dexample,dc\u003dcom", "username": "", "password": "", "encryption": "None" } ] }Change History
This API has no change history records yet.
