diff --git a/docs/apidoc/esb/jobv3-confapis/apidocs/en/get_account_list.md b/docs/apidoc/esb/jobv3-confapis/apidocs/en/get_account_list.md index a95cc678c3..f0e0339eb4 100644 --- a/docs/apidoc/esb/jobv3-confapis/apidocs/en/get_account_list.md +++ b/docs/apidoc/esb/jobv3-confapis/apidocs/en/get_account_list.md @@ -49,6 +49,7 @@ Query the list of executive accounts to which users have access under the busine "category": 1, "type": 1, "os": "Linux", + "description":"xxx", "creator": "admin", "bk_scope_type": "biz", "bk_scope_id": "1", @@ -88,6 +89,7 @@ Query the list of executive accounts to which users have access under the busine | type | int | Account type (1: Linux, 2: Windows,9:MySQL,10: Oracle,11:DB2)| | db_system_account_id | long | This field takes effect when the account usage is DB account, indicating the system account ID corresponding to DB account| | os | string | This field takes effect when the account is used as a system account. The OS corresponding to the account| +| description | string | Account description| | creator | string | creator| | create_time | long | Creation time Unix timestamp (ms)| | last_modify_user | string | Last modify user| diff --git a/docs/apidoc/esb/jobv3-confapis/apidocs/zh_hans/get_account_list.md b/docs/apidoc/esb/jobv3-confapis/apidocs/zh_hans/get_account_list.md index ce68e9a5a1..e61bf5c5e6 100644 --- a/docs/apidoc/esb/jobv3-confapis/apidocs/zh_hans/get_account_list.md +++ b/docs/apidoc/esb/jobv3-confapis/apidocs/zh_hans/get_account_list.md @@ -53,6 +53,7 @@ "category": 1, "type": 1, "os": "Linux", + "description":"xxx", "creator": "admin", "bk_scope_type": "biz", "bk_scope_id": "1", @@ -92,6 +93,7 @@ | type | int | 账号类型(1:Linux,2:Windows,9:MySQL,10:Oracle,11:DB2)| | db_system_account_id | long | 账号用途为DB账号时该字段生效,表示DB账号对应的系统账号ID | | os | string | 账号用途为系统账号时该字段生效,账号对应的OS | +| description | string | 账号描述 | | creator | string | 创建人 | | create_time | long | 创建时间Unix时间戳(ms) | | last_modify_user | string | 最近一次修改人 |