查看操作日志信息
调用 GetOperation,查看操作日志信息。
已拥有火山引擎账号并开通 EMR 权限。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetOperation | 要执行的操作,取值:GetOperation |
Version | String | 是 | 2023-12-30 | API的版本,取值:2023-12-30 |
OperationId | String | 是 | op-xxx | 操作记录ID |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Items | OperationRecord | [{ | 操作记录 |
TotalCount | Integer | 1 | 记录总数 |
NextToken | Integer | 分页查询下一页token | 1 |
MaxResults | Integer | 10 | 分页查询单页最大结果数 |
{ "OperationId": "op-xxx" }
{ "ResponseMetadata": { "RequestId": "xxx", "Action": "GetOperation", "Version": "2023-12-30", "Service": "emr", "Region": "cn-beijing", "Error": null, "Deprecated": false }, "Result": { "ClusterId": "xxx", "OperationId": "op-xxx", "OperationName": "CreateCluster", "OperationType": "PRODUCT", "OperationState": "RUNNING", "StateChangeReason": null, "AccountId": xxx, "UserId": xxx, "CreateTime": xxx, "StartTime": xxx, "EndTime": null, "Content": "{\"ProductName\":\"E-MapReduce-VKE\"}", "Operator": null, "Remark": null } }
您可访问公共错误码,获取更多错误码信息。