{"base_path":null,"components":{"parameters":{"AuthToken":{"description":"用户Token。 获取Token,请参考《统一身份认证服务API参考》的“获取用户Token”章节。请求响应成功后在响应消息头中包含的“X-Subject-Token”的值即为Token值。","in":"header","name":"X-Auth-Token","required":true,"schema":{"maxLength":10240,"minLength":0,"type":"string"}},"DirectConnectLocationId":{"description":"direct-connect-locationID。","in":"path","name":"direct_connect_location_id","required":true,"schema":{"pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}","type":"string"}},"ProjectId":{"description":"租户项目ID","in":"path","name":"project_id","required":true,"schema":{"maxLength":36,"minLength":0,"pattern":"[a-fA-F0-9]{32}","type":"string"}}},"schemas":{"AddressBody":{"description":"专线接入点的位置信息。","properties":{"en_us":{"description":"英文名称。","example":"china-jiangsu-suzhou-A21","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string"},"zh_cn":{"description":"中文信息。","example":"中国江苏苏州AZ1","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string"}},"type":"object"},"DirectConnectLocationEntry":{"description":"direct-connect-location专线接入点详情","properties":{"address":{"$ref":"#/components/schemas/AddressBody"},"available_port_speeds":{"description":"接入点内设备可选的端口类型","example":["40GE","10GE"],"items":{"maxLength":255,"minLength":1,"type":"string"},"maxItems":6,"maxLength":36,"minItems":0,"minLength":1,"type":"array"},"created_time":{"description":"创建时间。","format":"date-time","type":"string"},"description":{"description":"描述信息。","example":"direct-connect-location-description","maxLength":255,"minLength":0,"type":"string","x-ifnull":"hide"},"id":{"description":"专线接入站点资源的ID","example":"deddb081-a65b-4d3f-881a-c6a60114e9ad","maxLength":36,"minLength":0,"type":"string"},"latitude":{"description":"地理位置纬度","example":"170.1","maxLength":36,"minLength":0,"type":"string","x-ifnull":"hide"},"locales":{"$ref":"#/components/schemas/LocalesBody"},"longitude":{"description":"地理位置经度","example":"100.2","maxLength":36,"minLength":0,"type":"string"},"name":{"description":"专线接入点的名称","example":"cn-north-beijing-langfang","maxLength":64,"minLength":0,"type":"string","x-ifnull":"hide"},"provider_list":{"$ref":"#/components/schemas/ProviderListBody"},"public_border_group":{"description":"专线接入点所属public_border_group","example":"center","maxLength":64,"minLength":0,"type":"string"},"region_id":{"description":"Location所属Region","example":"d8215fcf-becf-edf7-8649-260ed504b226","maxLength":36,"minLength":0,"type":"string"},"site_code":{"description":"专线接入点对应的站点编码","example":"area-subArea-city","maxLength":64,"minLength":0,"type":"string","x-ifnull":"hide"},"updated_time":{"description":"更新时间。","format":"date-time","type":"string"}}},"LocalesBody":{"description":"Locale地址描述信息。","properties":{"en_us":{"description":"区域英文名称。","example":"hangzhou-Odin","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string"},"zh_cn":{"description":"区域中文名称。","example":"杭州奥丁","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string","x-open-region-cloud":"hws,hws_hk,hws_eu,hcs,fcs,hcs_sm,hcso_g42,hcso_g42_b,mix,cmcc,ctc,hws_ocb,hk_sbc,hk_tm,hk_g42,hk_vdf"}},"type":"object"},"ProviderListBody":{"description":"可支持的运营商列表。","items":{"$ref":"#/components/schemas/ProviderResponseBody"},"maxItems":100,"minItems":1,"type":"array"},"ProviderResponseBody":{"description":"运营商的返回体。","properties":{"description":{"description":"运营商说明","example":"中国移动","maxLength":36,"minLength":0,"pattern":"^[\\u4e00-\\u9fa50-9a-zA-Z_.\\-]+$","type":"string"},"id":{"description":"运营商id","example":"cef6293371db41929ffd7459d5fd6e01","maxLength":36,"minLength":0,"pattern":"[a-zA-Z0-9_-]{32}","type":"string"},"provider_value":{"$ref":"#/components/schemas/ProviderValueBody"},"short_name":{"description":"运营商简写","example":"cmcc","maxLength":36,"minLength":0,"pattern":"^[\\u4e00-\\u9fa50-9a-zA-Z_.\\-]+$","type":"string"},"type":{"description":"运营商类型","example":"LEVEL_ONE","maxLength":36,"minLength":0,"pattern":"[LEVEL_ONE | LEVEL_TWO]","type":"string"}},"type":"object"},"ProviderValueBody":{"description":"运营商名称","properties":{"en_us":{"description":"英文名称。","example":"hangzhou-Odin","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string"},"zh_cn":{"description":"中文信息。","example":"杭州奥丁","maxLength":255,"minLength":0,"pattern":"^[^<>]*$","type":"string"}},"type":"object"},"ShowDirectConnectLocationResponseBody":{"description":"查询direct-connect-location详情的返回体。","properties":{"direct_connect_location":{"$ref":"#/components/schemas/DirectConnectLocationEntry"},"request_id":{"description":"请求ID。","example":"e09daf2d-7689-4815-812e-bd9e12a53906","maxLength":36,"minLength":0,"type":"string"}},"type":"object"}}},"consumes":"","definitions":null,"description":null,"group_id":"044e9f7ee6954f958198fe6f41f8bf50","host":"dcaas.cn-north-4.myhuaweicloud.com","id":"a0f7919579044faeb6f4fc0f94e0cd96","info_version":"v3","method":"get","name":"ShowDirectConnectLocation","parameters":null,"paths":{"/v3/{project_id}/dcaas/direct-connect-locations/{direct_connect_location_id}":{"get":{"description":"查询指定的专线接入点详情","operationId":"ShowDirectConnectLocation","parameters":[{"$ref":"#/components/parameters/AuthToken"},{"$ref":"#/components/parameters/ProjectId"},{"$ref":"#/components/parameters/DirectConnectLocationId"}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ShowDirectConnectLocationResponseBody"}}},"description":"OK","x-response-examples-1":{"application/json":{"direct_connect_location":{"address":{"en_us":"Beijing4","zh_cn":"北京4"},"available_port_speeds":["100G","1G","10G","40G"],"city":"Beijing","created_time":"2023-11-23T01:24:52.000Z","description":"test","id":"00825bc2-59e9-4e00-a7f9-e8164971bd93","latitude":"26.6476","locales":{"en_us":"Beijing-4","zh_cn":"北京-4"},"location_type":"pop","longitude":"106.6302","name":"Beijing4","provider_list":[{"id":"773dd278-1cae-4a8c-ad53-f2d8e8a9b9f9","provider_value":{"en_us":"Other","zh_cn":"其他"},"short_name":"others","type":"LEVEL_TWO"},{"id":"b6fd0ad8-dac4-4e21-a987-bce2f28ee861","provider_value":{"en_us":"China Telecom","zh_cn":"中国电信"},"short_name":"telcom","type":"LEVEL_ONE"},{"id":"ea30d085-aa48-49b0-a519-8f3085e8137a","provider_value":{"en_us":"China Mobile","zh_cn":"中国移动"},"short_name":"mobile","type":"LEVEL_ONE"},{"id":"a237b909-e60d-4292-8afe-9600ddfef755","provider_value":{"en_us":"China Unicom","zh_cn":"中国联通"},"short_name":"unicom","type":"LEVEL_ONE"}],"public_border_group":null,"region_id":"cn-southwest-242","site_code":"cn-north-beijing4","support_region_type":"None","updated_time":"2024-08-24T01:26:18.911Z"},"request_id":"81cb340e3c33c47c678c7b06a3502552"}},"x-response-examples-description-1":"专线位置查询详情结果"}},"summary":"查询指定专线接入点详情","tags":["DirectConnectLocation"],"x-huawei-security":{"enableEProject":true,"epsAction":"show","pdpKey":"dc:DirectConnectLocation:show"},"x-is-registered":"Y","x-request-examples-description-1":"查询指定专线接入点详情","x-request-examples-url-1":"GET https://{dc_endpoint}/v3/92ea72fe26294aa180a2712c28e43c21/dcaas/direct-connect-locations/00825bc2-59e9-4e00-a7f9-e8164971bd93","x-support-sdk":"Y"}}},"product_short":"DC","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询指定专线接入点详情","tags":"专线接入点管理","uri":null,"version":"3.0.1"}