tccli 3.0.1166.1__py2.py3-none-any.whl → 3.0.1168.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.
- tccli/__init__.py +1 -1
- tccli/services/autoscaling/v20180419/api.json +42 -10
- tccli/services/cvm/v20170312/api.json +13 -13
- tccli/services/cvm/v20170312/examples.json +4 -10
- tccli/services/dlc/v20210125/api.json +18 -0
- tccli/services/es/v20180416/api.json +28 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +114 -8
- tccli/services/hunyuan/v20230901/api.json +70 -2
- tccli/services/hunyuan/v20230901/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +30 -0
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +26 -16
- tccli/services/pts/v20210728/api.json +4 -4
- tccli/services/pts/v20210728/examples.json +9 -9
- tccli/services/redis/v20180412/api.json +18 -9
- tccli/services/redis/v20180412/examples.json +3 -3
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/ssl/v20191205/api.json +48 -28
- tccli/services/ssl/v20191205/examples.json +3 -3
- tccli/services/tcb/v20180608/api.json +17 -7
- tccli/services/tcb/v20180608/examples.json +7 -1
- tccli/services/tcbr/v20220217/api.json +38 -5
- tccli/services/tds/v20220801/api.json +69 -0
- tccli/services/tds/v20220801/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +56 -9
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tts/v20190823/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +10 -0
- tccli/services/vrs/v20200824/api.json +96 -9
- tccli/services/wedata/v20210820/api.json +701 -30
- tccli/services/wedata/v20210820/examples.json +10 -2
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1166.1.dist-info → tccli-3.0.1168.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1166.1.dist-info → tccli-3.0.1168.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1166.1.dist-info → tccli-3.0.1168.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1166.1.dist-info → tccli-3.0.1168.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1166.1.dist-info → tccli-3.0.1168.1.dist-info}/license_files/LICENSE +0 -0
@@ -694,7 +694,7 @@
|
|
694
694
|
"status": "online"
|
695
695
|
},
|
696
696
|
"UpgradeInstance": {
|
697
|
-
"document": "
|
697
|
+
"document": "本接口(UpgradeInstance)用于变更实例的配置规格。",
|
698
698
|
"input": "UpgradeInstanceRequest",
|
699
699
|
"name": "变更实例配置",
|
700
700
|
"output": "UpgradeInstanceResponse",
|
@@ -3015,7 +3015,7 @@
|
|
3015
3015
|
},
|
3016
3016
|
{
|
3017
3017
|
"disabled": false,
|
3018
|
-
"document": "实例ID
|
3018
|
+
"document": "实例ID过滤信息列表,数组最大长度限制为100",
|
3019
3019
|
"example": "[\"crs-nh47ubwr\\n\"]",
|
3020
3020
|
"member": "string",
|
3021
3021
|
"name": "InstanceIds",
|
@@ -3115,6 +3115,7 @@
|
|
3115
3115
|
"example": "1",
|
3116
3116
|
"member": "int64",
|
3117
3117
|
"name": "TotalCount",
|
3118
|
+
"output_required": true,
|
3118
3119
|
"type": "int",
|
3119
3120
|
"value_allowed_null": false
|
3120
3121
|
},
|
@@ -3124,6 +3125,7 @@
|
|
3124
3125
|
"example": "无",
|
3125
3126
|
"member": "RedisCommonInstanceList",
|
3126
3127
|
"name": "InstanceDetails",
|
3128
|
+
"output_required": true,
|
3127
3129
|
"type": "list",
|
3128
3130
|
"value_allowed_null": false
|
3129
3131
|
},
|
@@ -3589,7 +3591,7 @@
|
|
3589
3591
|
"members": [
|
3590
3592
|
{
|
3591
3593
|
"disabled": false,
|
3592
|
-
"document": "订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId
|
3594
|
+
"document": "订单交易ID数组,即 [CreateInstances](https://cloud.tencent.com/document/api/239/20026) 的输出参数DealId。数组最大长度限制为10",
|
3593
3595
|
"example": "[\"6959052\\n\"]",
|
3594
3596
|
"member": "string",
|
3595
3597
|
"name": "DealIds",
|
@@ -3608,6 +3610,7 @@
|
|
3608
3610
|
"example": "无",
|
3609
3611
|
"member": "TradeDealDetail",
|
3610
3612
|
"name": "DealDetails",
|
3613
|
+
"output_required": true,
|
3611
3614
|
"type": "list",
|
3612
3615
|
"value_allowed_null": false
|
3613
3616
|
},
|
@@ -4149,6 +4152,7 @@
|
|
4149
4152
|
"example": "10",
|
4150
4153
|
"member": "int64",
|
4151
4154
|
"name": "ProxyCount",
|
4155
|
+
"output_required": true,
|
4152
4156
|
"type": "int",
|
4153
4157
|
"value_allowed_null": false
|
4154
4158
|
},
|
@@ -4158,6 +4162,7 @@
|
|
4158
4162
|
"example": "无",
|
4159
4163
|
"member": "ProxyNodes",
|
4160
4164
|
"name": "Proxy",
|
4165
|
+
"output_required": true,
|
4161
4166
|
"type": "list",
|
4162
4167
|
"value_allowed_null": true
|
4163
4168
|
},
|
@@ -4167,6 +4172,7 @@
|
|
4167
4172
|
"example": "10",
|
4168
4173
|
"member": "int64",
|
4169
4174
|
"name": "RedisCount",
|
4175
|
+
"output_required": true,
|
4170
4176
|
"type": "int",
|
4171
4177
|
"value_allowed_null": false
|
4172
4178
|
},
|
@@ -4176,6 +4182,7 @@
|
|
4176
4182
|
"example": "无",
|
4177
4183
|
"member": "RedisNodes",
|
4178
4184
|
"name": "Redis",
|
4185
|
+
"output_required": true,
|
4179
4186
|
"type": "list",
|
4180
4187
|
"value_allowed_null": true
|
4181
4188
|
},
|
@@ -4185,6 +4192,7 @@
|
|
4185
4192
|
"example": "5",
|
4186
4193
|
"member": "int64",
|
4187
4194
|
"name": "TendisCount",
|
4195
|
+
"output_required": true,
|
4188
4196
|
"type": "int",
|
4189
4197
|
"value_allowed_null": false
|
4190
4198
|
},
|
@@ -4194,6 +4202,7 @@
|
|
4194
4202
|
"example": "无",
|
4195
4203
|
"member": "TendisNodes",
|
4196
4204
|
"name": "Tendis",
|
4205
|
+
"output_required": true,
|
4197
4206
|
"type": "list",
|
4198
4207
|
"value_allowed_null": true
|
4199
4208
|
},
|
@@ -4956,7 +4965,7 @@
|
|
4956
4965
|
"members": [
|
4957
4966
|
{
|
4958
4967
|
"disabled": false,
|
4959
|
-
"document": "产品类型数组。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。",
|
4968
|
+
"document": "产品类型数组。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
|
4960
4969
|
"example": "6",
|
4961
4970
|
"member": "int64",
|
4962
4971
|
"name": "ProductTypes",
|
@@ -4965,7 +4974,7 @@
|
|
4965
4974
|
},
|
4966
4975
|
{
|
4967
4976
|
"disabled": false,
|
4968
|
-
"document": "
|
4977
|
+
"document": "模板名称数组。数组最大长度限制为50",
|
4969
4978
|
"example": "[\"CustomParamTemplate\"]",
|
4970
4979
|
"member": "string",
|
4971
4980
|
"name": "TemplateNames",
|
@@ -4974,7 +4983,7 @@
|
|
4974
4983
|
},
|
4975
4984
|
{
|
4976
4985
|
"disabled": false,
|
4977
|
-
"document": "模板ID
|
4986
|
+
"document": "模板ID数组。数组最大长度限制为50",
|
4978
4987
|
"example": "[\"crs-cfg-sa23d5d3\"]",
|
4979
4988
|
"member": "string",
|
4980
4989
|
"name": "TemplateIds",
|
@@ -9201,7 +9210,7 @@
|
|
9201
9210
|
},
|
9202
9211
|
{
|
9203
9212
|
"disabled": false,
|
9204
|
-
"document": "实例Id",
|
9213
|
+
"document": "实例Id,每次请求的实例的上限为10。",
|
9205
9214
|
"example": "[\"crs-r3nqjq3n\",\"crs-9bvd9b8v\"]",
|
9206
9215
|
"member": "string",
|
9207
9216
|
"name": "InstanceIds",
|
@@ -11807,7 +11816,7 @@
|
|
11807
11816
|
},
|
11808
11817
|
{
|
11809
11818
|
"disabled": false,
|
11810
|
-
"document": "多AZ
|
11819
|
+
"document": "多AZ实例,增加副本时的节点信息,包括副本的 ID 编号及可用区信息。非多AZ实例不需要配置该参数。",
|
11811
11820
|
"example": "无",
|
11812
11821
|
"member": "RedisNodeInfo",
|
11813
11822
|
"name": "NodeSet",
|
@@ -11826,7 +11835,7 @@
|
|
11826
11835
|
"example": "200010798",
|
11827
11836
|
"member": "string",
|
11828
11837
|
"name": "DealId",
|
11829
|
-
"
|
11838
|
+
"output_required": true,
|
11830
11839
|
"type": "string",
|
11831
11840
|
"value_allowed_null": false
|
11832
11841
|
},
|
@@ -800,10 +800,10 @@
|
|
800
800
|
],
|
801
801
|
"UpgradeInstance": [
|
802
802
|
{
|
803
|
-
"document": "",
|
804
|
-
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-5qlr****\",\n \"MemSize\": \"4096\"
|
803
|
+
"document": "变更实例的内存配置",
|
804
|
+
"input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-5qlr****\",\n \"MemSize\": \"4096\"\n}",
|
805
805
|
"output": "{\n \"Response\": {\n \"DealId\": \"6954227\",\n \"RequestId\": \"4daddc97-0005-45d8-b5b8-38514ec1e97c\"\n }\n}",
|
806
|
-
"title": "
|
806
|
+
"title": "变更规格"
|
807
807
|
}
|
808
808
|
],
|
809
809
|
"UpgradeInstanceVersion": [
|
@@ -2005,7 +2005,7 @@
|
|
2005
2005
|
"example": "无",
|
2006
2006
|
"member": "string",
|
2007
2007
|
"name": "CompanyName",
|
2008
|
-
"
|
2008
|
+
"output_required": true,
|
2009
2009
|
"type": "string",
|
2010
2010
|
"value_allowed_null": false
|
2011
2011
|
},
|
@@ -2015,7 +2015,7 @@
|
|
2015
2015
|
"example": "无",
|
2016
2016
|
"member": "int64",
|
2017
2017
|
"name": "CompanyId",
|
2018
|
-
"
|
2018
|
+
"output_required": true,
|
2019
2019
|
"type": "int",
|
2020
2020
|
"value_allowed_null": false
|
2021
2021
|
},
|
@@ -2025,7 +2025,7 @@
|
|
2025
2025
|
"example": "无",
|
2026
2026
|
"member": "string",
|
2027
2027
|
"name": "CompanyCountry",
|
2028
|
-
"
|
2028
|
+
"output_required": true,
|
2029
2029
|
"type": "string",
|
2030
2030
|
"value_allowed_null": false
|
2031
2031
|
},
|
@@ -2035,7 +2035,7 @@
|
|
2035
2035
|
"example": "无",
|
2036
2036
|
"member": "string",
|
2037
2037
|
"name": "CompanyProvince",
|
2038
|
-
"
|
2038
|
+
"output_required": true,
|
2039
2039
|
"type": "string",
|
2040
2040
|
"value_allowed_null": false
|
2041
2041
|
},
|
@@ -2045,7 +2045,7 @@
|
|
2045
2045
|
"example": "无",
|
2046
2046
|
"member": "string",
|
2047
2047
|
"name": "CompanyCity",
|
2048
|
-
"
|
2048
|
+
"output_required": true,
|
2049
2049
|
"type": "string",
|
2050
2050
|
"value_allowed_null": false
|
2051
2051
|
},
|
@@ -2055,7 +2055,7 @@
|
|
2055
2055
|
"example": "无",
|
2056
2056
|
"member": "string",
|
2057
2057
|
"name": "CompanyAddress",
|
2058
|
-
"
|
2058
|
+
"output_required": true,
|
2059
2059
|
"type": "string",
|
2060
2060
|
"value_allowed_null": false
|
2061
2061
|
},
|
@@ -2065,7 +2065,7 @@
|
|
2065
2065
|
"example": "无",
|
2066
2066
|
"member": "string",
|
2067
2067
|
"name": "CompanyPhone",
|
2068
|
-
"
|
2068
|
+
"output_required": true,
|
2069
2069
|
"type": "string",
|
2070
2070
|
"value_allowed_null": false
|
2071
2071
|
},
|
@@ -2075,7 +2075,7 @@
|
|
2075
2075
|
"example": "无",
|
2076
2076
|
"member": "string",
|
2077
2077
|
"name": "IdType",
|
2078
|
-
"
|
2078
|
+
"output_required": true,
|
2079
2079
|
"type": "string",
|
2080
2080
|
"value_allowed_null": true
|
2081
2081
|
},
|
@@ -2085,9 +2085,19 @@
|
|
2085
2085
|
"example": "无",
|
2086
2086
|
"member": "string",
|
2087
2087
|
"name": "IdNumber",
|
2088
|
-
"
|
2088
|
+
"output_required": true,
|
2089
2089
|
"type": "string",
|
2090
2090
|
"value_allowed_null": true
|
2091
|
+
},
|
2092
|
+
{
|
2093
|
+
"disabled": false,
|
2094
|
+
"document": "标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
2095
|
+
"example": "无",
|
2096
|
+
"member": "Tags",
|
2097
|
+
"name": "Tags",
|
2098
|
+
"output_required": false,
|
2099
|
+
"type": "list",
|
2100
|
+
"value_allowed_null": true
|
2091
2101
|
}
|
2092
2102
|
],
|
2093
2103
|
"usage": "out"
|
@@ -4668,7 +4678,7 @@
|
|
4668
4678
|
"example": "无",
|
4669
4679
|
"member": "CompanyInfo",
|
4670
4680
|
"name": "Companies",
|
4671
|
-
"
|
4681
|
+
"output_required": true,
|
4672
4682
|
"type": "list",
|
4673
4683
|
"value_allowed_null": false
|
4674
4684
|
},
|
@@ -4678,7 +4688,7 @@
|
|
4678
4688
|
"example": "1",
|
4679
4689
|
"member": "int64",
|
4680
4690
|
"name": "TotalCount",
|
4681
|
-
"
|
4691
|
+
"output_required": true,
|
4682
4692
|
"type": "int",
|
4683
4693
|
"value_allowed_null": false
|
4684
4694
|
},
|
@@ -6570,7 +6580,7 @@
|
|
6570
6580
|
"example": "无",
|
6571
6581
|
"member": "ManagerInfo",
|
6572
6582
|
"name": "Managers",
|
6573
|
-
"
|
6583
|
+
"output_required": true,
|
6574
6584
|
"type": "list",
|
6575
6585
|
"value_allowed_null": false
|
6576
6586
|
},
|
@@ -6580,7 +6590,7 @@
|
|
6580
6590
|
"example": "10",
|
6581
6591
|
"member": "int64",
|
6582
6592
|
"name": "TotalCount",
|
6583
|
-
"
|
6593
|
+
"output_required": true,
|
6584
6594
|
"type": "int",
|
6585
6595
|
"value_allowed_null": false
|
6586
6596
|
},
|
@@ -7116,7 +7126,7 @@
|
|
7116
7126
|
"example": "无",
|
7117
7127
|
"member": "string",
|
7118
7128
|
"name": "Status",
|
7119
|
-
"
|
7129
|
+
"output_required": true,
|
7120
7130
|
"type": "string",
|
7121
7131
|
"value_allowed_null": false
|
7122
7132
|
},
|
@@ -7126,7 +7136,7 @@
|
|
7126
7136
|
"example": "无",
|
7127
7137
|
"member": "string",
|
7128
7138
|
"name": "ManagerFirstName",
|
7129
|
-
"
|
7139
|
+
"output_required": true,
|
7130
7140
|
"type": "string",
|
7131
7141
|
"value_allowed_null": false
|
7132
7142
|
},
|
@@ -7136,7 +7146,7 @@
|
|
7136
7146
|
"example": "无",
|
7137
7147
|
"member": "string",
|
7138
7148
|
"name": "ManagerLastName",
|
7139
|
-
"
|
7149
|
+
"output_required": true,
|
7140
7150
|
"type": "string",
|
7141
7151
|
"value_allowed_null": false
|
7142
7152
|
},
|
@@ -7146,7 +7156,7 @@
|
|
7146
7156
|
"example": "无",
|
7147
7157
|
"member": "string",
|
7148
7158
|
"name": "ManagerPosition",
|
7149
|
-
"
|
7159
|
+
"output_required": true,
|
7150
7160
|
"type": "string",
|
7151
7161
|
"value_allowed_null": false
|
7152
7162
|
},
|
@@ -7156,7 +7166,7 @@
|
|
7156
7166
|
"example": "无",
|
7157
7167
|
"member": "string",
|
7158
7168
|
"name": "ManagerPhone",
|
7159
|
-
"
|
7169
|
+
"output_required": true,
|
7160
7170
|
"type": "string",
|
7161
7171
|
"value_allowed_null": false
|
7162
7172
|
},
|
@@ -7166,7 +7176,7 @@
|
|
7166
7176
|
"example": "无",
|
7167
7177
|
"member": "string",
|
7168
7178
|
"name": "ManagerMail",
|
7169
|
-
"
|
7179
|
+
"output_required": true,
|
7170
7180
|
"type": "string",
|
7171
7181
|
"value_allowed_null": false
|
7172
7182
|
},
|
@@ -7176,7 +7186,7 @@
|
|
7176
7186
|
"example": "无",
|
7177
7187
|
"member": "string",
|
7178
7188
|
"name": "ManagerDepartment",
|
7179
|
-
"
|
7189
|
+
"output_required": true,
|
7180
7190
|
"type": "string",
|
7181
7191
|
"value_allowed_null": false
|
7182
7192
|
},
|
@@ -7186,7 +7196,7 @@
|
|
7186
7196
|
"example": "无",
|
7187
7197
|
"member": "string",
|
7188
7198
|
"name": "CreateTime",
|
7189
|
-
"
|
7199
|
+
"output_required": true,
|
7190
7200
|
"type": "string",
|
7191
7201
|
"value_allowed_null": true
|
7192
7202
|
},
|
@@ -7196,7 +7206,7 @@
|
|
7196
7206
|
"example": "无",
|
7197
7207
|
"member": "int64",
|
7198
7208
|
"name": "DomainCount",
|
7199
|
-
"
|
7209
|
+
"output_required": true,
|
7200
7210
|
"type": "int",
|
7201
7211
|
"value_allowed_null": false
|
7202
7212
|
},
|
@@ -7206,7 +7216,7 @@
|
|
7206
7216
|
"example": "无",
|
7207
7217
|
"member": "int64",
|
7208
7218
|
"name": "CertCount",
|
7209
|
-
"
|
7219
|
+
"output_required": true,
|
7210
7220
|
"type": "int",
|
7211
7221
|
"value_allowed_null": false
|
7212
7222
|
},
|
@@ -7216,7 +7226,7 @@
|
|
7216
7226
|
"example": "无",
|
7217
7227
|
"member": "int64",
|
7218
7228
|
"name": "ManagerId",
|
7219
|
-
"
|
7229
|
+
"output_required": true,
|
7220
7230
|
"type": "int",
|
7221
7231
|
"value_allowed_null": false
|
7222
7232
|
},
|
@@ -7226,7 +7236,7 @@
|
|
7226
7236
|
"example": "无",
|
7227
7237
|
"member": "string",
|
7228
7238
|
"name": "ExpireTime",
|
7229
|
-
"
|
7239
|
+
"output_required": true,
|
7230
7240
|
"type": "string",
|
7231
7241
|
"value_allowed_null": true
|
7232
7242
|
},
|
@@ -7236,7 +7246,7 @@
|
|
7236
7246
|
"example": "无",
|
7237
7247
|
"member": "string",
|
7238
7248
|
"name": "SubmitAuditTime",
|
7239
|
-
"
|
7249
|
+
"output_required": true,
|
7240
7250
|
"type": "string",
|
7241
7251
|
"value_allowed_null": true
|
7242
7252
|
},
|
@@ -7246,7 +7256,7 @@
|
|
7246
7256
|
"example": "无",
|
7247
7257
|
"member": "string",
|
7248
7258
|
"name": "VerifyTime",
|
7249
|
-
"
|
7259
|
+
"output_required": true,
|
7250
7260
|
"type": "string",
|
7251
7261
|
"value_allowed_null": true
|
7252
7262
|
},
|
@@ -7256,7 +7266,17 @@
|
|
7256
7266
|
"example": "无",
|
7257
7267
|
"member": "ManagerStatusInfo",
|
7258
7268
|
"name": "StatusInfo",
|
7259
|
-
"
|
7269
|
+
"output_required": true,
|
7270
|
+
"type": "list",
|
7271
|
+
"value_allowed_null": true
|
7272
|
+
},
|
7273
|
+
{
|
7274
|
+
"disabled": false,
|
7275
|
+
"document": "标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
7276
|
+
"example": "无",
|
7277
|
+
"member": "Tags",
|
7278
|
+
"name": "Tags",
|
7279
|
+
"output_required": false,
|
7260
7280
|
"type": "list",
|
7261
7281
|
"value_allowed_null": true
|
7262
7282
|
}
|
@@ -190,7 +190,7 @@
|
|
190
190
|
{
|
191
191
|
"document": "",
|
192
192
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCompanies\n<公共请求参数>\n\n{}",
|
193
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Companies\": [\n {\n \"CompanyId\": 122,\n \"CompanyName\": \"腾讯\",\n \"CompanyCountry\": \"中国\",\n \"CompanyProvince\": \"广东\",\n \"CompanyCity\": \"深圳\",\n \"CompanyAddress\": \"深南大道\",\n \"CompanyPhone\": \"2132323\"\n }\n ],\n \"RequestId\": \"5779b652-9c64-45b3-a6f4-641db7376a2e\"\n }\n}",
|
193
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Companies\": [\n {\n \"CompanyId\": 122,\n \"CompanyName\": \"腾讯\",\n \"CompanyCountry\": \"中国\",\n \"CompanyProvince\": \"广东\",\n \"CompanyCity\": \"深圳\",\n \"CompanyAddress\": \"深南大道\",\n \"CompanyPhone\": \"2132323\",\n \"IdType\": \"\",\n \"IdNumber\": \"xxx\"\n }\n ],\n \"RequestId\": \"5779b652-9c64-45b3-a6f4-641db7376a2e\"\n }\n}",
|
194
194
|
"title": "查询公司列表"
|
195
195
|
}
|
196
196
|
],
|
@@ -349,8 +349,8 @@
|
|
349
349
|
"DescribeManagers": [
|
350
350
|
{
|
351
351
|
"document": "",
|
352
|
-
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagers\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"ManagerName\": \"
|
353
|
-
"output": "{\n \"Response\": {\n \"
|
352
|
+
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagers\n<公共请求参数>\n\n{\n \"CompanyId\": 0,\n \"Offset\": 0,\n \"Limit\": 0,\n \"ManagerName\": \"abc\",\n \"ManagerMail\": \"abc\",\n \"Status\": \"abc\",\n \"SearchKey\": \"abc\"\n}",
|
353
|
+
"output": "{\n \"Response\": {\n \"Managers\": [\n {\n \"Status\": \"abc\",\n \"ManagerFirstName\": \"abc\",\n \"ManagerLastName\": \"abc\",\n \"ManagerPosition\": \"abc\",\n \"ManagerPhone\": \"abc\",\n \"ManagerMail\": \"abc\",\n \"ManagerDepartment\": \"abc\",\n \"CreateTime\": \"abc\",\n \"DomainCount\": 0,\n \"CertCount\": 0,\n \"ManagerId\": 0,\n \"ExpireTime\": \"abc\",\n \"SubmitAuditTime\": \"abc\",\n \"VerifyTime\": \"abc\",\n \"StatusInfo\": [\n {\n \"Type\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ExpireTime\": \"abc\"\n }\n ]\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
354
354
|
"title": "查询管理人列表"
|
355
355
|
}
|
356
356
|
],
|
@@ -6313,7 +6313,7 @@
|
|
6313
6313
|
"example": "0",
|
6314
6314
|
"member": "int64",
|
6315
6315
|
"name": "TotalCount",
|
6316
|
-
"
|
6316
|
+
"output_required": true,
|
6317
6317
|
"type": "int",
|
6318
6318
|
"value_allowed_null": true
|
6319
6319
|
},
|
@@ -6323,7 +6323,7 @@
|
|
6323
6323
|
"example": "无",
|
6324
6324
|
"member": "CloudBaseRunServerVersionItem",
|
6325
6325
|
"name": "VersionItems",
|
6326
|
-
"
|
6326
|
+
"output_required": true,
|
6327
6327
|
"type": "list",
|
6328
6328
|
"value_allowed_null": true
|
6329
6329
|
},
|
@@ -6333,7 +6333,7 @@
|
|
6333
6333
|
"example": "xx",
|
6334
6334
|
"member": "string",
|
6335
6335
|
"name": "ServerName",
|
6336
|
-
"
|
6336
|
+
"output_required": true,
|
6337
6337
|
"type": "string",
|
6338
6338
|
"value_allowed_null": true
|
6339
6339
|
},
|
@@ -6343,7 +6343,7 @@
|
|
6343
6343
|
"example": "1",
|
6344
6344
|
"member": "bool",
|
6345
6345
|
"name": "IsPublic",
|
6346
|
-
"
|
6346
|
+
"output_required": true,
|
6347
6347
|
"type": "bool",
|
6348
6348
|
"value_allowed_null": true
|
6349
6349
|
},
|
@@ -6353,7 +6353,7 @@
|
|
6353
6353
|
"example": "xx",
|
6354
6354
|
"member": "string",
|
6355
6355
|
"name": "ImageRepo",
|
6356
|
-
"
|
6356
|
+
"output_required": true,
|
6357
6357
|
"type": "string",
|
6358
6358
|
"value_allowed_null": true
|
6359
6359
|
},
|
@@ -6363,7 +6363,7 @@
|
|
6363
6363
|
"example": "xx",
|
6364
6364
|
"member": "string",
|
6365
6365
|
"name": "TrafficType",
|
6366
|
-
"
|
6366
|
+
"output_required": true,
|
6367
6367
|
"type": "string",
|
6368
6368
|
"value_allowed_null": true
|
6369
6369
|
},
|
@@ -6373,7 +6373,17 @@
|
|
6373
6373
|
"example": "\"oneclick\"",
|
6374
6374
|
"member": "string",
|
6375
6375
|
"name": "SourceType",
|
6376
|
-
"
|
6376
|
+
"output_required": true,
|
6377
|
+
"type": "string",
|
6378
|
+
"value_allowed_null": true
|
6379
|
+
},
|
6380
|
+
{
|
6381
|
+
"disabled": false,
|
6382
|
+
"document": "服务标签, function: 托管函数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6383
|
+
"example": "function",
|
6384
|
+
"member": "string",
|
6385
|
+
"name": "Tag",
|
6386
|
+
"output_required": false,
|
6377
6387
|
"type": "string",
|
6378
6388
|
"value_allowed_null": true
|
6379
6389
|
},
|
@@ -288,8 +288,14 @@
|
|
288
288
|
{
|
289
289
|
"document": "",
|
290
290
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeCloudBaseRunServer\n&EnvId=lotestapi100004\n&ServerName=dockerservicename\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
291
|
-
"output": "{\n \"Response\": {\n \"
|
291
|
+
"output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_test-domain2\",\n \"IsPublic\": false,\n \"RequestId\": \"52855bd0-25cc-4294-913c-0b8ee0c65e76\",\n \"ServerName\": \"test-domain2\",\n \"SourceType\": \"custom\",\n \"TotalCount\": 5,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"VersionName\": \"test-domain2-009\",\n \"FlowRatio\": 100,\n \"Status\": \"normal\",\n \"CreatedTime\": \"2023-11-13 17:10:30\",\n \"UpdatedTime\": \"2023-11-13 17:41:00\",\n \"BuildId\": 37196953,\n \"UploadType\": \"package\",\n \"Remark\": \"\",\n \"UrlParam\": null,\n \"Priority\": 0,\n \"IsDefaultPriority\": false,\n \"FlowParams\": null,\n \"MinReplicas\": 0,\n \"MaxReplicas\": 5,\n \"RunId\": \"multi_tenant_1r2Sxhqf7GP3Mx\",\n \"Percent\": 0,\n \"CurrentReplicas\": 0,\n \"Architecture\": \"\"\n }\n ]\n }\n}",
|
292
292
|
"title": "查看某个服务的装填"
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"document": "查询单个云托管服务实例",
|
296
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudBaseRunServer\n<公共请求参数>\n\n{\n \"EnvId\": \"pre-tenant-4g9db6fj62889354\",\n \"ServerName\": \"envparam\",\n \"Offset\": 0,\n \"Limit\": 100\n}",
|
297
|
+
"output": "{\n \"Response\": {\n \"ImageRepo\": \"tcb-100019615070-mjph/ca-znrdxowd_envparam\",\n \"IsPublic\": false,\n \"RequestId\": \"0a14bef2-57d8-4d74-9d54-c0850e5395b3\",\n \"ServerName\": \"envparam\",\n \"SourceType\": \"custom\",\n \"Tag\": \"\",\n \"TotalCount\": 1,\n \"TrafficType\": \"\",\n \"VersionItems\": [\n {\n \"Architecture\": \"\",\n \"BuildId\": 41355587,\n \"CreatedTime\": \"2024-04-03 13:12:39\",\n \"CurrentReplicas\": 0,\n \"FlowParams\": null,\n \"FlowRatio\": 100,\n \"IsDefaultPriority\": false,\n \"MaxReplicas\": 5,\n \"MinReplicas\": 0,\n \"Percent\": 0,\n \"Priority\": 0,\n \"Remark\": \"\",\n \"RunId\": \"multi_tenant_1rrsvOvTuxr1La\",\n \"Status\": \"normal\",\n \"UpdatedTime\": \"2024-04-03 13:43:14\",\n \"UploadType\": \"repository\",\n \"UrlParam\": null,\n \"VersionName\": \"envparam-001\"\n }\n ]\n }\n}",
|
298
|
+
"title": "查询单个云托管服务实例"
|
293
299
|
}
|
294
300
|
],
|
295
301
|
"DescribeCloudBaseRunServerDomainName": [
|