更新时间:2024-10-26 GMT+08:00
分享

查询注册过程信息

功能介绍

查询在RGC服务里注册/取消注册的过程信息。

URI

GET https://{hostname}/v1/managed-organization/{operation_id}

表1 路径参数

参数

是否必选

参数类型

描述

operation_id

String

操作ID。

请求参数

响应参数

状态码: 200

表2 响应Body参数

参数

参数类型

描述

operation_id

String

操作ID。

percentage_complete

Integer

完成进度百分比。

status

String

状态。

percentage_details

Array of OrganizationalPercentageDetail objects

创建账号、纳管注册OU、纳管账号的详细进度信息。

message

String

创建账号、纳管注册OU、纳管账号的错误信息描述。

表3 OrganizationalPercentageDetail

参数

参数类型

描述

percentage_name

String

进度名称。

percentage_status

String

创建账号、注册OU、纳管账号的进度完成状态。

请求示例

查询在RGC服务里注册/取消注册的过程信息。

GET https://{endpoint}/v1/managed-organization/{operation_id}

响应示例

状态码: 200

请求成功。

{
  "operation_id" : "string",
  "percentage_complete" : 0,
  "status" : "string",
  "percentage_details" : [ {
    "percentage_name" : "string",
    "percentage_status" : "string"
  } ],
  "message" : "string"
}

状态码

状态码

描述

200

请求成功。

错误码

请参见错误码

相关文档