云连接 CC-查询云连接列表:响应示例

时间:2023-11-01 16:23:05

响应示例

状态码: 200

查询云连接实例列表成功。

{  "request_id" : "ab44eb7776995d84a7580fe6a7bd7629",  "cloud_connections" : [ {    "status" : "ACTIVE",    "id" : "XXX",    "name" : "test",    "description" : "",    "domain_id" : "XXX",    "created_at" : "2022-06-24T08:28:28Z",    "updated_at" : "2022-06-24T08:28:28Z",    "admin_state_up" : true,    "used_scene" : "vpc",    "enterprise_project_id" : "0",    "network_instance_number" : 0,    "bandwidth_package_number" : 0,    "inter_region_bandwidth_number" : 0  } ],  "page_info" : {    "previous_marker" : "XXX",    "current_count" : 30  }}
support.huaweicloud.com/api-cc/ListCloudConnections.html