上一主题: 获取请求的帐户密码下一主题: 升级指南


获取帐户请求

要检索特定帐户请求,例如:exc-113,将 HTTP GET 请求发送到以下 URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints/<endpoint_name>/accounts/<account_name>/accountrequests/exc-113

要检索有权访问特权帐户 (account_name) 的所有帐户请求,将 HTTP GET 请求发送到以下 URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints/<endpoint_name>/accounts/<account_name>/accountrequests

要在整个环境中检索所有帐户请求,请将 HTTP GET 请求发送到以下 URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints?display=accountrequests
host_name

指定主机名称。

endpoint_name

指定端点名称。

account_name

指定帐户名称。