分页获取专线列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
cmn:ListDedicatedLines | list |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PhysicalSpaceId | string | 否 | 物理空间 ID。 | space-ez6zd3w68ma4fsd4 |
InstanceId | string | 是 | 实例 ID。 | cmn-cn-xxx |
MaxResults | integer | 否 | 返回结果的最大个数。 | 10 |
NextToken | string | 否 | 当总结果个数大于 MaxResults 时,用于翻页的 token。 | 1 |
SpaceName | string | 否 | 物理空间名称。 | xx园区 |
IspFormId | string | 否 | 关联的专线类型 ID。 | space_isp_form-garigikip9zrog |
Keyword | string | 否 | 专线名称。 | xx园区_xx运营商_主 |
IspId | string | 否 | 关联的运营商 ID。 | isp-dhyw2lxfpcs80d9 |
Isp | string | 否 | 运营商名称。 | xx运营商 |
DedicatedLineRole | string | 否 | 角色。 | 主 |
Bandwidth | integer | 否 | 宽带(Mbps)。 | 100 |
Description | string | 否 | 备注。 | 专线备注 |
DeviceId | string | 否 | 关联设备 ID。 | device-evve560juend5owh |
DedicatedLineGateway | string | 否 | 专线网关。 | 111.111.xxx.xxx |
DevicePort | string | 否 | 关联设备端口。 | GigabitEthernet1/0/0 |
DeviceName | string | 否 | 关联设备名称。 | HZYT_USG6620_A |
OnlineDate | string | 否 | 上线时间。 | 2022-06-13 12:00:00 |
ExpirationDate | string | 否 | 到期时间。 | 2022-06-14 04:00:00 |
DedicatedLineIp | string | 否 | 专线 IP。 | 111.111.xxx.xxx |
ExtAttributes | string | 否 | 额外属性。 | {"Location":"cdc"} |
Keywords | string | 否 | 关键字 | 测试 |
返回参数
示例
正常返回示例
JSON
格式
{
"DedicatedLines": [
{
"DedicatedLineId": "space_isp-6dk5xpoyoopr6obf",
"Isp": "xx运营商",
"Bandwidth": 100,
"DedicatedLineIp": "111.111.xxx.xxx",
"DedicatedLineGateway": "111.111.xxx.xxx",
"DedicatedLineRole": "主",
"DeviceId": "device-evve560juend5owh",
"DevicePort": "GigabitEthernet1/0/0",
"DeviceName": "XX_USG6620_A",
"PhysicalSpaceId": "space-ez6zd3w68ma4fsd4",
"Description": "备注",
"Contact": [
{
"Name": "张三",
"Phone": "133xxxxxxx",
"Email": "example@aliyun.com",
"Description": "专线备注"
}
],
"Phone": "133********",
"SpaceName": "xx园区",
"Keyword": "xx园区_xx运营商_主",
"IspFormId": "space_isp_form-garigikip9zrog",
"IspFormName": "普通专线",
"IspId": "isp-dhyw2lxfpcs80d9",
"OnlineDate": "2022-06-13 12:00:00",
"ExpirationDate": "2022-06-14 04:00:00",
"Ext": "{\\\"location\\\":\\\"cdc\\\"}"
}
],
"RequestId": "8de935f6-90c7-444e-a2b4-bb4185153435",
"NextToken": 10,
"TotalCount": 100,
"MaxResults": 10
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Missing%s | You must specify the parameter %s. | 必填参数没有填。请检查调用时是否填写了此参数,并重试请求。 |
400 | SignatureDoesNotMatch | 签名不通过 | - |
403 | NoPermission | 没有权限 | - |
404 | Invalid%s.NotFound | The specified resource %s does not exist. | 找不到对应资源 |
404 | ServiceNotFound | 后端服务未找到 | - |
500 | InternalError | 服务器内部错误 | - |
503 | ServiceUnavailable | 服务不可用 | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-07-27 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |