云服务器内容精选

  • URI GET /internal/list-keys 表1 Query参数 参数 是否必选 参数类型 描述 collection 是 String The unique name of a data collection. region_switch 组织 account_id 否 Object The unique identifier (ID) of an account. limit 否 Integer Maximum number of results in a page. 最小值:1 最大值:200 缺省值:100 marker 否 String Page marker. 最小长度:4 最大长度:400
  • 响应参数 状态码: 200 表2 响应Body参数 参数 参数类型 描述 keys Array of strings The unique key of a data. 数组长度:0 - 200 page_info PageInfo object The information of page. 表3 PageInfo 参数 参数类型 描述 next_marker String If present, indicates that more output is available than is included in the current response. Use this value in the marker request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the next_marker response element comes back as null. current_count Integer The number of items in the current page.