应用列表
调用 ListApplications,查询 EMR on VKE 虚拟集群下的应用。
已拥有火山引擎账号并开通 EMR 权限。
请求方式:POST
请求地址:https://open.volcengineapi.com/?Version=2023-12-30&Action=ListApplications
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListApplications | 要执行的操作,取值:ListApplications |
Version | String | 是 | 2023-12-30 | API的版本,取值:2023-12-30 |
ClusterId | String | 是 | xxx | 集群ID |
MaxResults | Integer | 否 | 10 | 单页最大返回结果,1-100,默认为10 |
NextToken | Integer | 否 | 0 | 分页查询 下一页token,默认0 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Items | Array of ApplicationInfo | [] | 应用信息列表 |
TotalCount | Integer | 1 | 结果总数 |
NextToken | Integer | 1 | 当前页数 |
MaxResults | Integer | 10 | 单页最大结果数,1-100,默认10 |
{ "ClusterId": "emr-xxx", "MaxResults": 100 }
{ "Items": [ { "ClusterId": "xxx", "ApplicationName": "Ray", "ApplicationVersion": "2.9.3", "ApplicationState": "INSTALLED", "CreateTime": xxx, "UpdateTime": xxx } ], "TotalCount": 1, "NextToken": 0, "MaxResults": 100 }
您可访问公共错误码,获取更多错误码信息。