本产品推出了新版本。
简体中文版经机器翻译而成,仅供参考。如与英语版出现任何冲突,应以英语版为准。
GetAccountByID
贡献者
建议更改
您可以使用 GetAccountByID
来获取有关特定帐户的详细信息(给定帐户 ID )。
Parameters
此方法具有以下输入参数:
Name | Description | Type | 默认值 | Required |
---|---|---|---|---|
accountId |
要获取其信息的帐户的帐户 ID 。 |
整型 |
无 |
是的。 |
返回值
此方法具有以下返回值:
Name | Description | Type |
---|---|---|
account |
帐户详细信息。 |
请求示例
此方法的请求类似于以下示例:
{ "method": "GetAccountByID", "params": { "accountID" : 3 }, "id" : 1 }
响应示例
此方法返回类似于以下示例的响应:
{ "account": { "attributes": {}, "username": "account3", "targetSecret": "targetsecret", "volumes": [], "enableChap": true, "status": "active", "accountID": 3, "storageContainerID": "abcdef01-1234-5678-90ab-cdef01234567", "initiatorSecret": "initiatorsecret" } }
自版本以来的新增功能
9.6