tccli 3.0.1292.1__py2.py3-none-any.whl → 3.0.1294.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/batch/v20170312/api.json +4 -4
  6. tccli/services/bh/v20230418/api.json +35 -17
  7. tccli/services/bh/v20230418/examples.json +1 -1
  8. tccli/services/cam/v20190116/api.json +19 -19
  9. tccli/services/cam/v20190116/examples.json +5 -5
  10. tccli/services/cdwdoris/v20211228/api.json +191 -0
  11. tccli/services/cdwpg/v20201230/api.json +375 -333
  12. tccli/services/cdwpg/v20201230/examples.json +36 -36
  13. tccli/services/chc/__init__.py +4 -0
  14. tccli/services/chc/chc_client.py +2062 -0
  15. tccli/services/chc/v20230418/api.json +5728 -0
  16. tccli/services/chc/v20230418/examples.json +293 -0
  17. tccli/services/ckafka/v20190819/api.json +34 -34
  18. tccli/services/ckafka/v20190819/examples.json +1 -1
  19. tccli/services/clb/v20180317/api.json +39 -20
  20. tccli/services/cloudaudit/v20190319/api.json +38 -23
  21. tccli/services/cls/v20201016/api.json +198 -198
  22. tccli/services/cls/v20201016/examples.json +1 -1
  23. tccli/services/controlcenter/v20230110/api.json +2 -2
  24. tccli/services/controlcenter/v20230110/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +5 -5
  27. tccli/services/dbbrain/v20210527/api.json +481 -18
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/dcdb/v20180411/api.json +66 -66
  30. tccli/services/dcdb/v20180411/examples.json +7 -7
  31. tccli/services/domain/v20180808/api.json +2 -2
  32. tccli/services/ecdn/ecdn_client.py +7 -431
  33. tccli/services/ecdn/v20191012/api.json +0 -574
  34. tccli/services/ecdn/v20191012/examples.json +0 -64
  35. tccli/services/emr/v20190103/api.json +89 -89
  36. tccli/services/emr/v20190103/examples.json +1 -1
  37. tccli/services/ess/v20201111/api.json +12 -3
  38. tccli/services/ess/v20201111/examples.json +3 -3
  39. tccli/services/essbasic/v20210526/api.json +9 -0
  40. tccli/services/essbasic/v20210526/examples.json +1 -1
  41. tccli/services/gs/gs_client.py +1778 -29
  42. tccli/services/gs/v20191118/api.json +2597 -144
  43. tccli/services/gs/v20191118/examples.json +264 -0
  44. tccli/services/hai/v20230812/api.json +67 -67
  45. tccli/services/iap/v20240713/api.json +13 -13
  46. tccli/services/iap/v20240713/examples.json +3 -3
  47. tccli/services/iotexplorer/v20190423/api.json +1 -1
  48. tccli/services/iotvideo/v20211125/api.json +1 -1
  49. tccli/services/iotvideoindustry/v20201201/api.json +38 -35
  50. tccli/services/lcic/v20220817/api.json +46 -44
  51. tccli/services/lcic/v20220817/examples.json +1 -1
  52. tccli/services/lke/v20231130/api.json +14 -14
  53. tccli/services/lke/v20231130/examples.json +2 -2
  54. tccli/services/lkeap/v20240522/api.json +1 -1
  55. tccli/services/mariadb/v20170312/api.json +71 -71
  56. tccli/services/mariadb/v20170312/examples.json +5 -5
  57. tccli/services/mmps/v20200710/api.json +12 -12
  58. tccli/services/mqtt/v20240516/api.json +138 -138
  59. tccli/services/mqtt/v20240516/examples.json +6 -12
  60. tccli/services/organization/v20210331/api.json +61 -43
  61. tccli/services/organization/v20210331/examples.json +25 -25
  62. tccli/services/region/v20220627/examples.json +1 -1
  63. tccli/services/tbaas/v20180416/api.json +53 -48
  64. tccli/services/tchd/v20230306/api.json +5 -5
  65. tccli/services/tcr/v20190924/api.json +190 -187
  66. tccli/services/tcr/v20190924/examples.json +1 -1
  67. tccli/services/tdmq/v20200217/api.json +15 -15
  68. tccli/services/thpc/v20220401/api.json +3 -3
  69. tccli/services/thpc/v20230321/api.json +54 -33
  70. tccli/services/tione/v20211111/api.json +40 -1
  71. tccli/services/tke/v20180525/api.json +104 -104
  72. tccli/services/trocket/v20230308/api.json +24 -24
  73. tccli/services/tsf/v20180326/api.json +307 -186
  74. tccli/services/vcube/v20220410/api.json +382 -327
  75. tccli/services/vcube/v20220410/examples.json +56 -56
  76. tccli/services/vod/v20180717/api.json +145 -141
  77. tccli/services/vpc/v20170312/api.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +71 -1
  79. tccli/services/wedata/v20210820/examples.json +2 -8
  80. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/RECORD +84 -80
  82. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/license_files/LICENSE +0 -0
@@ -104,93 +104,93 @@
104
104
  "members": [
105
105
  {
106
106
  "disabled": false,
107
- "document": "应用id\n\n注意:此字段可能返回 null,表示取不到有效值。",
107
+ "document": "应用id\n",
108
108
  "example": "app-12345678",
109
109
  "member": "string",
110
110
  "name": "ApplicationId",
111
111
  "output_required": true,
112
112
  "type": "string",
113
- "value_allowed_null": true
113
+ "value_allowed_null": false
114
114
  },
115
115
  {
116
116
  "disabled": false,
117
- "document": "应用名称\n注意:此字段可能返回 null,表示取不到有效值。",
117
+ "document": "应用名称",
118
118
  "example": "Llama2 13B",
119
119
  "member": "string",
120
120
  "name": "ApplicationName",
121
121
  "output_required": true,
122
122
  "type": "string",
123
- "value_allowed_null": true
123
+ "value_allowed_null": false
124
124
  },
125
125
  {
126
126
  "disabled": false,
127
- "document": "应用描述\n\n注意:此字段可能返回 null,表示取不到有效值。",
127
+ "document": "应用描述\n",
128
128
  "example": "Llama2 13B是一款由Meta AI开源的LLM模型。Llama-2-13b-chat是高性能原生开源版本,适用于多种对话场景。注:该环境暂无 webui 可视化调试页面,需通过命令行调试。",
129
129
  "member": "string",
130
130
  "name": "Description",
131
131
  "output_required": true,
132
132
  "type": "string",
133
- "value_allowed_null": true
133
+ "value_allowed_null": false
134
134
  },
135
135
  {
136
136
  "disabled": false,
137
- "document": "应用的环境配置\n注意:此字段可能返回 null,表示取不到有效值。",
137
+ "document": "应用的环境配置",
138
138
  "example": "Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab",
139
139
  "member": "string",
140
140
  "name": "ConfigEnvironment",
141
141
  "output_required": true,
142
142
  "type": "string",
143
- "value_allowed_null": true
143
+ "value_allowed_null": false
144
144
  },
145
145
  {
146
146
  "disabled": false,
147
- "document": "系统盘大小下限\n注意:此字段可能返回 null,表示取不到有效值。",
147
+ "document": "系统盘大小下限",
148
148
  "example": "80",
149
149
  "member": "int64",
150
150
  "name": "MinSystemDiskSize",
151
151
  "output_required": true,
152
152
  "type": "int",
153
- "value_allowed_null": true
153
+ "value_allowed_null": false
154
154
  },
155
155
  {
156
156
  "disabled": false,
157
- "document": "应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION\n注意:此字段可能返回 null,表示取不到有效值。",
157
+ "document": "应用类型,目前该项取值可以为PRIVATE_APPLICATION或者PUBLIC_APPLICATION",
158
158
  "example": "PRIVATE_APPLICATION",
159
159
  "member": "string",
160
160
  "name": "ApplicationType",
161
161
  "output_required": true,
162
162
  "type": "string",
163
- "value_allowed_null": true
163
+ "value_allowed_null": false
164
164
  },
165
165
  {
166
166
  "disabled": false,
167
- "document": "应用状态:CREATING-创建中;ONLINE -正常在线;DELETING -删除中;ARREARS - 欠费隔离\n示例值:ONLINE\n注意:此字段可能返回 null,表示取不到有效值。",
167
+ "document": "应用状态:CREATING-创建中;ONLINE -正常在线;DELETING -删除中;ARREARS - 欠费隔离\n示例值:ONLINE",
168
168
  "example": "ONLINE",
169
169
  "member": "string",
170
170
  "name": "ApplicationState",
171
171
  "output_required": true,
172
172
  "type": "string",
173
- "value_allowed_null": true
173
+ "value_allowed_null": false
174
174
  },
175
175
  {
176
176
  "disabled": false,
177
- "document": "应用创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
177
+ "document": "应用创建时间",
178
178
  "example": "2023-11-01 00:00:00",
179
179
  "member": "string",
180
180
  "name": "CreateTime",
181
181
  "output_required": true,
182
182
  "type": "string",
183
- "value_allowed_null": true
183
+ "value_allowed_null": false
184
184
  },
185
185
  {
186
186
  "disabled": false,
187
- "document": "应用大小\n注意:此字段可能返回 null,表示取不到有效值。",
187
+ "document": "应用大小",
188
188
  "example": "50",
189
189
  "member": "int64",
190
190
  "name": "ApplicationSize",
191
191
  "output_required": true,
192
192
  "type": "int",
193
- "value_allowed_null": true
193
+ "value_allowed_null": false
194
194
  }
195
195
  ],
196
196
  "usage": "out"
@@ -326,7 +326,7 @@
326
326
  {
327
327
  "disabled": false,
328
328
  "document": "分页返回的应用列表\n注意:此字段可能返回 null,表示取不到有效值。",
329
- "example": "[{\"ApplicationId\":\"app-12345678\",\"ApplicationName\":\"Llama2 13B\",\"ConfigEnvironment\":\"Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab\",\"Description\":\"Llama2 13B是一款由Meta AI开源的LLM模型。Llama-2-13b-chat是高性能原生开源版本,适用于多种对话场景。注:该环境暂无 webui 可视化调试页面,需通过命令行调试。\",\"MinSystemDiskSize\":80}]",
329
+ "example": "[{\"ApplicationId\":\"app-12345678\",\"ApplicationName\":\"Llama2 13B\",\"ConfigEnvironment\":\"Ubuntu20.04, Python 3.8, Llama-2-13b-chat, CUDA 11.7, cuDNN 8, pytorch 2, JupyteLab\",\"Description\":\"xxx\",\"MinSystemDiskSize\":80}]",
330
330
  "member": "ApplicationInfo",
331
331
  "name": "ApplicationSet",
332
332
  "output_required": true,
@@ -556,13 +556,13 @@
556
556
  "members": [
557
557
  {
558
558
  "disabled": false,
559
- "document": "地域列表\n注意:此字段可能返回 null,表示取不到有效值。",
559
+ "document": "地域列表",
560
560
  "example": "[{\"Region\":\"ap-guangzhou\",\"RegionName\":\"广州\",\"RegionState\":\"AVAILABLE\",\"ScholarRocketSupportState\":\"ALREADY_SUPPORT\"}]",
561
561
  "member": "RegionInfo",
562
562
  "name": "RegionSet",
563
563
  "output_required": true,
564
564
  "type": "list",
565
- "value_allowed_null": true
565
+ "value_allowed_null": false
566
566
  },
567
567
  {
568
568
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -593,13 +593,13 @@
593
593
  "members": [
594
594
  {
595
595
  "disabled": false,
596
- "document": "场景详情\n注意:此字段可能返回 null,表示取不到有效值。",
596
+ "document": "场景详情",
597
597
  "example": "[{\"SceneId\":\"sc-7ramp21e\",\"SceneName\":\"AI模型\"}]",
598
598
  "member": "SceneInfo",
599
599
  "name": "SceneSet",
600
600
  "output_required": true,
601
601
  "type": "list",
602
- "value_allowed_null": true
602
+ "value_allowed_null": false
603
603
  },
604
604
  {
605
605
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -772,13 +772,13 @@
772
772
  "members": [
773
773
  {
774
774
  "disabled": false,
775
- "document": "发货参数对应的价格组合,当DryRun=True,会返回空\n注意:此字段可能返回 null,表示取不到有效值。",
775
+ "document": "发货参数对应的价格组合,当DryRun=True,会返回空",
776
776
  "example": "{\"Price\":{\"CloudDiskPrice\":{\"DiscountUnitPrice\":0.01,\"UnitPrice\":0.01},\"InstancePrice\":{\"DiscountUnitPrice\":1,\"UnitPrice\":1}}}",
777
777
  "member": "Price",
778
778
  "name": "Price",
779
779
  "output_required": true,
780
780
  "type": "object",
781
- "value_allowed_null": true
781
+ "value_allowed_null": false
782
782
  },
783
783
  {
784
784
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1053,53 +1053,53 @@
1053
1053
  "members": [
1054
1054
  {
1055
1055
  "disabled": false,
1056
- "document": "原单价\n注意:此字段可能返回 null,表示取不到有效值。",
1056
+ "document": "原单价",
1057
1057
  "example": "100.00",
1058
1058
  "member": "float",
1059
1059
  "name": "UnitPrice",
1060
1060
  "output_required": false,
1061
1061
  "type": "float",
1062
- "value_allowed_null": true
1062
+ "value_allowed_null": false
1063
1063
  },
1064
1064
  {
1065
1065
  "disabled": false,
1066
- "document": "折扣后单价\n注意:此字段可能返回 null,表示取不到有效值。",
1066
+ "document": "折扣后单价",
1067
1067
  "example": "50.00",
1068
1068
  "member": "float",
1069
1069
  "name": "DiscountUnitPrice",
1070
1070
  "output_required": false,
1071
1071
  "type": "float",
1072
- "value_allowed_null": true
1072
+ "value_allowed_null": false
1073
1073
  },
1074
1074
  {
1075
1075
  "disabled": false,
1076
- "document": "折扣\n注意:此字段可能返回 null,表示取不到有效值。",
1076
+ "document": "折扣",
1077
1077
  "example": "0.5",
1078
1078
  "member": "float",
1079
1079
  "name": "Discount",
1080
1080
  "output_required": true,
1081
1081
  "type": "float",
1082
- "value_allowed_null": true
1082
+ "value_allowed_null": false
1083
1083
  },
1084
1084
  {
1085
1085
  "disabled": false,
1086
- "document": "单位:时/月\n\n注意:此字段可能返回 null,表示取不到有效值。",
1086
+ "document": "单位:时/月\n",
1087
1087
  "example": "HOUR",
1088
1088
  "member": "string",
1089
1089
  "name": "ChargeUnit",
1090
1090
  "output_required": true,
1091
1091
  "type": "string",
1092
- "value_allowed_null": true
1092
+ "value_allowed_null": false
1093
1093
  },
1094
1094
  {
1095
1095
  "disabled": false,
1096
- "document": "商品数量\n注意:此字段可能返回 null,表示取不到有效值。",
1096
+ "document": "商品数量",
1097
1097
  "example": "1",
1098
1098
  "member": "uint64",
1099
1099
  "name": "Amount",
1100
1100
  "output_required": false,
1101
1101
  "type": "int",
1102
- "value_allowed_null": true
1102
+ "value_allowed_null": false
1103
1103
  }
1104
1104
  ],
1105
1105
  "usage": "out"
@@ -1109,43 +1109,43 @@
1109
1109
  "members": [
1110
1110
  {
1111
1111
  "disabled": false,
1112
- "document": "实例id\n注意:此字段可能返回 null,表示取不到有效值。",
1112
+ "document": "实例id",
1113
1113
  "example": "hai-k31lvhiv",
1114
1114
  "member": "string",
1115
1115
  "name": "InstanceId",
1116
1116
  "output_required": false,
1117
1117
  "type": "string",
1118
- "value_allowed_null": true
1118
+ "value_allowed_null": false
1119
1119
  },
1120
1120
  {
1121
1121
  "disabled": false,
1122
- "document": "实例价格详情\n注意:此字段可能返回 null,表示取不到有效值。",
1122
+ "document": "实例价格详情",
1123
1123
  "example": "无",
1124
1124
  "member": "ItemPrice",
1125
1125
  "name": "InstancePrice",
1126
1126
  "output_required": false,
1127
1127
  "type": "object",
1128
- "value_allowed_null": true
1128
+ "value_allowed_null": false
1129
1129
  },
1130
1130
  {
1131
1131
  "disabled": false,
1132
- "document": "磁盘价格详情\n注意:此字段可能返回 null,表示取不到有效值。",
1132
+ "document": "磁盘价格详情",
1133
1133
  "example": "无",
1134
1134
  "member": "ItemPrice",
1135
1135
  "name": "CloudDiskPrice",
1136
1136
  "output_required": false,
1137
1137
  "type": "object",
1138
- "value_allowed_null": true
1138
+ "value_allowed_null": false
1139
1139
  },
1140
1140
  {
1141
1141
  "disabled": false,
1142
- "document": "该实例的总价钱\n注意:此字段可能返回 null,表示取不到有效值。",
1142
+ "document": "该实例的总价钱",
1143
1143
  "example": "无",
1144
1144
  "member": "ItemPrice",
1145
1145
  "name": "InstanceTotalPrice",
1146
1146
  "output_required": false,
1147
1147
  "type": "object",
1148
- "value_allowed_null": true
1148
+ "value_allowed_null": false
1149
1149
  }
1150
1150
  ],
1151
1151
  "usage": "out"
@@ -1302,13 +1302,13 @@
1302
1302
  "members": [
1303
1303
  {
1304
1304
  "disabled": false,
1305
- "document": "HAI 的实例 ID\n注意:此字段可能返回 null,表示取不到有效值。",
1305
+ "document": "HAI 的实例 ID",
1306
1306
  "example": "hai-12345678",
1307
1307
  "member": "string",
1308
1308
  "name": "InstanceId",
1309
1309
  "output_required": true,
1310
1310
  "type": "string",
1311
- "value_allowed_null": true
1311
+ "value_allowed_null": false
1312
1312
  },
1313
1313
  {
1314
1314
  "disabled": false,
@@ -1332,23 +1332,23 @@
1332
1332
  },
1333
1333
  {
1334
1334
  "disabled": false,
1335
- "document": "流量包总量,单位GB\n注意:此字段可能返回 null,表示取不到有效值。",
1335
+ "document": "流量包总量,单位GB",
1336
1336
  "example": "500.0",
1337
1337
  "member": "float",
1338
1338
  "name": "TotalTrafficAmount",
1339
1339
  "output_required": true,
1340
1340
  "type": "float",
1341
- "value_allowed_null": true
1341
+ "value_allowed_null": false
1342
1342
  },
1343
1343
  {
1344
1344
  "disabled": false,
1345
- "document": "流量包剩余量,单位GB\n注意:此字段可能返回 null,表示取不到有效值。",
1345
+ "document": "流量包剩余量,单位GB",
1346
1346
  "example": "499.5",
1347
1347
  "member": "float",
1348
1348
  "name": "RemainingTrafficAmount",
1349
1349
  "output_required": true,
1350
1350
  "type": "float",
1351
- "value_allowed_null": true
1351
+ "value_allowed_null": false
1352
1352
  }
1353
1353
  ],
1354
1354
  "usage": "out"
@@ -1358,33 +1358,33 @@
1358
1358
  "members": [
1359
1359
  {
1360
1360
  "disabled": false,
1361
- "document": "实例价格信息\n注意:此字段可能返回 null,表示取不到有效值。",
1361
+ "document": "实例价格信息",
1362
1362
  "example": "{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":1.2,\"UnitPrice\":1.2}",
1363
1363
  "member": "ItemPrice",
1364
1364
  "name": "InstancePrice",
1365
1365
  "output_required": true,
1366
1366
  "type": "object",
1367
- "value_allowed_null": true
1367
+ "value_allowed_null": false
1368
1368
  },
1369
1369
  {
1370
1370
  "disabled": false,
1371
- "document": "云盘价格信息\n注意:此字段可能返回 null,表示取不到有效值。",
1371
+ "document": "云盘价格信息",
1372
1372
  "example": "{\"Amount\":1,\"ChargeUnit\":\"HOUR\",\"Discount\":100,\"DiscountUnitPrice\":0.01,\"UnitPrice\":0.01}",
1373
1373
  "member": "ItemPrice",
1374
1374
  "name": "CloudDiskPrice",
1375
1375
  "output_required": true,
1376
1376
  "type": "object",
1377
- "value_allowed_null": true
1377
+ "value_allowed_null": false
1378
1378
  },
1379
1379
  {
1380
1380
  "disabled": false,
1381
- "document": "分实例价格\n注意:此字段可能返回 null,表示取不到有效值。",
1381
+ "document": "分实例价格",
1382
1382
  "example": "{\"InstanceId\":\"hai-xxx\",\"InstancePrice\":{\"OriginPrice\":1.0,\"DiscountPrice\":1.0,\"Discount\":100,\"ChargeUnit\":\"MONTH\"},\"CloudDiskPrice\":{\"OriginPrice\":1.0,\"DiscountPrice\":1.0,\"Discount\":100,\"ChargeUnit\":\"MONTH\"}}",
1383
1383
  "member": "ItemPriceDetail",
1384
1384
  "name": "PriceDetailSet",
1385
1385
  "output_required": false,
1386
1386
  "type": "list",
1387
- "value_allowed_null": true
1387
+ "value_allowed_null": false
1388
1388
  }
1389
1389
  ],
1390
1390
  "usage": "out"
@@ -1394,43 +1394,43 @@
1394
1394
  "members": [
1395
1395
  {
1396
1396
  "disabled": false,
1397
- "document": "ap-guangzhou\n\n注意:此字段可能返回 null,表示取不到有效值。",
1397
+ "document": "ap-guangzhou\n",
1398
1398
  "example": "ap-guangzhou",
1399
1399
  "member": "string",
1400
1400
  "name": "Region",
1401
1401
  "output_required": true,
1402
1402
  "type": "string",
1403
- "value_allowed_null": true
1403
+ "value_allowed_null": false
1404
1404
  },
1405
1405
  {
1406
1406
  "disabled": false,
1407
- "document": "华南地区(广州)\n注意:此字段可能返回 null,表示取不到有效值。",
1407
+ "document": "华南地区(广州)",
1408
1408
  "example": "华南地区(广州)",
1409
1409
  "member": "string",
1410
1410
  "name": "RegionName",
1411
1411
  "output_required": true,
1412
1412
  "type": "string",
1413
- "value_allowed_null": true
1413
+ "value_allowed_null": false
1414
1414
  },
1415
1415
  {
1416
1416
  "disabled": false,
1417
- "document": "地域是否可用状态\nAVAILABLE:可用\n\n注意:此字段可能返回 null,表示取不到有效值。",
1417
+ "document": "地域是否可用状态\nAVAILABLE:可用\n",
1418
1418
  "example": "AVAILABLE",
1419
1419
  "member": "string",
1420
1420
  "name": "RegionState",
1421
1421
  "output_required": true,
1422
1422
  "type": "string",
1423
- "value_allowed_null": true
1423
+ "value_allowed_null": false
1424
1424
  },
1425
1425
  {
1426
1426
  "disabled": false,
1427
- "document": "学术加速是否支持:\nNO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭\n注意:此字段可能返回 null,表示取不到有效值。",
1427
+ "document": "学术加速是否支持:\nNO_NEED_SUPPORT表示不需支持;NOT_SUPPORT_YET表示暂未支持;ALREADY_SUPPORT表示已经支持。对于ALREADY_SUPPORT的地域才需进一步调用DescribeScholarRocketStatus查看学术加速是开启还是关闭",
1428
1428
  "example": "ALREADY_SUPPORT",
1429
1429
  "member": "string",
1430
1430
  "name": "ScholarRocketSupportState",
1431
1431
  "output_required": false,
1432
1432
  "type": "string",
1433
- "value_allowed_null": true
1433
+ "value_allowed_null": false
1434
1434
  }
1435
1435
  ],
1436
1436
  "usage": "out"
@@ -1531,25 +1531,25 @@
1531
1531
  "members": [
1532
1532
  {
1533
1533
  "disabled": false,
1534
- "document": "场景id\n\n注意:此字段可能返回 null,表示取不到有效值。",
1534
+ "document": "场景id\n",
1535
1535
  "example": "sc-abcdefgh",
1536
1536
  "member": "string",
1537
1537
  "name": "SceneId",
1538
1538
  "output_required": true,
1539
1539
  "required": false,
1540
1540
  "type": "string",
1541
- "value_allowed_null": true
1541
+ "value_allowed_null": false
1542
1542
  },
1543
1543
  {
1544
1544
  "disabled": false,
1545
- "document": "场景名\n\n注意:此字段可能返回 null,表示取不到有效值。",
1545
+ "document": "场景名\n",
1546
1546
  "example": "AI框架",
1547
1547
  "member": "string",
1548
1548
  "name": "SceneName",
1549
1549
  "output_required": true,
1550
1550
  "required": false,
1551
1551
  "type": "string",
1552
- "value_allowed_null": true
1552
+ "value_allowed_null": false
1553
1553
  }
1554
1554
  ],
1555
1555
  "usage": "both"
@@ -110,7 +110,7 @@
110
110
  {
111
111
  "disabled": false,
112
112
  "document": "签名公钥,需要base64_encode。验证OpenID Connect身份提供商ID Token签名的公钥。为了您的账号安全,建议您定期轮换签名公钥。",
113
- "example": "",
113
+ "example": "baz****",
114
114
  "member": "string",
115
115
  "name": "IdentityKey",
116
116
  "required": true,
@@ -119,7 +119,7 @@
119
119
  {
120
120
  "disabled": false,
121
121
  "document": "授权请求Scope。openid; email;profile。授权请求信息范围。默认必选openid。",
122
- "example": "",
122
+ "example": "openid",
123
123
  "member": "string",
124
124
  "name": "Scope",
125
125
  "required": false,
@@ -128,7 +128,7 @@
128
128
  {
129
129
  "disabled": false,
130
130
  "document": "描述",
131
- "example": "描述",
131
+ "example": "idp name",
132
132
  "member": "string",
133
133
  "name": "Description",
134
134
  "required": false,
@@ -197,7 +197,7 @@
197
197
  {
198
198
  "disabled": false,
199
199
  "document": "身份提供商URL",
200
- "example": "1111",
200
+ "example": "https://xxx.qq.cn/oidc",
201
201
  "member": "string",
202
202
  "name": "IdentityUrl",
203
203
  "output_required": true,
@@ -207,7 +207,7 @@
207
207
  {
208
208
  "disabled": false,
209
209
  "document": "签名公钥",
210
- "example": "",
210
+ "example": "baz****",
211
211
  "member": "string",
212
212
  "name": "IdentityKey",
213
213
  "output_required": true,
@@ -217,7 +217,7 @@
217
217
  {
218
218
  "disabled": false,
219
219
  "document": "客户端id",
220
- "example": "",
220
+ "example": "61adcf00620c31e3ddbc9546",
221
221
  "member": "string",
222
222
  "name": "ClientId",
223
223
  "output_required": true,
@@ -257,7 +257,7 @@
257
257
  {
258
258
  "disabled": false,
259
259
  "document": "授权请求Endpoint",
260
- "example": "",
260
+ "example": "https://console.authing.cn/console/get-started/61adcf00620c31e3d",
261
261
  "member": "string",
262
262
  "name": "AuthorizationEndpoint",
263
263
  "output_required": true,
@@ -267,7 +267,7 @@
267
267
  {
268
268
  "disabled": false,
269
269
  "document": "授权请求Scope",
270
- "example": "",
270
+ "example": "openid",
271
271
  "member": "string",
272
272
  "name": "Scope",
273
273
  "output_required": true,
@@ -277,7 +277,7 @@
277
277
  {
278
278
  "disabled": false,
279
279
  "document": "授权请求Response type",
280
- "example": "",
280
+ "example": "id_token",
281
281
  "member": "string",
282
282
  "name": "ResponseType",
283
283
  "output_required": true,
@@ -287,7 +287,7 @@
287
287
  {
288
288
  "disabled": false,
289
289
  "document": "授权请求Response mode",
290
- "example": "",
290
+ "example": "fragment",
291
291
  "member": "string",
292
292
  "name": "ResponseMode",
293
293
  "output_required": true,
@@ -297,7 +297,7 @@
297
297
  {
298
298
  "disabled": false,
299
299
  "document": "映射字段名称",
300
- "example": "",
300
+ "example": "sub",
301
301
  "member": "string",
302
302
  "name": "MappingFiled",
303
303
  "output_required": true,
@@ -307,7 +307,7 @@
307
307
  {
308
308
  "disabled": false,
309
309
  "document": "描述",
310
- "example": "",
310
+ "example": "idp name",
311
311
  "member": "string",
312
312
  "name": "Description",
313
313
  "output_required": true,
@@ -445,7 +445,7 @@
445
445
  {
446
446
  "disabled": false,
447
447
  "document": "描述,长度为1~255个英文或中文字符,默认值为空。",
448
- "example": "描述",
448
+ "example": "idp name",
449
449
  "member": "string",
450
450
  "name": "Description",
451
451
  "required": false,
@@ -3,7 +3,7 @@
3
3
  "CreateIAPUserOIDCConfig": [
4
4
  {
5
5
  "document": "创建IAP的OIDC配置",
6
- "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***4801-pu***e7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtleXMiOiBb*******gICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"111\"\n}",
6
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***4801-pu***e7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtleXMiOiBb*******gICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"idp name\"\n}",
7
7
  "output": "{\n \"Response\": {\n \"RequestId\": \"3ccecfc6-14a0-4aaa-bcf4-0d5b77835bfb\"\n }\n}",
8
8
  "title": "创建IAP的OIDC配置"
9
9
  }
@@ -26,7 +26,7 @@
26
26
  {
27
27
  "document": "查询IAP的OIDC配置",
28
28
  "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIAPUserOIDCConfig\n<公共请求参数>\n\n{}",
29
- "output": "{\n \"Response\": {\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ClientId\": \"47***01-pu1e*****7tj.apps.g**gleusercontent.com\",\n \"Description\": \"222\",\n \"IdentityKey\": \"ewogICAgImtletVUkttZ0I***GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"MappingFiled\": \"email\",\n \"ProviderType\": 13,\n \"RequestId\": \"f87e5dab-426a-4a50-ac5b-1c08151cd6a2\",\n \"ResponseMode\": \"form_post\",\n \"ResponseType\": \"id_token\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Status\": 2\n }\n}",
29
+ "output": "{\n \"Response\": {\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ClientId\": \"47***01-pu1e*****7tj.apps.g**gleusercontent.com\",\n \"Description\": \"idp name\",\n \"IdentityKey\": \"ewogICAgImtletVUkttZ0I***GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"MappingFiled\": \"email\",\n \"ProviderType\": 13,\n \"RequestId\": \"f87e5dab-426a-4a50-ac5b-1c08151cd6a2\",\n \"ResponseMode\": \"form_post\",\n \"ResponseType\": \"id_token\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Status\": 2\n }\n}",
30
30
  "title": "查询IAP的OIDC配置"
31
31
  }
32
32
  ],
@@ -49,7 +49,7 @@
49
49
  "UpdateIAPUserOIDCConfig": [
50
50
  {
51
51
  "document": "修改IAP的OIDC配置",
52
- "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***01-pu***mvj4lj1de7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtle***xkd09GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"1\"\n}",
52
+ "input": "POST / HTTP/1.1\nHost: iap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateIAPUserOIDCConfig\n<公共请求参数>\n\n{\n \"IdentityUrl\": \"https://accounts.g**gle.com\",\n \"ClientId\": \"47***01-pu***mvj4lj1de7tj.apps.g**gleusercontent.com\",\n \"AuthorizationEndpoint\": \"https://accounts.g**gle.com/o/oauth2/v2/auth\",\n \"ResponseType\": \"id_token\",\n \"ResponseMode\": \"form_post\",\n \"MappingFiled\": \"email\",\n \"IdentityKey\": \"ewogICAgImtle***xkd09GTHVVRUJkdyIKICAgICAgICB9CiAgICBdCn0=\",\n \"Scope\": [\n \"openid\",\n \"email\",\n \"profile\"\n ],\n \"Description\": \"idp name\"\n}",
53
53
  "output": "{\n \"Response\": {\n \"RequestId\": \"b83e3152-6d18-4617-986d-ff4c666750ed\"\n }\n}",
54
54
  "title": "修改IAP的OIDC配置"
55
55
  }
@@ -50,7 +50,7 @@
50
50
  "status": "online"
51
51
  },
52
52
  "ChangeP2PRoute": {
53
- "document": "p2p路线切换",
53
+ "document": "p2p路线切换(此接口目前处于内测接口,可以联系申请加白 )",
54
54
  "input": "ChangeP2PRouteRequest",
55
55
  "name": "p2p线路切换",
56
56
  "output": "ChangeP2PRouteResponse",
@@ -57,7 +57,7 @@
57
57
  "status": "online"
58
58
  },
59
59
  "ChangeP2PRoute": {
60
- "document": "p2p路线切换",
60
+ "document": "p2p路线切换(此接口目前处于内测接口,可以联系申请加白 )",
61
61
  "input": "ChangeP2PRouteRequest",
62
62
  "name": "p2p线路切换",
63
63
  "output": "ChangeP2PRouteResponse",