tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1298.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/cbs/v20170312/api.json +1 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/v20191016/api.json +146 -6
- tccli/services/dbbrain/v20210527/api.json +156 -20
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/gs/v20191118/api.json +19 -0
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +398 -341
- tccli/services/iotexplorer/v20190423/examples.json +50 -50
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/mps/v20190612/api.json +55 -53
- tccli/services/mps/v20190612/examples.json +40 -40
- tccli/services/mqtt/v20240516/api.json +56 -6
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/v20181119/api.json +73 -3
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/wedata/v20210820/api.json +453 -0
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1298.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1298.1.dist-info}/RECORD +50 -50
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1298.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1298.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1298.1.dist-info}/license_files/LICENSE +0 -0
@@ -220,7 +220,7 @@
|
|
220
220
|
{
|
221
221
|
"document": "示例",
|
222
222
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceCertificates\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-qgzaawn9\"\n}",
|
223
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientId\": \"client-1\",\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59913\",\n \"DeviceCertificateCn\": \"tx\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"OrganizationalUnit\": \"tx\",\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"CertificateSource\": \"API\",\n \"LastActivationTime\": 1742983099435,\n \"LastInactivationTime\": 0,\n \"CreatedTime\": 1742983115198,\n \"UpdateTime\": 1742983115198,\n \"NotBeforeTime\": 1734537600000,\n \"NotAfterTime\": 1766073600000\n }\n ],\n \"RequestId\": \"378f8c36-a6a1-406c-85ac-f2379386eed6\",\n \"TotalCount\":
|
223
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"ClientId\": \"client-1\",\n \"DeviceCertificateSn\": \"0eef68a582b94254296e54ce754f94d707a59913\",\n \"DeviceCertificateCn\": \"tx\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\n-----END CERTIFICATE-----\\n\",\n \"CaSn\": \"1b1e3bf3702110125887a3a721a7e66f05522513\",\n \"OrganizationalUnit\": \"tx\",\n \"Format\": \"PEM\",\n \"Status\": \"ACTIVE\",\n \"CertificateSource\": \"API\",\n \"LastActivationTime\": 1742983099435,\n \"LastInactivationTime\": 0,\n \"CreatedTime\": 1742983115198,\n \"UpdateTime\": 1742983115198,\n \"NotBeforeTime\": 1734537600000,\n \"NotAfterTime\": 1766073600000\n }\n ],\n \"RequestId\": \"378f8c36-a6a1-406c-85ac-f2379386eed6\",\n \"TotalCount\": 1\n }\n}",
|
224
224
|
"title": "示例"
|
225
225
|
}
|
226
226
|
],
|
@@ -244,7 +244,7 @@
|
|
244
244
|
{
|
245
245
|
"document": "示例",
|
246
246
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-bg8k8v8o\"\n}",
|
247
|
-
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"5a2634e3-effd-4380-a9ff-3658ec6c1fdc\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"CreatedTime\": 1741832627,\n \"TpsLimit\": 6000,\n \"Remark\": \"\",\n \"SkuCode\": \"
|
247
|
+
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"5a2634e3-effd-4380-a9ff-3658ec6c1fdc\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"CreatedTime\": 1741832627,\n \"TpsLimit\": 6000,\n \"Remark\": \"\",\n \"SkuCode\": \"pro_10k_1\",\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"RegistrationCode\": \"66a00d75-8272-421f-be2a-166e2c2e7813\",\n \"AutomaticActivation\": true,\n \"X509Mode\": \"BYOC\",\n \"ExpiryTime\": 0,\n \"TopicNumLimit\": 300,\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"TopicNum\": 1,\n \"InstanceName\": \"mqtt-instance1\"\n },\n \"Error\": null\n}",
|
248
248
|
"title": "示例"
|
249
249
|
}
|
250
250
|
],
|
@@ -387,16 +387,16 @@
|
|
387
387
|
"RegisterCaCertificate": [
|
388
388
|
{
|
389
389
|
"document": "示例",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterCaCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
391
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterCaCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"CaCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDYDCCAkigAwIBAgIRAJVqMNqSe05LAgWS1VrHft3KJdndK4HflxgRqnmyUfSCRz6R0wXFi4I7no7BfwQahq9Z4IWaHh/6iDoZ1c+\\npEkIucoi48CxEbAan8f0a4K4X6jcotXW7FPzZBTZw+swW3H3NvaHrT1shm0W2B7Q\\n/G2ncyYw6OPFxhBKIfhbgfH7PughdsT7+QsuFYpbs4V6Wydb1NuloFpIeJgSnoQX\\nGWOLN7DU9WaJCLXon0AejXTgSop/O4He9W00yQFzn7TiPMLV91i6s4qD9/Iin/Wt\\nAV3BoRcAAn1ryJQS4T5eRqWEy7swndP28HcdNYUZc9mIcqEmqPSejL6Oi9AlnYuX\\nkRQnRQ==\\n-----END CERTIFICATE-----\",\n \"VerificationCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDhDCCAmygAwIBAgIRAICF9S7OW9iDCN9tmNlwdxYwDQYJKoZIhvcNAQELBQAw\\nPzELMAkGA1UEBhMCQ04xGzAZBgNVBAoTEkCWzSiQtf84fwVXUqCOgfd9RHYZQx+bSBEKzt2Nxb15xNMXFzYEm8S0\\nlQUacxx1N7w/fOed16c+VPMvwhLJSkO7oCbUl8X+hZDY6D326A6muaW0KsBTld4p\\nociDefD8oNH+u4qCrcoAPNuhbG44dcqOrrHFlX0offDYjPLAoIgTb8Q/DwhuLg1b\\nQuw/YMVFLMrMO2wzbu12PzEYmbohbk6Cv0viRFsxd/HUWPNYxi6HnoqpCKBnDwlZ\\nc/GuUTJ7tFmkb4bKNK81rViXHt3x2fVG6yJwrVw6m3KjhrOKro82AA==\\n-----END CERTIFICATE-----\"\n}",
|
391
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\",\n \"InstanceId\": \"mqtt-g839agr2\",\n \"RequestId\": \"8018b411-8963-4c50-81de-c371cb9b0796\"\n }\n}",
|
392
392
|
"title": "示例"
|
393
393
|
}
|
394
394
|
],
|
395
395
|
"RegisterDeviceCertificate": [
|
396
396
|
{
|
397
397
|
"document": "示例",
|
398
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
399
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"
|
398
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RegisterDeviceCertificate\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-g839agr2\",\n \"DeviceCertificate\": \"-----BEGIN CERTIFICATE-----\\nMIIDhDCCAmygAwIBAgIRAICF9S7OW9iDCN9tmNlwdxYwDQYJKoZIhvcNAQEFAAOCAQEAJ5a40Jc63eGlrz6M92YpiodMA8C8RMo2\\neWfUCxMPSHCWzSiQtf84fwVXUqCOgfd9RHYZQx+bSBEKzt2Nxb15xNMXFzYEm8S0\\nlQUacxx1N7w/fOed16c+VPMvwhLJSkO7oCbUl8X+hZDY6D326A6muaW0KsBTld4p\\nociDefD8oNH+u4qCrcoAPNuhbG44dcqOrrHFlX0offDYjPLAoIgTb8Q/DwhuLg1b\\nQuw/YMVFLMrMO2wzbu12PzEYmbohbk6Cv0viRFsxd/HUWPNYxi6HnoqpCKBnDwlZ\\nc/GuUTJ7tFmkb4bKNK81rViXHt3x2fVG6yJwrVw6m3KjhrOKro82AA==\\n-----END CERTIFICATE-----\",\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\"\n}",
|
399
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"CaSn\": \"956a30da927b4e4b020592d55ad7bc7c\",\n \"DeviceCertificateSn\": \"8085f52ece5bd88308df6d98d9707716\",\n \"InstanceId\": \"mqtt-g839agr2\",\n \"RequestId\": \"05e8b3d9-9cee-478f-9d68-b70fda94c61f\"\n }\n}",
|
400
400
|
"title": "示例"
|
401
401
|
}
|
402
402
|
],
|
@@ -2771,6 +2771,21 @@
|
|
2771
2771
|
],
|
2772
2772
|
"type": "object"
|
2773
2773
|
},
|
2774
|
+
"ConfigAdvanced": {
|
2775
|
+
"document": "支持模版的单个属性配置",
|
2776
|
+
"members": [
|
2777
|
+
{
|
2778
|
+
"disabled": false,
|
2779
|
+
"document": "模版的单个属性配置",
|
2780
|
+
"example": "only_hw",
|
2781
|
+
"member": "string",
|
2782
|
+
"name": "Scene",
|
2783
|
+
"required": false,
|
2784
|
+
"type": "string"
|
2785
|
+
}
|
2786
|
+
],
|
2787
|
+
"usage": "in"
|
2788
|
+
},
|
2774
2789
|
"ContentInfo": {
|
2775
2790
|
"document": "卡证字段信息返回值",
|
2776
2791
|
"members": [
|
@@ -16592,7 +16607,7 @@
|
|
16592
16607
|
},
|
16593
16608
|
{
|
16594
16609
|
"disabled": false,
|
16595
|
-
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote --
|
16610
|
+
"document": "配置id支持:\nGeneral -- 通用场景 \nInvoiceEng -- 国际invoice模版 \nWayBillEng --海运订单模板\nCustomsDeclaration -- 进出口报关单\nWeightNote -- 磅单\nMedicalMeter -- 血压仪表识别\nBillOfLading -- 海运提单\nEntrustmentBook -- 海运托书\nWordRecognize -- 手写英文作文模版\nStatement -- 对账单识别模板\nBookingConfirmation -- 配舱通知书识别模板\nAirWayBill -- 航空运单识别模板\nDispatchWeightNote -- 磅单发货单识别模板\nReceiptWeightNote -- 磅单收货单识别模板\nArticalRecognize -- 手写作文模版",
|
16596
16611
|
"example": "General",
|
16597
16612
|
"member": "string",
|
16598
16613
|
"name": "ConfigId",
|
@@ -16616,6 +16631,15 @@
|
|
16616
16631
|
"name": "OutputParentKey",
|
16617
16632
|
"required": false,
|
16618
16633
|
"type": "bool"
|
16634
|
+
},
|
16635
|
+
{
|
16636
|
+
"disabled": false,
|
16637
|
+
"document": "模版的单个属性配置",
|
16638
|
+
"example": "{\"Scene\": \"only_hw\"}",
|
16639
|
+
"member": "ConfigAdvanced",
|
16640
|
+
"name": "ConfigAdvanced",
|
16641
|
+
"required": false,
|
16642
|
+
"type": "object"
|
16619
16643
|
}
|
16620
16644
|
],
|
16621
16645
|
"type": "object"
|
@@ -23169,7 +23193,7 @@
|
|
23169
23193
|
"example": "1234567",
|
23170
23194
|
"member": "string",
|
23171
23195
|
"name": "DetectedText",
|
23172
|
-
"
|
23196
|
+
"output_required": true,
|
23173
23197
|
"type": "string",
|
23174
23198
|
"value_allowed_null": false
|
23175
23199
|
},
|
@@ -23179,7 +23203,53 @@
|
|
23179
23203
|
"example": "[x1,y1,x2,y3,x3,y3,x4,y4]",
|
23180
23204
|
"member": "Polygon",
|
23181
23205
|
"name": "Coord",
|
23182
|
-
"
|
23206
|
+
"output_required": true,
|
23207
|
+
"type": "object",
|
23208
|
+
"value_allowed_null": false
|
23209
|
+
},
|
23210
|
+
{
|
23211
|
+
"disabled": false,
|
23212
|
+
"document": "描述性信息",
|
23213
|
+
"example": "{\"Parag\":{\"ParagNo\":2,\"ParagType\":0,\"DetectNo\":0}}",
|
23214
|
+
"member": "string",
|
23215
|
+
"name": "AdvancedInfo",
|
23216
|
+
"output_required": false,
|
23217
|
+
"type": "string",
|
23218
|
+
"value_allowed_null": false
|
23219
|
+
},
|
23220
|
+
{
|
23221
|
+
"disabled": false,
|
23222
|
+
"document": "单词的四点坐标",
|
23223
|
+
"example": "[x1,y1,x2,y3,x3,y3,x4,y4]",
|
23224
|
+
"member": "WordPolygon",
|
23225
|
+
"name": "WordCoord",
|
23226
|
+
"output_required": false,
|
23227
|
+
"type": "list",
|
23228
|
+
"value_allowed_null": false
|
23229
|
+
}
|
23230
|
+
],
|
23231
|
+
"usage": "out"
|
23232
|
+
},
|
23233
|
+
"WordPolygon": {
|
23234
|
+
"document": "单词坐标信息",
|
23235
|
+
"members": [
|
23236
|
+
{
|
23237
|
+
"disabled": false,
|
23238
|
+
"document": "文本块内容",
|
23239
|
+
"example": "1234567",
|
23240
|
+
"member": "string",
|
23241
|
+
"name": "DetectedText",
|
23242
|
+
"output_required": true,
|
23243
|
+
"type": "string",
|
23244
|
+
"value_allowed_null": false
|
23245
|
+
},
|
23246
|
+
{
|
23247
|
+
"disabled": false,
|
23248
|
+
"document": "四点坐标",
|
23249
|
+
"example": "[x1,y1,x2,y3,x3,y3,x4,y4]\t",
|
23250
|
+
"member": "Polygon",
|
23251
|
+
"name": "Coord",
|
23252
|
+
"output_required": true,
|
23183
23253
|
"type": "object",
|
23184
23254
|
"value_allowed_null": false
|
23185
23255
|
}
|
@@ -586,6 +586,16 @@
|
|
586
586
|
"output_required": true,
|
587
587
|
"type": "string",
|
588
588
|
"value_allowed_null": false
|
589
|
+
},
|
590
|
+
{
|
591
|
+
"disabled": false,
|
592
|
+
"document": "增量目标金额(分)",
|
593
|
+
"example": "13000",
|
594
|
+
"member": "string",
|
595
|
+
"name": "IncreaseGoal",
|
596
|
+
"output_required": false,
|
597
|
+
"type": "string",
|
598
|
+
"value_allowed_null": false
|
589
599
|
}
|
590
600
|
],
|
591
601
|
"usage": "out"
|
@@ -15955,6 +15955,26 @@
|
|
15955
15955
|
"output_required": false,
|
15956
15956
|
"type": "int",
|
15957
15957
|
"value_allowed_null": false
|
15958
|
+
},
|
15959
|
+
{
|
15960
|
+
"disabled": false,
|
15961
|
+
"document": "开始隔离时间",
|
15962
|
+
"example": "1666257531143",
|
15963
|
+
"member": "int64",
|
15964
|
+
"name": "IsolatedTime",
|
15965
|
+
"output_required": false,
|
15966
|
+
"type": "int",
|
15967
|
+
"value_allowed_null": false
|
15968
|
+
},
|
15969
|
+
{
|
15970
|
+
"disabled": false,
|
15971
|
+
"document": "是否为容器实例,默认 true",
|
15972
|
+
"example": "true",
|
15973
|
+
"member": "bool",
|
15974
|
+
"name": "Container",
|
15975
|
+
"output_required": false,
|
15976
|
+
"type": "bool",
|
15977
|
+
"value_allowed_null": false
|
15958
15978
|
}
|
15959
15979
|
],
|
15960
15980
|
"usage": "out"
|
@@ -16899,6 +16919,16 @@
|
|
16899
16919
|
"output_required": false,
|
16900
16920
|
"type": "int",
|
16901
16921
|
"value_allowed_null": false
|
16922
|
+
},
|
16923
|
+
{
|
16924
|
+
"disabled": false,
|
16925
|
+
"document": "隔离时间,毫秒为单位",
|
16926
|
+
"example": "1666257531143",
|
16927
|
+
"member": "uint64",
|
16928
|
+
"name": "IsolatedTime",
|
16929
|
+
"output_required": false,
|
16930
|
+
"type": "int",
|
16931
|
+
"value_allowed_null": false
|
16902
16932
|
}
|
16903
16933
|
],
|
16904
16934
|
"usage": "out"
|
@@ -10396,7 +10396,7 @@
|
|
10396
10396
|
{
|
10397
10397
|
"disabled": false,
|
10398
10398
|
"document": "指定安全 IP 组 ID。 <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li> <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>",
|
10399
|
-
"example": "
|
10399
|
+
"example": "97",
|
10400
10400
|
"member": "int64",
|
10401
10401
|
"name": "GroupIds",
|
10402
10402
|
"required": false,
|
@@ -10410,8 +10410,8 @@
|
|
10410
10410
|
"members": [
|
10411
10411
|
{
|
10412
10412
|
"disabled": false,
|
10413
|
-
"document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID
|
10414
|
-
"example": "{
|
10413
|
+
"document": "安全 IP 组的详细配置信息。包含每个安全 IP 组的 ID 、名称、 IP / 网段列表信息和过期时间信息。",
|
10414
|
+
"example": "{ \"GroupId\": 123, \"Name\": \"ExampleIpGroup\", \"Content\": [ \"2.2.2.2\", \"23.23.23.0/24\" ], \"ExpireInfo\": [ { \"Time\": \"2026-03-24T16:03:00+08:00\", \"IP\": \"2.2.2.2\" } ] }",
|
10415
10415
|
"member": "IPGroup",
|
10416
10416
|
"name": "IPGroups",
|
10417
10417
|
"output_required": true,
|
@@ -13638,6 +13638,34 @@
|
|
13638
13638
|
],
|
13639
13639
|
"usage": "both"
|
13640
13640
|
},
|
13641
|
+
"IPExpireInfo": {
|
13642
|
+
"document": "存储定时过期时间和对应 IP。",
|
13643
|
+
"members": [
|
13644
|
+
{
|
13645
|
+
"disabled": false,
|
13646
|
+
"document": "定时过期时间,遵循 ISO 8601 标准的日期和时间格式。例如 \"2022-01-01T00:00:00+08:00\"。",
|
13647
|
+
"example": "\"2022-01-01T00:00:00+08:00\"",
|
13648
|
+
"member": "datetime_iso",
|
13649
|
+
"name": "ExpireTime",
|
13650
|
+
"output_required": false,
|
13651
|
+
"required": false,
|
13652
|
+
"type": "string",
|
13653
|
+
"value_allowed_null": false
|
13654
|
+
},
|
13655
|
+
{
|
13656
|
+
"disabled": false,
|
13657
|
+
"document": "IP 列表。仅支持 IP 及 IP 网段。",
|
13658
|
+
"example": "[\"1.1.1.1\",\"2.2.2.2\"]",
|
13659
|
+
"member": "string",
|
13660
|
+
"name": "IPList",
|
13661
|
+
"output_required": false,
|
13662
|
+
"required": false,
|
13663
|
+
"type": "list",
|
13664
|
+
"value_allowed_null": false
|
13665
|
+
}
|
13666
|
+
],
|
13667
|
+
"usage": "both"
|
13668
|
+
},
|
13641
13669
|
"IPGroup": {
|
13642
13670
|
"document": "IP 网段组",
|
13643
13671
|
"members": [
|
@@ -13665,7 +13693,7 @@
|
|
13665
13693
|
},
|
13666
13694
|
{
|
13667
13695
|
"disabled": false,
|
13668
|
-
"document": "IP 组内容,仅支持 IP 及 IP
|
13696
|
+
"document": "IP 组内容,仅支持 IP 及 IP 网段。",
|
13669
13697
|
"example": "[\"1.1.1.1\", \"2.2.2.2\"]",
|
13670
13698
|
"member": "string",
|
13671
13699
|
"name": "Content",
|
@@ -13673,6 +13701,17 @@
|
|
13673
13701
|
"required": true,
|
13674
13702
|
"type": "list",
|
13675
13703
|
"value_allowed_null": false
|
13704
|
+
},
|
13705
|
+
{
|
13706
|
+
"disabled": false,
|
13707
|
+
"document": "IP 定时过期信息。\n作为入参:用于为指定的 IP 地址或网段配置定时过期时间。\n作为出参,包含以下两类信息:\n<li>当前未到期的定时过期信息:尚未触发的过期配置。</li>\n<li>一周内已到期的定时过期信息:已触发的过期配置。</li>",
|
13708
|
+
"example": "[ { \"Time\": \"2022-01-01T00:00:00+08:00\", \"IP\": [ \"1.1.1.1\", \"2.2.2.2\" ] }, { \"Time\": \"2022-01-02T00:00:00+08:00\", \"IP\": [ \"3.3.3.3\" ] } ]",
|
13709
|
+
"member": "IPExpireInfo",
|
13710
|
+
"name": "IPExpireInfo",
|
13711
|
+
"output_required": false,
|
13712
|
+
"required": false,
|
13713
|
+
"type": "list",
|
13714
|
+
"value_allowed_null": false
|
13676
13715
|
}
|
13677
13716
|
],
|
13678
13717
|
"usage": "both"
|
@@ -17026,7 +17065,7 @@
|
|
17026
17065
|
},
|
17027
17066
|
{
|
17028
17067
|
"disabled": false,
|
17029
|
-
"document": "
|
17068
|
+
"document": "操作类型,取值有:<li> append: 向 IPGroup 中添加新的 IP 地址或设置定时过期时间;</li><li> remove: 从 IPGroup 中删除指定的 IP 地址或其定时过期时间;</li><li> update: 完全替换 IPGroup 中 Content 或 ExpireInfo 的内容,并且可以修改 IPGroup 的名称。</li> 使用 append 操作时注意: <li> 为 IP 或网段添加定时过期时间时,必须晚于当前时间。如果该 IP 或网段在组中不存在,必须同时在 Content 参数中添加该 IP 或网段。若该 IP 或网段已存在过期时间,则新时间将覆盖原有时间。</li> 使用 remove 操作时注意: <li> 删除 IP 或网段时,相关的未过期的定时过期时间也会被删除;</li> <li> 删除定时过期时间时,仅能删除当前未过期的时间。</li> 使用 update 操作时注意: <li> 替换 Content 内容时,不在 Content 中的 IP 或网段的未过期时间会被删除;</li> <li> 替换 IPExpireInfo 内容时,IPExpireInfo 中的 IP 或网段必须在 Content 中或在 IP 组中存在。</li>",
|
17030
17069
|
"example": "\"update\"",
|
17031
17070
|
"member": "string",
|
17032
17071
|
"name": "Mode",
|
@@ -21689,9 +21728,10 @@
|
|
21689
21728
|
{
|
21690
21729
|
"disabled": false,
|
21691
21730
|
"document": "标签键。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21692
|
-
"example": "
|
21731
|
+
"example": "business",
|
21693
21732
|
"member": "string",
|
21694
21733
|
"name": "TagKey",
|
21734
|
+
"output_required": true,
|
21695
21735
|
"required": true,
|
21696
21736
|
"type": "string",
|
21697
21737
|
"value_allowed_null": true
|
@@ -21699,9 +21739,10 @@
|
|
21699
21739
|
{
|
21700
21740
|
"disabled": false,
|
21701
21741
|
"document": "标签值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
21702
|
-
"example": "
|
21742
|
+
"example": "video",
|
21703
21743
|
"member": "string",
|
21704
21744
|
"name": "TagValue",
|
21745
|
+
"output_required": true,
|
21705
21746
|
"required": true,
|
21706
21747
|
"type": "string",
|
21707
21748
|
"value_allowed_null": true
|
@@ -348,10 +348,16 @@
|
|
348
348
|
],
|
349
349
|
"CreateSecurityIPGroup": [
|
350
350
|
{
|
351
|
-
"document": "
|
351
|
+
"document": "创建安全 IP 组,并设置 2.2.2.2 为永久存在。",
|
352
352
|
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 0,\n \"Name\": \"testip\",\n \"Content\": [\n \"2.2.2.2\"\n ]\n },\n \"ZoneId\": \"zone-j94jf0a1\"\n}",
|
353
353
|
"output": "{\n \"Response\": {\n \"RequestId\": \"09ce3d28-1119-49cd-xxxx-27cb34dac669\",\n \"GroupId\": 128\n }\n}",
|
354
|
-
"title": "创建安全 IP
|
354
|
+
"title": "创建安全 IP 组,配置永久存在的 IP。"
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"document": "创建安全 IP 组,设置 3.3.3.3 永久存在,且为 1.1.1.1 配置过期时间。",
|
358
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 0,\n \"Name\": \"test\",\n \"Content\": [\n \"1.1.1.1\",\n \"3.3.3.3\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2026-03-24T16:03:00+08:00\",\n \"IPList\": [\n \"1.1.1.1\"\n ]\n }\n ]\n },\n \"ZoneId\": \"zone-j94jf0a1\"\n}",
|
359
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"09ce3d28-1119-49cd-xxxx-27cb34dac669\",\n \"GroupId\": 128\n }\n}",
|
360
|
+
"title": "创建安全 IP 组,并为 IP 配置过期时间"
|
355
361
|
}
|
356
362
|
],
|
357
363
|
"CreateSharedCNAME": [
|
@@ -876,10 +882,16 @@
|
|
876
882
|
],
|
877
883
|
"DescribeSecurityIPGroup": [
|
878
884
|
{
|
879
|
-
"document": "
|
880
|
-
"input": "POST / HTTP/1.1\nHost:
|
881
|
-
"output": "{\n \"Response\": {\n \"IPGroups\": [\n {\n \"GroupId\":
|
882
|
-
"title": "
|
885
|
+
"document": "查询指定站点的所有安全 IP 分组的配置信息。",
|
886
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityIPGroup\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-nqicqhasui\"\n}",
|
887
|
+
"output": "{\n \"Response\": {\n \"IPGroups\": [\n {\n \"GroupId\": 97,\n \"Name\": \"ExampleIpGroup\",\n \"Content\": [\n \"2.2.2.2\",\n \"23.23.23.0/24\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2026-03-24T16:03:00+08:00\",\n \"IPList\": [\n \"2.2.2.2\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"ddf831fc-cf45-40fe-81b0-2d9cdd4c1bd6\"\n }\n}",
|
888
|
+
"title": "查询站点下所有安全 IP 分组的配置信息"
|
889
|
+
},
|
890
|
+
{
|
891
|
+
"document": "查询站点中指定 ID 的安全 IP 分组配置信息",
|
892
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityIPGroup\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-ncacqeabax\",\n \"GroupIds\": [\n 100,\n 200\n ]\n}",
|
893
|
+
"output": "{\n \"Response\": {\n \"IPGroups\": [\n {\n \"GroupId\": 100,\n \"Name\": \"ExampleIpGroup-1\",\n \"Content\": [\n \"2.2.2.2\",\n \"23.23.23.0/24\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2026-03-24T16:03:00+08:00\",\n \"IPList\": [\n \"2.2.2.2\"\n ]\n }\n ]\n },\n {\n \"GroupId\": 200,\n \"Name\": \"ExampleIpGroup-2\",\n \"Content\": [\n \"1.1.1.1\",\n \"23.23.23.0/24\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2025-03-24T16:03:00+08:00\",\n \"IPList\": [\n \"1.1.1.1\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"ddf831fc-cf45-40fe-81b0-2d9cdd4c1bd6\"\n }\n}",
|
894
|
+
"title": "查询指定 ID 的安全 IP 分组的配置信息"
|
883
895
|
}
|
884
896
|
],
|
885
897
|
"DescribeSecurityIPGroupInfo": [
|
@@ -1362,22 +1374,46 @@
|
|
1362
1374
|
],
|
1363
1375
|
"ModifySecurityIPGroup": [
|
1364
1376
|
{
|
1365
|
-
"document": "
|
1366
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.
|
1377
|
+
"document": "若向已存在的 IP 组中追加以下 IP 或网段:1.1.1.1、2.2.2.0/24。",
|
1378
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.1.1.1\",\n \"2.2.2.0/24\"\n ]\n },\n \"Mode\": \"append\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1367
1379
|
"output": "{\n \"Response\": {\n \"RequestId\": \"728cb059-8595-44c7-b6c6-b4a539ae823f\"\n }\n}",
|
1368
|
-
"title": "
|
1380
|
+
"title": "向 IP 组中追加 IP 或网段"
|
1369
1381
|
},
|
1370
1382
|
{
|
1371
|
-
"document": "
|
1372
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.
|
1383
|
+
"document": "需要向已存在安全 IP 组中追加以下 IP 或网段:1.1.1.1、2.2.2.0/24、3.3.3.3 和 4.4.4.4,并为 1.1.1.1、2.2.2.0/24 和 4.4.4.4 分别配置过期时间。",
|
1384
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.1.1.1\",\n \"2.2.2.0/24\",\n \"3.3.3.3\",\n \"4.4.4.4\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2022-01-01T00:00:00+08:00\",\n \"IPList\": [\n \"1.1.1.1\",\n \"4.4.4.4\"\n ]\n },\n {\n \"ExpireTime\": \"2022-01-02T00:00:00+08:00\",\n \"IPList\": [\n \"2.2.2.0/24\"\n ]\n }\n ]\n },\n \"Mode\": \"append\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1385
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"728cb059-8595-44c7-b6c6-b4a539ae823f\"\n }\n}",
|
1386
|
+
"title": "向安全 IP 组中追加 IP 或网段,并配置过期时间。"
|
1387
|
+
},
|
1388
|
+
{
|
1389
|
+
"document": "IP 组中的 1.1.1.1 已配置过期时间,现在需要更改该 IP 的定时过期时间。",
|
1390
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2022-01-01T00:00:00+08:00\",\n \"IPList\": [\n \"1.1.1.1\"\n ]\n }\n ]\n },\n \"Mode\": \"append\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1391
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"728cb059-8595-44c7-b6c6-b4a539ae823f\"\n }\n}",
|
1392
|
+
"title": "修改 IP 组中 IP 或网段的过期时间"
|
1393
|
+
},
|
1394
|
+
{
|
1395
|
+
"document": "IP 组中存在 1.1.1.1,现在需要删除该 IP。",
|
1396
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.1.1.1\"\n ]\n },\n \"Mode\": \"remove\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1373
1397
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5bdc699c-68df-4cb7-9d0a-1c174b0374ad\"\n }\n}",
|
1374
|
-
"title": "
|
1398
|
+
"title": "删除 IP 组中的 IP 或网段"
|
1399
|
+
},
|
1400
|
+
{
|
1401
|
+
"document": "IP 组中存在 1.1.1.1,并已为该 IP 配置过期时间,现在需要删除该 IP 的过期时间。",
|
1402
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [],\n \"IPExpireInfo\": [\n {\n \"IPList\": [\n \"1.1.1.1\"\n ]\n }\n ]\n },\n \"Mode\": \"remove\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1403
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"728cb059-8595-44c7-b6c6-b4a539ae823f\"\n }\n}",
|
1404
|
+
"title": "删除 IP 组中 IP 或网段的过期时间"
|
1375
1405
|
},
|
1376
1406
|
{
|
1377
|
-
"document": "
|
1378
|
-
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.
|
1407
|
+
"document": "需要全量更新 IP 组内容,需更新的 IP 或网段为:1.1.1.1、2.2.2.0/24。",
|
1408
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.1.1.1\",\n \"2.2.2.0/24\"\n ]\n },\n \"Mode\": \"update\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1379
1409
|
"output": "{\n \"Response\": {\n \"RequestId\": \"sh1u8a90-xxxx-49cd-swui-27cb34daa779\"\n }\n}",
|
1380
|
-
"title": "
|
1410
|
+
"title": "全量更新安全 IP 组中的 IP 或网段"
|
1411
|
+
},
|
1412
|
+
{
|
1413
|
+
"document": "需要全量更新 IP 组内容,新更新的 IP 或网段为:1.1.1.1、2.2.2.0/24、3.3.3.3,并为 1.1.1.1 配置过期时间。",
|
1414
|
+
"input": "POST / HTTP/1.1\nHost: teo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecurityIPGroup\n<公共请求参数>\n\n{\n \"IPGroup\": {\n \"GroupId\": 67,\n \"Name\": \"test3\",\n \"Content\": [\n \"1.1.1.1\",\n \"2.2.2.0/24\",\n \"3.3.3.3\"\n ],\n \"IPExpireInfo\": [\n {\n \"ExpireTime\": \"2022-01-01T00:00:00+08:00\",\n \"IPList\": [\n \"1.1.1.1\"\n ]\n }\n ]\n },\n \"Mode\": \"update\",\n \"ZoneId\": \"zone-hduqwh\"\n}",
|
1415
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"728cb059-8595-44c7-b6c6-b4a539ae823f\"\n }\n}",
|
1416
|
+
"title": "全量更新安全 IP 组中的 IP 或网段以及对应的过期时间"
|
1381
1417
|
}
|
1382
1418
|
],
|
1383
1419
|
"ModifySecurityPolicy": [
|
@@ -21112,7 +21112,7 @@
|
|
21112
21112
|
{
|
21113
21113
|
"disabled": false,
|
21114
21114
|
"document": "命名空间",
|
21115
|
-
"example": "
|
21115
|
+
"example": "default",
|
21116
21116
|
"member": "string",
|
21117
21117
|
"name": "Namespace",
|
21118
21118
|
"output_required": true,
|
@@ -21122,7 +21122,7 @@
|
|
21122
21122
|
{
|
21123
21123
|
"disabled": false,
|
21124
21124
|
"document": " Pod 名称",
|
21125
|
-
"example": "
|
21125
|
+
"example": "nginx-7ddc9d6bf-9pkml",
|
21126
21126
|
"member": "string",
|
21127
21127
|
"name": "Name",
|
21128
21128
|
"output_required": true,
|