调用DescribeExpressCloudConnections查询某个区域的高速上云服务列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DescribeExpressCloudConnections | 要执行的操作。 取值:DescribeExpressCloudConnections。 |
RegionId | String | 是 | cn-hangzhou | 高速上云服务实例所在的地域ID。 |
Filter.N.Key | String | 否 | 2 | 过滤条件。 N的取值为1-5,支持的过滤条件如下:
一个过滤条件的多个值之间是或者关系,只要与其中一个值吻合则视为符合该过滤条件。各个过滤条件之间为和关系,符合所有的过滤条件,才会进入最终查询结果中。 |
Filter.N.Value.N | RepeatList | 否 | 3 | 对应过滤条件的取值。N的取值范围为1-5。 |
PageNumber | Integer | 否 | 1 | 列表的页码,默认值为1。 |
PageSize | Integer | 否 | 10 | 分页查询时每页的行数,最大值为50,默认值为10。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ExpressCloudConnectionSet | 设置高速上云服务相关信息。 |
||
ApplicationBandwidth | String | 3 | 申请单带宽 |
ApplicationId | String | 1557820353902123884 | 申请单id |
ApplicationStatus | String | Initial | 申请单状态 |
ApplicationType | String | Create | 申请单类型 |
Bandwidth | Integer | 10 | 高速上云连接的带宽, 单位Mbps。 取值:2|4|6|8|10|20|50|100|200|500|1000|10000|40000 |
BusinessStatus | String | Normal | 业务状态 |
ChargeType | String | Prepaid | 付费类型 |
CircuitCode | String | longtel001 | 电路码 |
ContactMail | String | XXX@example.com | 申请高速上云连接的联系人邮件。 |
ContactTel | String | 132******** | 申请高速上云服务的联系人电话。 |
Description | String | ecc | 高速上云服务的描述信息。 长度为 2-256个字符,必须以字母或中文开头,但不能以 |
Distance | Integer | 100 | 距离。 |
EndTime | String | 2019-02-25T11:01:04Z | 到期时间。 |
GmtCreate | String | 2019-05-14T15:52Z | 高速上云服务实例的创建时间。 |
GmtModify | String | 2019-05-14T16:52Z | 高速上云服务实例的修改时间。 |
HasReservationData | String | true | 是否有续费。 |
IDCardNo | String | 321283201002102345 | 申请高速上云服务的联系人身份证号。 |
IdcSP | String | CU | idc网络服务商 |
InstanceId | String | ecc-bp1t9osmuln1vxfpt6gy8 | 实例id |
Isp | String | CU | 专线服务商 |
Name | String | doctest | 高速上云服务的实例名称。 长度为 2-128个字符,必须以字母或中文开头,可包含数字,点号(.),下划线(_)和短横线(-)。但不能以 |
PeerCity | String | 杭州 | 所在城市。 |
PeerLocation | String | XX区XX大厦XX栋5楼 | 本地数据中心的地理位置。 需要精确到楼层。 |
PortType | String | 100Base-T | 物理专线接入端口类型,取值:
|
RedundantEccId | String | ecc-xxxxxx | 冗余高速上云服务专线实例ID。 |
ReservationActiveTime | String | 2019-02-25T11:01:04Z | 续费启用时间。 |
ReservationBandwidth | String | 200 | 续费带宽。 |
ReservationInternetChargeType | String | PayByBandwidth | 续费付费类型。 |
ReservationOrderType | String | RENEW | 续费订单类型。 |
Status | String | Initial | 状态。 |
Type | String | local | 类型。 |
VirtualBorderRouterModels | VBR信息。 |
||
AccessPointId | String | ap-xxxx | 接入点。 |
InstanceId | String | vbr-xxxx | VBR实例ID。 |
PhysicalConnectionId | String | pc-xxxx | 物理专线的实例ID。 |
PageNumber | Integer | 2 | 分页查询的页码。 |
PageSize | Integer | 3 | 分页查询时设置的每页行数。 |
RequestId | String | 6BF11256-9725-4C07-95F9-EF0F32B687E8 | 请求ID。 |
TotalCount | Integer | 10 | 总数量。 |
示例
请求示例
1 2 3 | http(s): //[Endpoint]/?Action=DescribeExpressCloudConnections &RegionId=cn-hangzhou &<公共请求参数> |
正常返回示例
XML
格式
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <DescribeExpressCloudConnectionsResponse> <TotalCount> 1 </TotalCount> <ExpressCloudConnectionSet> <ExpressCloudConnectionType> <HasReservationData> false </HasReservationData> <Type></Type> <ServiceProvider></ServiceProvider> <InstanceId>ecc-bp1t9osmuln1vxfpt6gy8</InstanceId> <IdcSP>CU</IdcSP> <ApplicationId> 1557820353902123884 </ApplicationId> <BusinessStatus>Normal</BusinessStatus> <ApplicationBandwidth> 3 </ApplicationBandwidth> <ContactMail>XX @example .com</ContactMail> <ContactTel> 13222312121 </ContactTel> <PortType>100Base-T</PortType> <Bandwidth> 3 </Bandwidth> <GmtModify></GmtModify> <ChargeType></ChargeType> <ApplicationType>Create</ApplicationType> <Description>ecc</Description> <IDCardNo> 321283201002102345 </IDCardNo> <PeerCity>杭州</PeerCity> <GmtCreate> 2019 - 05 -14T15:52Z</GmtCreate> <PeerLocation>XX区XX大厦XX栋 5 楼</PeerLocation> <Name>doctest</Name> <CircuitCode></CircuitCode> <Status>Initial</Status> <RedundantEccId></RedundantEccId> <Isp></Isp> <ApplicationStatus>Initial</ApplicationStatus> <VirtualBorderRouterModels></VirtualBorderRouterModels> <EndTime></EndTime> </ExpressCloudConnectionType> </ExpressCloudConnectionSet> <PageSize> 10 </PageSize> <PageNo> 1 </PageNo> <RequestId>6BF11256- 9725 -4C07-95F9-EF0F32B687E8</RequestId> </DescribeExpressCloudConnectionsResponse> |
JSON
格式
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | { "TotalCount" : 1 , "PageSize" : 10 , "ExpressCloudConnectionSet" :{ "ExpressCloudConnectionType" :[ { "HasReservationData" : false , "ServiceProvider" : "" , "Type" : "" , "InstanceId" : "ecc-bp1t9osmuln1vxfpt6gy8" , "ApplicationId" : "1557820353902123884" , "IdcSP" : "CU" , "BusinessStatus" : "Normal" , "ApplicationBandwidth" : 3 , "ContactMail" : "XX@example.com" , "ContactTel" : "13222312121" , "PortType" : "100Base-T" , "GmtModify" : "" , "Bandwidth" : 3 , "ChargeType" : "" , "ApplicationType" : "Create" , "Description" : "ecc" , "IDCardNo" : "321283201002102345" , "PeerCity" : "杭州" , "GmtCreate" : "2019-05-14T15:52Z" , "PeerLocation" : "XX区XX大厦XX栋5楼" , "Name" : "doctest" , "CircuitCode" : "" , "Status" : "Initial" , "RedundantEccId" : "" , "Isp" : "" , "ApplicationStatus" : "Initial" , "VirtualBorderRouterModels" :{ "VirtualBorderRouterModel" :[] }, "EndTime" : "" } ] }, "RequestId" : "6BF11256-9725-4C07-95F9-EF0F32B687E8" , "PageNo" : 1 } |
错误码
访问错误中心查看更多错误码。