GlobalDashboard
获取全局账号管理列表
get global account list with filtering and pagination. Pagination: page_index is 1-based; offset is (page_index-1)*page_size. Values of page_index less than 1 are normalized to 1; page_size less than 1 may fall back to a default on the server.
get/v2/dashboard/accounts
Query parameters
page_indexinteger required
1-based page index
page_sizeinteger required
Number of items per page
filter_card'expiring_soon' | 'active'
filter by card; expiring_soon 即将过期, active 我的可用账号
keywordstring
fuzzy search keyword
filter_project_uidstring
filter by project uid
filter_instance_idstring
filter by instance id
Response
OK