list_applications
Retrieve and manage applications in your Alibaba Cloud DevOps organization with paginated results for efficient application delivery oversight.
Instructions
[application delivery] List applications in an organization with pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | 组织id | |
| pagination | No | 分页模式参数,目前只支持键集分页 keyset 模式 | keyset |
| perPage | No | 分页尺寸参数,决定一页最多返回多少对象 | |
| orderBy | No | 分页排序属性,决定根据何种属性进行记录排序;推荐在实现严格遍历时,使用 id 属性 | id |
| sort | No | 分页排序为升降序,asc 为升序,desc 为降序;推荐在实现严格遍历时,使用升序 | asc |
| nextToken | No | 分页 token,获取第一页数据时无需传入,否则需要传入前一页查询结果中的 nextToken 字段 |