日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

GetDedicatedLine - 根據ID查詢專線詳情

根據ID查詢專線詳情。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
cmn:GetDedicatedLineget
  • 全部資源
    *

請求參數

名稱類型必填描述示例值
DedicatedLineIdstring

專線 ID

space_isp-6dk5xpoyoopr6obf
InstanceIdstring

實例 ID

cmn-cn-xxxxx

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID

8de935f6-90c7-444e-a2b4-bb4185153435
DedicatedLineobject

物理空間專線詳情

DedicatedLineIdstring

專線 ID

space_isp-6dk5xpoyoopr6obf
Ispstring

運營商

電信
Bandwidthinteger

寬帶(Mbps)

100
DedicatedLineIpstring

專線 IP

111.111.xxx.xxx
DedicatedLineGatewaystring

專線網關

111.111.xxx.xxx
DedicatedLineRolestring

專線角色

DeviceIdstring

關聯設備 ID

device-evve560juend5owh
DevicePortstring

關聯設備端口名稱

GigabitEthernet1/0/0
DeviceNamestring

關聯設備名稱

HZYT_USG6620_A
PhysicalSpaceIdstring

物理空間 ID

space-ez6zd3w68ma4fsd4
Descriptionstring

備注

專線備注

示例

正常返回示例

JSON格式

{
  "RequestId": "8de935f6-90c7-444e-a2b4-bb4185153435",
  "DedicatedLine": {
    "DedicatedLineId": "space_isp-6dk5xpoyoopr6obf",
    "Isp": "電信",
    "Bandwidth": 100,
    "DedicatedLineIp": "111.111.xxx.xxx",
    "DedicatedLineGateway": "111.111.xxx.xxx",
    "DedicatedLineRole": "主",
    "DeviceId": "device-evve560juend5owh",
    "DevicePort": "GigabitEthernet1/0/0",
    "DeviceName": "HZYT_USG6620_A",
    "PhysicalSpaceId": "space-ez6zd3w68ma4fsd4",
    "Description": "專線備注"
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400Missing%sYou must specify the parameter %s.必填參數沒有填。請檢查調用時是否填寫了此參數,并重試請求。
400SignatureDoesNotMatch簽名不通過-
403NoPermission沒有權限-
404Invalid%s.NotFoundThe specified resource %s does not exist.找不到對應資源
404ServiceNotFound后端服務未找到-
500InternalError服務器內部錯誤-
503ServiceUnavailable服務不可用-

訪問錯誤中心查看更多錯誤碼。