VR云渲游平台 CVR-获取渲染任务列表:响应示例

时间:2024-10-28 16:17:37

响应示例

  • 状态码为200时
    {
        "count": 1,
        "render_tasks": [
            {
                "task_id": "5a229588-7bea-11eb-bb6d-84a93e805fe6", 
                "application_id": "63b79e6e-7be9-11eb-8817-84a93e805fe6", 
                "server_id": "63231434-7bea-11eb-9409-84a93e805fe6", 
                "session_id": "1",
                "device_id": "0FBCA6", 
                "status": "active", 
                "start_time": "2021-03-02T12:55:13Z", 
                "finish_time": "", 
                "finish_reason": "" 
            }
        ]
    }
  • 状态码为400时
    { 
      "error_code" : "string", 
      "error_msg" : "string" 
    }
support.huaweicloud.com/api-cvr/cvr_02_0009.html