应用与数据集成平台 ROMA CONNECT-查询订阅管理信息:响应示例

时间:2024-07-04 15:42:16

响应示例

状态码: 200

OK

{
  "total" : 9999999999,
  "size" : 999,
  "items" : [ {
    "notification_id" : 100,
    "type" : 0,
    "status" : 0,
    "topic" : "string",
    "instance_id" : "string",
    "app_id" : "string"
  } ]
}

状态码: 400

Bad Request

{
  "error_code" : "string",
  "error_msg" : "string",
  "request_id" : "string"
}

状态码: 404

Not Found

{
  "error_code" : "ROMA.00110006",
  "error_msg" : "The resource does not exist. Check whether the resource ID 1 is correct.",
  "request_id" : "624c8be1-39b6-47b7-941d-c159aced368a-1619602544650-cnnorth7a-P-romalink-service01"
}

状态码: 500

Internal Server Error

{
  "error_code" : "string",
  "error_msg" : "string",
  "request_id" : "string"
}
support.huaweicloud.com/api-roma/ListNotification.html