返回结果
响应消息体
响应消息体通常以结构化格式返回,与响应消息头中Content-type对应,传递除响应消息头之外的内容。
对于查询控制策略操作状态接口,返回如下消息体。
{
"control_operation": {
"operation_control_status_id": "c0jquihv-x3ve-1lb9-qmix-dankod8dg86z",
"operation_type": "ENABLE_CONTROL",
"status": "SUCCEEDED",
"message": "",
"start_time": "2024-04-19T16:26:30.518",
"end_time": "2024-04-19T16:26:30.618"
}
}
当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。
{
"error_msg": "error msg",
"error_code": "APIGW.0301",
"request_id": "string"
}
其中,error_code表示错误码,error_msg表示错误描述信息。