tccli 3.0.1303.1__py2.py3-none-any.whl → 3.0.1306.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +39 -39
  3. tccli/services/aiart/v20221229/examples.json +11 -11
  4. tccli/services/ams/v20201229/api.json +28 -34
  5. tccli/services/ams/v20201229/examples.json +2 -8
  6. tccli/services/autoscaling/v20180419/api.json +57 -57
  7. tccli/services/autoscaling/v20180419/examples.json +6 -6
  8. tccli/services/bi/v20220105/api.json +9 -0
  9. tccli/services/bi/v20220105/examples.json +1 -1
  10. tccli/services/cbs/v20170312/api.json +49 -38
  11. tccli/services/ccc/v20200210/api.json +10 -0
  12. tccli/services/cdb/v20170320/api.json +9 -9
  13. tccli/services/cdb/v20170320/examples.json +2 -2
  14. tccli/services/cdn/v20180606/api.json +61 -58
  15. tccli/services/cdn/v20180606/examples.json +8 -8
  16. tccli/services/cfs/v20190719/api.json +12 -2
  17. tccli/services/cfs/v20190719/examples.json +2 -2
  18. tccli/services/cfw/cfw_client.py +53 -0
  19. tccli/services/cfw/v20190904/api.json +539 -0
  20. tccli/services/cfw/v20190904/examples.json +8 -0
  21. tccli/services/chc/v20230418/api.json +10 -0
  22. tccli/services/ckafka/ckafka_client.py +53 -0
  23. tccli/services/ckafka/v20190819/api.json +242 -8
  24. tccli/services/ckafka/v20190819/examples.json +8 -0
  25. tccli/services/clb/v20180317/api.json +8 -8
  26. tccli/services/cvm/v20170312/api.json +129 -20
  27. tccli/services/cvm/v20170312/examples.json +1 -1
  28. tccli/services/cynosdb/v20190107/api.json +9 -9
  29. tccli/services/dbbrain/v20191016/api.json +11 -10
  30. tccli/services/dbbrain/v20191016/examples.json +1 -1
  31. tccli/services/dbbrain/v20210527/api.json +1 -1
  32. tccli/services/dc/v20180410/api.json +16 -6
  33. tccli/services/dc/v20180410/examples.json +4 -4
  34. tccli/services/domain/v20180808/api.json +162 -162
  35. tccli/services/domain/v20180808/examples.json +34 -34
  36. tccli/services/drm/v20181115/api.json +52 -65
  37. tccli/services/drm/v20181115/examples.json +1 -1
  38. tccli/services/dsgc/v20190723/api.json +10 -0
  39. tccli/services/dts/v20211206/api.json +0 -9
  40. tccli/services/dts/v20211206/examples.json +1 -1
  41. tccli/services/ecdn/v20191012/api.json +12 -12
  42. tccli/services/emr/v20190103/api.json +10 -0
  43. tccli/services/gs/gs_client.py +53 -0
  44. tccli/services/gs/v20191118/api.json +75 -3
  45. tccli/services/gs/v20191118/examples.json +15 -7
  46. tccli/services/gwlb/v20240906/api.json +28 -28
  47. tccli/services/hai/hai_client.py +53 -0
  48. tccli/services/hai/v20230812/api.json +62 -0
  49. tccli/services/hai/v20230812/examples.json +8 -0
  50. tccli/services/hunyuan/v20230901/api.json +4 -4
  51. tccli/services/ims/v20201229/api.json +14 -5
  52. tccli/services/ims/v20201229/examples.json +2 -2
  53. tccli/services/ioa/v20220601/api.json +13 -2
  54. tccli/services/iotexplorer/v20190423/api.json +62 -3
  55. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  56. tccli/services/iotvideoindustry/v20201201/api.json +29 -19
  57. tccli/services/iotvideoindustry/v20201201/examples.json +2 -2
  58. tccli/services/iss/iss_client.py +273 -8
  59. tccli/services/iss/v20230517/api.json +586 -0
  60. tccli/services/iss/v20230517/examples.json +46 -0
  61. tccli/services/lcic/v20220817/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +1 -1
  63. tccli/services/live/v20180801/api.json +18 -18
  64. tccli/services/lke/v20231130/api.json +50 -6
  65. tccli/services/lkeap/v20240522/api.json +124 -1
  66. tccli/services/monitor/v20180724/api.json +1 -1
  67. tccli/services/mps/v20190612/api.json +283 -290
  68. tccli/services/mps/v20190612/examples.json +9 -9
  69. tccli/services/ocr/v20181119/api.json +133 -114
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/postgres/v20170312/api.json +140 -121
  72. tccli/services/postgres/v20170312/examples.json +1 -1
  73. tccli/services/redis/v20180412/api.json +94 -4
  74. tccli/services/redis/v20180412/examples.json +3 -3
  75. tccli/services/ses/v20201002/api.json +9 -0
  76. tccli/services/soe/v20180724/api.json +13 -13
  77. tccli/services/soe/v20180724/examples.json +2 -2
  78. tccli/services/tat/v20201028/api.json +19 -19
  79. tccli/services/tcss/v20201101/api.json +27 -0
  80. tccli/services/teo/v20220901/api.json +14 -3
  81. tccli/services/tione/tione_client.py +53 -0
  82. tccli/services/tione/v20211111/api.json +49 -1
  83. tccli/services/tione/v20211111/examples.json +8 -0
  84. tccli/services/trtc/v20190722/api.json +5 -5
  85. tccli/services/tse/v20201207/api.json +30 -0
  86. tccli/services/tts/v20190823/api.json +1 -1
  87. tccli/services/vm/v20210922/api.json +21 -30
  88. tccli/services/vm/v20210922/examples.json +2 -2
  89. tccli/services/vod/v20180717/api.json +6 -6
  90. tccli/services/vod/v20180717/examples.json +1 -1
  91. tccli/services/vpc/v20170312/api.json +103 -81
  92. tccli/services/vpc/v20170312/examples.json +3 -3
  93. tccli/services/vrs/v20200824/api.json +52 -52
  94. tccli/services/vrs/v20200824/examples.json +2 -2
  95. tccli/services/wedata/v20210820/api.json +192 -11
  96. tccli/services/wedata/v20210820/examples.json +8 -0
  97. tccli/services/wedata/wedata_client.py +53 -0
  98. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/RECORD +102 -102
  100. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1303.1.dist-info → tccli-3.0.1306.1.dist-info}/license_files/LICENSE +0 -0
@@ -96,13 +96,13 @@
96
96
  {
97
97
  "document": "获取全量接入点信息。",
98
98
  "input": "https://dc.tencentcloudapi.com/?Action=DescribeAccessPoints\r\n&<公共请求参数>",
99
- "output": "{\n \"Response\": {\n \"AccessPointSet\": [\n {\n \"AccessPointName\": \"新加坡-C-泰戈尔\",\n \"AccessPointId\": \"ap-singapore-c-tagore\",\n \"City\": \"新加坡\",\n \"Area\": \"其它\",\n \"RegionId\": \"ap-singapore\",\n \"Location\": \"新加坡Dodid泰戈尔AC\",\n \"Coordinate\": {\n \"Lat\": 1.3885116,\n \"Lng\": 103.8277551\n },\n \"AccessPointType\": \"VXLAN\",\n \"LineOperator\": [\n \"InternationalOperator\"\n ],\n \"AvailablePortType\": [\n \"1000BASE-LX\",\n \"1000BASE-ZX\",\n \"10GBASE-LR\",\n \"10GBASE-ZR\",\n \"100GBASE-LR4L\",\n \"100GBASE-LR4\",\n \"100GBASE-40KM\",\n \"QSFPDD-400G-FR4\",\n \"QSFPDD-400G-LR4\"\n ],\n \"AvailablePortInfo\": [\n {\n \"InternationalName\": \"1000BASE-LX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"1000BASE-ZX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-LR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-ZR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4L\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-40KM\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-FR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-LR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n }\n ],\n \"State\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"b6aa097b-3cd9-4c79-bf41-bb0d2427ffa2\",\n \"TotalCount\": 98\n }\n}",
99
+ "output": "{\n \"Response\": {\n \"AccessPointSet\": [\n {\n \"AccessPointName\": \"新加坡-C-泰戈尔\",\n \"AccessPointId\": \"ap-singapore-c-tagore\",\n \"City\": \"新加坡\",\n \"Area\": \"其它\",\n \"RegionId\": \"ap-singapore\",\n \"Location\": \"新加坡Dodid泰戈尔AC\",\n \"Address\": \"71 Tagore Ln,Singapore 787496\",\n \"Coordinate\": {\n \"Lat\": 1.3885116,\n \"Lng\": 103.8277551\n },\n \"AccessPointType\": \"VXLAN\",\n \"LineOperator\": [\n \"InternationalOperator\"\n ],\n \"AvailablePortType\": [\n \"1000BASE-LX\",\n \"1000BASE-ZX\",\n \"10GBASE-LR\",\n \"10GBASE-ZR\",\n \"100GBASE-LR4L\",\n \"100GBASE-LR4\",\n \"100GBASE-40KM\",\n \"QSFPDD-400G-FR4\",\n \"QSFPDD-400G-LR4\"\n ],\n \"AvailablePortInfo\": [\n {\n \"InternationalName\": \"1000BASE-LX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"1000BASE-ZX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-LR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-ZR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4L\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-40KM\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-FR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-LR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n }\n ],\n \"State\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"b6aa097b-3cd9-4c79-bf41-bb0d2427ffa2\",\n \"TotalCount\": 98\n }\n}",
100
100
  "title": "获取全量接入点信息"
101
101
  },
102
102
  {
103
103
  "document": "获取指定地域接入点信息。",
104
104
  "input": "https://dc.tencentcloudapi.com/?Action=DescribeAccessPoints\r\n&RegionId=ap-chongqing\r\n&<公共请求参数>",
105
- "output": "{\n \"Response\": {\n \"AccessPointSet\": [\n {\n \"AccessPointName\": \"重庆-A-泰和\",\n \"AccessPointId\": \"ap-chongqing-a-th\",\n \"City\": \"重庆\",\n \"Area\": \"西南\",\n \"RegionId\": \"ap-chongqing\",\n \"Location\": \"重庆腾讯泰和DC\",\n \"Coordinate\": {\n \"Lat\": 29.790833,\n \"Lng\": 106.523072\n },\n \"AccessPointType\": \"VXLAN\",\n \"LineOperator\": [\n \"ChinaTelecom\",\n \"ChinaMobile\",\n \"ChinaUnicom\",\n \"In-houseWiring\",\n \"ChinaOther\"\n ],\n \"AvailablePortType\": [\n \"1000BASE-LX\",\n \"1000BASE-T\",\n \"1000BASE-ZX\",\n \"10GBASE-LR\",\n \"10GBASE-ZR\",\n \"100GBASE-LR4L\",\n \"100GBASE-LR4\",\n \"100GBASE-40KM\",\n \"QSFPDD-400G-FR4\",\n \"QSFPDD-400G-LR4\"\n ],\n \"AvailablePortInfo\": [\n {\n \"InternationalName\": \"1000BASE-LX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"1000BASE-T\",\n \"Specification\": 1000,\n \"PortType\": \"T\"\n },\n {\n \"InternationalName\": \"1000BASE-ZX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-LR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-ZR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4L\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-40KM\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-FR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-LR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n }\n ],\n \"State\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"b6aa097b-3cd9-4c79-bf41-bb0d2427ffa3\",\n \"TotalCount\": 3\n }\n}",
105
+ "output": "{\n \"Response\": {\n \"AccessPointSet\": [\n {\n \"AccessPointName\": \"重庆-A-泰和\",\n \"AccessPointId\": \"ap-chongqing-a-th\",\n \"City\": \"重庆\",\n \"Area\": \"西南\",\n \"RegionId\": \"ap-chongqing\",\n \"Location\": \"重庆腾讯泰和DC\",\n \"Address\": \"重庆市北碚区水土镇高新技术产业园泰和路777号\",\n \"Coordinate\": {\n \"Lat\": 29.790833,\n \"Lng\": 106.523072\n },\n \"AccessPointType\": \"VXLAN\",\n \"LineOperator\": [\n \"ChinaTelecom\",\n \"ChinaMobile\",\n \"ChinaUnicom\",\n \"In-houseWiring\",\n \"ChinaOther\"\n ],\n \"AvailablePortType\": [\n \"1000BASE-LX\",\n \"1000BASE-T\",\n \"1000BASE-ZX\",\n \"10GBASE-LR\",\n \"10GBASE-ZR\",\n \"100GBASE-LR4L\",\n \"100GBASE-LR4\",\n \"100GBASE-40KM\",\n \"QSFPDD-400G-FR4\",\n \"QSFPDD-400G-LR4\"\n ],\n \"AvailablePortInfo\": [\n {\n \"InternationalName\": \"1000BASE-LX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"1000BASE-T\",\n \"Specification\": 1000,\n \"PortType\": \"T\"\n },\n {\n \"InternationalName\": \"1000BASE-ZX\",\n \"Specification\": 1000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-LR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"10GBASE-ZR\",\n \"Specification\": 10000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4L\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-LR4\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"100GBASE-40KM\",\n \"Specification\": 100000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-FR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n },\n {\n \"InternationalName\": \"QSFPDD-400G-LR4\",\n \"Specification\": 400000,\n \"PortType\": \"X\"\n }\n ],\n \"State\": \"AVAILABLE\"\n }\n ],\n \"RequestId\": \"b6aa097b-3cd9-4c79-bf41-bb0d2427ffa3\",\n \"TotalCount\": 3\n }\n}",
106
106
  "title": "获取指定地域接入点信息"
107
107
  }
108
108
  ],
@@ -132,13 +132,13 @@
132
132
  {
133
133
  "document": "使用Filter进行筛选,用direct-connect-name进行筛选。",
134
134
  "input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnects\r\n&Filters.0.Name=direct-connect-name\r\n&Filters.0.Values.0=专线接入\r\n&<公共请求参数>",
135
- "output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
135
+ "output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"IsThreeArch\": false,\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
136
136
  "title": "查询物理专线列表-1"
137
137
  },
138
138
  {
139
139
  "document": "指定DirectConnectIds查询物理专线列表。",
140
140
  "input": "https://dc.tencentcloudapi.com/?Action=DescribeDirectConnects\n&DirectConnectIds.0=dc-c3hbbsw9\n&<公共请求参数>",
141
- "output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
141
+ "output": "{\n \"Response\": {\n \"DirectConnectSet\": [\n {\n \"DirectConnectId\": \"dc-c3hbbsw9\",\n \"DirectConnectName\": \"专线接入测试\",\n \"RedundantDirectConnectId\": \"\",\n \"State\": \"AVAILABLE\",\n \"ChargeState\": \"NORMAL\",\n \"AccessPointId\": \"ap-cn-guangzhou-kxc\",\n \"AccessPointName\": \"广州科丰路\",\n \"AccessPointType\": \"VXLAN\",\n \"Bandwidth\": 10000,\n \"LineOperator\": \"ChinaOther\",\n \"Construct\": 1,\n \"Location\": \"广东省广州市华新园0602-A01机架7号位\",\n \"PortType\": \"10GBase-LR\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"StartTime\": \"2019-09-12 17:09:07\",\n \"CircuitCode\": \"唐镇0103-A09-PL01-1\",\n \"Vlan\": 100,\n \"CustomerName\": \"张三\",\n \"CustomerContactMail\": \"zhangsan@tencent.com\",\n \"CustomerContactNumber\": \"13888888888\",\n \"FaultReportContactPerson\": \"李四\",\n \"FaultReportContactNumber\": \"15999999999\",\n \"IdcCity\": \"广东省广州市华新园0602-A01机架7号位\",\n \"SignLaw\": false,\n \"LocalZone\": false,\n \"VlanZeroDirectConnectTunnelCount\": 0,\n \"OtherVlanDirectConnectTunnelCount\": 0,\n \"MinBandwidth\": 0,\n \"ExpiredTime\": \"2024-09-22T00:00:00+00:00\",\n \"EnabledTime\": \"2020-09-22T00:00:00+00:00\",\n \"TencentAddress\": \"192.168.1.2/24\",\n \"CustomerAddress\": \"192.168.1.1/24\",\n \"ChargeType\": \"NON_RECURRING_CHARGE\",\n \"IsThreeArch\": false,\n \"TagSet\": []\n }\n ],\n \"RequestId\": \"edafc0e0-3a01-4ac3-848d-e402ff04c1f3\",\n \"TotalCount\": 1,\n \"AllSignLaw\": false\n }\n}",
142
142
  "title": "查询物理专线列表-2"
143
143
  }
144
144
  ],