tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +1 -1
  3. tccli/services/antiddos/v20200309/api.json +5 -1
  4. tccli/services/apm/v20210622/api.json +32 -32
  5. tccli/services/apm/v20210622/examples.json +1 -1
  6. tccli/services/billing/v20180709/api.json +550 -529
  7. tccli/services/billing/v20180709/examples.json +4 -4
  8. tccli/services/cat/v20180409/api.json +2 -2
  9. tccli/services/cdwdoris/v20211228/api.json +15 -1
  10. tccli/services/cdwpg/cdwpg_client.py +866 -18
  11. tccli/services/cdwpg/v20201230/api.json +2888 -551
  12. tccli/services/cdwpg/v20201230/examples.json +138 -10
  13. tccli/services/cfs/v20190719/examples.json +8 -2
  14. tccli/services/ciam/v20220331/api.json +111 -111
  15. tccli/services/ciam/v20220331/examples.json +8 -8
  16. tccli/services/cls/v20201016/api.json +1 -1
  17. tccli/services/controlcenter/v20230110/api.json +7 -5
  18. tccli/services/csip/v20221121/api.json +66 -6
  19. tccli/services/cvm/v20170312/api.json +282 -267
  20. tccli/services/cvm/v20170312/examples.json +2 -2
  21. tccli/services/dbbrain/v20191016/api.json +12 -8
  22. tccli/services/dbbrain/v20210527/api.json +20 -20
  23. tccli/services/dlc/v20210125/api.json +19 -0
  24. tccli/services/dlc/v20210125/examples.json +1 -1
  25. tccli/services/emr/v20190103/api.json +11 -0
  26. tccli/services/es/v20180416/api.json +13 -0
  27. tccli/services/ess/v20201111/api.json +2 -2
  28. tccli/services/essbasic/v20210526/api.json +2 -2
  29. tccli/services/goosefs/v20220519/api.json +16 -15
  30. tccli/services/goosefs/v20220519/examples.json +2 -2
  31. tccli/services/gwlb/v20240906/api.json +22 -3
  32. tccli/services/gwlb/v20240906/examples.json +1 -1
  33. tccli/services/iotcloud/v20210408/api.json +243 -245
  34. tccli/services/iotcloud/v20210408/examples.json +64 -64
  35. tccli/services/keewidb/v20220308/api.json +92 -92
  36. tccli/services/live/v20180801/api.json +287 -274
  37. tccli/services/lke/lke_client.py +114 -8
  38. tccli/services/lke/v20231130/api.json +220 -0
  39. tccli/services/lke/v20231130/examples.json +16 -0
  40. tccli/services/mongodb/v20190725/api.json +4 -3
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/v20190612/api.json +20 -9
  44. tccli/services/mqtt/mqtt_client.py +57 -4
  45. tccli/services/mqtt/v20240516/api.json +88 -0
  46. tccli/services/mqtt/v20240516/examples.json +8 -0
  47. tccli/services/ocr/v20181119/api.json +4 -4
  48. tccli/services/pts/v20210728/api.json +44 -6
  49. tccli/services/redis/v20180412/api.json +66 -66
  50. tccli/services/rum/v20210622/api.json +90 -0
  51. tccli/services/tag/v20180813/api.json +3 -3
  52. tccli/services/tag/v20180813/examples.json +1 -1
  53. tccli/services/tdmq/tdmq_client.py +53 -0
  54. tccli/services/tdmq/v20200217/api.json +93 -0
  55. tccli/services/tdmq/v20200217/examples.json +8 -0
  56. tccli/services/teo/v20220901/api.json +1 -1
  57. tccli/services/tke/v20180525/api.json +20 -20
  58. tccli/services/tms/v20201229/api.json +9 -0
  59. tccli/services/trp/v20210515/api.json +8 -8
  60. tccli/services/trp/v20210515/examples.json +1 -1
  61. tccli/services/tsf/v20180326/api.json +884 -884
  62. tccli/services/vod/v20180717/api.json +11 -11
  63. tccli/services/waf/v20180125/api.json +7 -7
  64. tccli/services/waf/v20180125/examples.json +1 -1
  65. tccli/services/wedata/v20210820/api.json +107 -0
  66. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
@@ -44,7 +44,7 @@
44
44
  {
45
45
  "document": "针对实例 ins-6pb6lrmy 执行操作系统转换",
46
46
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConvertOperatingSystem\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"ins-6pb6lrmy\"\n ]\n}",
47
- "output": "{\n \"Response\": {\n \"SupportTargetOSList\": [\n {\n \"TargetOSType\": \"TencentOS\",\n \"TargetOSVersion\": \"2.4\"\n }\n ],\n \"TaskId\": \"12345678\",\n \"RequestId\": \"abc\"\n }\n}",
47
+ "output": "{\n \"Response\": {\n \"SupportTargetOSList\": [\n {\n \"TargetOSType\": \"TencentOS\",\n \"TargetOSVersion\": \"2.4\"\n }\n ],\n \"TaskId\": \"12345678\",\n \"RequestId\": \"120e85ba-f656-48a7-bdeb-dc17c4fa2xxx\"\n }\n}",
48
48
  "title": "执行操作系统转换"
49
49
  }
50
50
  ],
@@ -186,7 +186,7 @@
186
186
  {
187
187
  "document": "查询用户置放群组配额",
188
188
  "input": "https://cvm.tencentcloudapi.com/?Action=DescribeDisasterRecoverGroupQuota\n&<公共请求参数>",
189
- "output": "{\n \"Response\": {\n \"GroupQuota\": 10,\n \"CvmInHostGroupQuota\": 50,\n \"CvmInSwGroupQuota\": 20,\n \"CvmInRackGroupQuota\": 30,\n \"CurrentNum\": 25,\n \"RequestId\": \"a13da94a-1cbc-42ca-ac6c-e14ef0c76a7c\"\n }\n}",
189
+ "output": "{\n \"Response\": {\n \"GroupQuota\": 10,\n \"CvmInHostGroupQuota\": 50,\n \"CvmInSwitchGroupQuota\": 20,\n \"CvmInRackGroupQuota\": 30,\n \"CurrentNum\": 25,\n \"RequestId\": \"a13da94a-1cbc-42ca-ac6c-e14ef0c76a7c\"\n }\n}",
190
190
  "title": "查询用户置放群组配额"
191
191
  }
192
192
  ],
@@ -726,17 +726,19 @@
726
726
  "example": "1",
727
727
  "member": "int64",
728
728
  "name": "TotalCount",
729
+ "output_required": true,
729
730
  "type": "int",
730
731
  "value_allowed_null": false
731
732
  },
732
733
  {
733
734
  "disabled": false,
734
- "document": "联系人的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
735
- "example": "-",
735
+ "document": "联系人的信息。",
736
+ "example": "",
736
737
  "member": "ContactItem",
737
738
  "name": "Contacts",
739
+ "output_required": true,
738
740
  "type": "list",
739
- "value_allowed_null": true
741
+ "value_allowed_null": false
740
742
  },
741
743
  {
742
744
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -780,17 +782,19 @@
780
782
  "example": "1",
781
783
  "member": "int64",
782
784
  "name": "TotalCount",
785
+ "output_required": true,
783
786
  "type": "int",
784
787
  "value_allowed_null": false
785
788
  },
786
789
  {
787
790
  "disabled": false,
788
- "document": "组信息。\n注意:此字段可能返回 null,表示取不到有效值。",
789
- "example": "-",
791
+ "document": "组信息。",
792
+ "example": "",
790
793
  "member": "GroupItem",
791
794
  "name": "Groups",
795
+ "output_required": true,
792
796
  "type": "list",
793
- "value_allowed_null": true
797
+ "value_allowed_null": false
794
798
  },
795
799
  {
796
800
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -929,13 +933,13 @@
929
933
  },
930
934
  {
931
935
  "disabled": false,
932
- "document": "保留字段。\n注意:此字段可能返回 null,表示取不到有效值。",
936
+ "document": "保留字段。",
933
937
  "example": "innodb_rows_read_per_qps",
934
938
  "member": "string",
935
939
  "name": "Metric",
936
940
  "output_required": true,
937
941
  "type": "string",
938
- "value_allowed_null": true
942
+ "value_allowed_null": false
939
943
  },
940
944
  {
941
945
  "disabled": false,
@@ -2415,19 +2415,19 @@
2415
2415
  "example": "1",
2416
2416
  "member": "int64",
2417
2417
  "name": "TotalCount",
2418
- "required": true,
2418
+ "output_required": true,
2419
2419
  "type": "int",
2420
2420
  "value_allowed_null": false
2421
2421
  },
2422
2422
  {
2423
2423
  "disabled": false,
2424
- "document": "联系人的信息。\n注意:此字段可能返回 null,表示取不到有效值。",
2425
- "example": "-",
2424
+ "document": "联系人的信息。",
2425
+ "example": "",
2426
2426
  "member": "ContactItem",
2427
2427
  "name": "Contacts",
2428
- "required": true,
2428
+ "output_required": true,
2429
2429
  "type": "list",
2430
- "value_allowed_null": true
2430
+ "value_allowed_null": false
2431
2431
  },
2432
2432
  {
2433
2433
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2471,19 +2471,19 @@
2471
2471
  "example": "1",
2472
2472
  "member": "int64",
2473
2473
  "name": "TotalCount",
2474
- "required": true,
2474
+ "output_required": true,
2475
2475
  "type": "int",
2476
2476
  "value_allowed_null": false
2477
2477
  },
2478
2478
  {
2479
2479
  "disabled": false,
2480
- "document": "组信息。\n注意:此字段可能返回 null,表示取不到有效值。",
2481
- "example": "-",
2480
+ "document": "组信息。",
2481
+ "example": "",
2482
2482
  "member": "GroupItem",
2483
2483
  "name": "Groups",
2484
- "required": true,
2484
+ "output_required": true,
2485
2485
  "type": "list",
2486
- "value_allowed_null": true
2486
+ "value_allowed_null": false
2487
2487
  },
2488
2488
  {
2489
2489
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -2797,13 +2797,13 @@
2797
2797
  },
2798
2798
  {
2799
2799
  "disabled": false,
2800
- "document": "保留字段。\n注意:此字段可能返回 null,表示取不到有效值。",
2800
+ "document": "保留字段。",
2801
2801
  "example": "innodb_rows_read_per_qps",
2802
2802
  "member": "string",
2803
2803
  "name": "Metric",
2804
2804
  "output_required": true,
2805
2805
  "type": "string",
2806
- "value_allowed_null": true
2806
+ "value_allowed_null": false
2807
2807
  },
2808
2808
  {
2809
2809
  "disabled": false,
@@ -3406,13 +3406,13 @@
3406
3406
  "members": [
3407
3407
  {
3408
3408
  "disabled": false,
3409
- "document": "查询实例慢查询聚合结果。\n注意:此字段可能返回 null,表示取不到有效值。",
3410
- "example": "{\"AvgExecTime\":179,\"AvgDocsExamined\":68818,\"SlowLogCount\":259,\"SlowLogs\":[\"Mon Dec 23 18:43:37.203 I COMMAND [conn49740688] command demo_db.demo_collection command: find { find: \\\"demo_collection\\\", filter: { userId: \\\"65001072666xxxx\\\", img.url: \\\"https://zh.demo.com/m-1/atom-render/render/generate-from-demo/65001072666xxxx/demo/d2a640196ffed78xxx.png\\\", action: \\\"API-smart\\\" }, limit: 1, batchSize: 1, shardVersion: [ Timestamp(0, 0), ObjectId('000000000000000000000000') ], lsid: { id: UUID(\\\"994478dc-813f-42c0-8328-1107bxxxx\\\"), uid: BinData(0, F1B0A328B38C64201EE9214999B268A480B7F225C476879D9B842498000) }, $clusterTime: { clusterTime: Timestamp(1734950616, 2), signature: { hash: BinData(0, 76AD2803276E9B2E223ABACCA4830998000), keyId: 7429087055960000 } }, $client: { driver: { name: \\\"nodejs|Mongoose\\\", version: \\\"4.17.2|6.13.5\\\" }, platform: \\\"Node.js v18.9.0, LE\\\", os: { name: \\\"linux\\\", architecture: \\\"x64\\\", version: \\\"5.4.119-1-tlinux4-0010.2\\\", type: \\\"Linux\\\" }, mongos: { host: \\\"TENCENT64.site:6016\\\", client: \\\"10.10.10.10:50168\\\", version: \\\"3.6.3-cmongo-\\\" } }, $configServerState: { opTime: { ts: Timestamp(1734950616, 2), t: 1 } }, $db: \\\"demo_db\\\" } planSummary: IXSCAN { userId: 1, from: 1, action: 1, createdAt: -1 } keysExamined:72992 docsExamined:72990 cursorExhausted:1 numYields:570 nreturned:0 reslen:363 locks:{ Global: { acquireCount: { r: 1142 } }, Database: { acquireCount: { r: 571 } }, Collection: { acquireCount: { r: 571 } } } protocol:op_msg 171ms\"],\"SortCount\":0}",
3409
+ "document": "查询实例慢查询聚合结果。",
3410
+ "example": "",
3411
3411
  "member": "Aggregation",
3412
3412
  "name": "Aggregation",
3413
3413
  "output_required": true,
3414
3414
  "type": "object",
3415
- "value_allowed_null": true
3415
+ "value_allowed_null": false
3416
3416
  },
3417
3417
  {
3418
3418
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -3731,13 +3731,13 @@
3731
3731
  },
3732
3732
  {
3733
3733
  "disabled": false,
3734
- "document": "sql会话统计信息。\n注意:此字段可能返回 null,表示取不到有效值。",
3734
+ "document": "sql会话统计信息。",
3735
3735
  "example": "无",
3736
3736
  "member": "StatisticInfo",
3737
3737
  "name": "Statistics",
3738
3738
  "output_required": false,
3739
3739
  "type": "list",
3740
- "value_allowed_null": true
3740
+ "value_allowed_null": false
3741
3741
  },
3742
3742
  {
3743
3743
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -6824,13 +6824,13 @@
6824
6824
  },
6825
6825
  {
6826
6826
  "disabled": false,
6827
- "document": "执行ID, Prepare阶段的任务输出,用于Commit阶段中指定执行kill操作的会话ID。\n注意:此字段可能返回 null,表示取不到有效值。",
6828
- "example": "\"AEnnKexGijsX\"",
6827
+ "document": "执行ID, Prepare阶段的任务输出,用于Commit阶段中指定执行kill操作的会话ID",
6828
+ "example": "AEnnKexGijsX",
6829
6829
  "member": "string",
6830
6830
  "name": "SqlExecId",
6831
6831
  "output_required": true,
6832
6832
  "type": "string",
6833
- "value_allowed_null": true
6833
+ "value_allowed_null": false
6834
6834
  },
6835
6835
  {
6836
6836
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -9622,6 +9622,15 @@
9622
9622
  "name": "NextToken",
9623
9623
  "required": false,
9624
9624
  "type": "string"
9625
+ },
9626
+ {
9627
+ "disabled": false,
9628
+ "document": "批次Id",
9629
+ "example": "82544cc2-116f-4f4e-93e3-d23e7f2437f2",
9630
+ "member": "string",
9631
+ "name": "BatchId",
9632
+ "required": false,
9633
+ "type": "string"
9625
9634
  }
9626
9635
  ],
9627
9636
  "type": "object"
@@ -9709,6 +9718,16 @@
9709
9718
  "type": "int",
9710
9719
  "value_allowed_null": true
9711
9720
  },
9721
+ {
9722
+ "disabled": false,
9723
+ "document": "spark ui地址\n注意:此字段可能返回 null,表示取不到有效值。",
9724
+ "example": "https://dlc-spark-ui.chongqing.cloud.tencent.com/history/spark-9bc03e7ad3b74bf989a5007df156c66e/none/none/jobs/",
9725
+ "member": "string",
9726
+ "name": "UiUrl",
9727
+ "output_required": false,
9728
+ "type": "string",
9729
+ "value_allowed_null": true
9730
+ },
9712
9731
  {
9713
9732
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9714
9733
  "member": "string",
@@ -594,7 +594,7 @@
594
594
  {
595
595
  "document": "本接口用于获取statement运行结果。",
596
596
  "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNotebookSessionStatementSqlResult\n<公共请求参数>\n\n{\n \"TaskId\": \"20210521195919442157\",\n \"MaxResults\": 100,\n \"NextToken\": \"objectListMarker={marker}&lastReadFile={filename}&lastReadOffset\"\n}",
597
- "output": "{\n \"Response\": {\n \"TaskId\": \"abc\",\n \"ResultSet\": \"abc\",\n \"ResultSchema\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Comment\": \"abc\",\n \"Precision\": 0,\n \"Scale\": 0,\n \"Nullable\": \"abc\",\n \"Position\": 0,\n \"CreateTime\": \"abc\",\n \"ModifiedTime\": \"abc\",\n \"IsPartition\": true\n }\n ],\n \"NextToken\": \"abc\",\n \"OutputPath\": \"abc\",\n \"RequestId\": \"abc\",\n \"UseTime\": 10,\n \"AffectRows\": 10\n }\n}",
597
+ "output": "{\n \"Response\": {\n \"TaskId\": \"0be002bf-4233-430c-abed-f99b6e375513\",\n \"ResultSet\": \"SqlResult\",\n \"ResultSchema\": [\n {\n \"Name\": \"title\",\n \"Type\": \"string\",\n \"Comment\": \"sql test\",\n \"Precision\": 0,\n \"Scale\": 0,\n \"Nullable\": \"NULLABLE\",\n \"Position\": 0,\n \"CreateTime\": \"\",\n \"ModifiedTime\": \"\",\n \"IsPartition\": true\n }\n ],\n \"NextToken\": \"nexttokenxxx\",\n \"OutputPath\": \"lakefs://*/*/.system/result/20250109/*/\",\n \"RequestId\": \"dd329ee3-ec32-4249-a7aa-596f3d47d703\",\n \"UseTime\": 10,\n \"AffectRows\": 10\n }\n}",
598
598
  "title": "获取statement运行结果"
599
599
  }
600
600
  ],
@@ -10150,6 +10150,17 @@
10150
10150
  "required": false,
10151
10151
  "type": "string",
10152
10152
  "value_allowed_null": false
10153
+ },
10154
+ {
10155
+ "disabled": false,
10156
+ "document": "洞察结构化信息\n注意:此字段可能返回 null,表示取不到有效值。",
10157
+ "example": "{\"allocatedMemMBSeconds\":118066,\"confMemSizeMB\":4096,\"minimumWastePercent\":48,\"suggestMemSizeMB\":3072,\"totalWastePercent\":48}\"",
10158
+ "member": "string",
10159
+ "name": "Context",
10160
+ "output_required": false,
10161
+ "required": false,
10162
+ "type": "string",
10163
+ "value_allowed_null": true
10153
10164
  }
10154
10165
  ],
10155
10166
  "usage": "both"
@@ -9451,6 +9451,7 @@
9451
9451
  "example": "5",
9452
9452
  "member": "string",
9453
9453
  "name": "NumberOfShards",
9454
+ "output_required": true,
9454
9455
  "required": false,
9455
9456
  "type": "string",
9456
9457
  "value_allowed_null": true
@@ -9461,9 +9462,21 @@
9461
9462
  "example": "20s",
9462
9463
  "member": "string",
9463
9464
  "name": "RefreshInterval",
9465
+ "output_required": true,
9464
9466
  "required": false,
9465
9467
  "type": "string",
9466
9468
  "value_allowed_null": true
9469
+ },
9470
+ {
9471
+ "disabled": false,
9472
+ "document": "自定义参数",
9473
+ "example": "5",
9474
+ "member": "string",
9475
+ "name": "CustomSetting",
9476
+ "output_required": false,
9477
+ "required": false,
9478
+ "type": "string",
9479
+ "value_allowed_null": false
9467
9480
  }
9468
9481
  ],
9469
9482
  "usage": "both"
@@ -4156,7 +4156,7 @@
4156
4156
  {
4157
4157
  "disabled": false,
4158
4158
  "document": "合同对应参与方需要修改的目标经办人。其UserId可在企业控制台中组织管理里面找到。或者使用获取员工信息接口得到。\n\n注意:`需要保证目标经办人已经加入企业且已实名`",
4159
- "example": "",
4159
+ "example": "yDwfGUieurag8Uy0AthwPa6bOntYp6x0",
4160
4160
  "member": "string",
4161
4161
  "name": "TargetUserId",
4162
4162
  "required": true,
@@ -4199,7 +4199,7 @@
4199
4199
  {
4200
4200
  "disabled": false,
4201
4201
  "document": "成功的合同id",
4202
- "example": "",
4202
+ "example": "[\"yDtCvUUlal1z9fUEyCjfI8TAPPwBtFzu\"]",
4203
4203
  "member": "string",
4204
4204
  "name": "SuccessFlows",
4205
4205
  "output_required": false,
@@ -463,7 +463,7 @@
463
463
  "status": "online"
464
464
  },
465
465
  "CreateSealByImage": {
466
- "document": "1. 可以**通过图片**为子客企业代创建印章,图片最大5MB\n\n2. 可以**系统创建**子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)\n\n![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage.png)",
466
+ "document": "1. 可以**通过图片**为子客企业代创建印章,图片最大5MB\n\n2. 可以使用**系统生成印章**为子客企业代创建印章, 系统创建的印章样子下图(样式可以调整)\n\n![image](https://dyn.ess.tencent.cn/guide/capi/CreateSealByImage.png)",
467
467
  "input": "CreateSealByImageRequest",
468
468
  "name": "创建企业电子印章",
469
469
  "output": "CreateSealByImageResponse",
@@ -7284,7 +7284,7 @@
7284
7284
  {
7285
7285
  "disabled": false,
7286
7286
  "document": "合同对应参与方需要修改的目标经办人对应的OpenId。\n\n注意:`需要保证目标经办人已经加入企业且已实名`",
7287
- "example": "",
7287
+ "example": "test_user_open_id",
7288
7288
  "member": "string",
7289
7289
  "name": "TargetOpenId",
7290
7290
  "required": true,
@@ -326,14 +326,14 @@
326
326
  },
327
327
  {
328
328
  "disabled": false,
329
- "document": "付费方式\n注意:此字段可能返回 null,表示取不到有效值。",
329
+ "document": "付费方式",
330
330
  "example": "prePay",
331
331
  "member": "string",
332
332
  "name": "PayMode",
333
- "output_required": false,
333
+ "output_required": true,
334
334
  "required": false,
335
335
  "type": "string",
336
- "value_allowed_null": true
336
+ "value_allowed_null": false
337
337
  },
338
338
  {
339
339
  "disabled": false,
@@ -1089,9 +1089,10 @@
1089
1089
  {
1090
1090
  "disabled": false,
1091
1091
  "document": "bucket列表",
1092
- "example": "",
1092
+ "example": "{\"BucketName\":\"bucket125\",\"FileSystemPath\":\"/goosefs,\"DataRepositoryTaskAutoStrategy\":[\"AutoImportData\",\"\"],\"RuleId\":\"x-rule-1\"}",
1093
1093
  "member": "MappedBucket",
1094
1094
  "name": "BucketList",
1095
+ "output_required": true,
1095
1096
  "type": "list",
1096
1097
  "value_allowed_null": false
1097
1098
  },
@@ -1276,13 +1277,13 @@
1276
1277
  },
1277
1278
  {
1278
1279
  "disabled": false,
1279
- "document": "GooseFSx文件系统属性\n注意:此字段可能返回 null,表示取不到有效值。",
1280
+ "document": "GooseFSx文件系统属性",
1280
1281
  "example": "无",
1281
1282
  "member": "GooseFSxAttribute",
1282
1283
  "name": "GooseFSxAttribute",
1283
1284
  "output_required": true,
1284
1285
  "type": "object",
1285
- "value_allowed_null": true
1286
+ "value_allowed_null": false
1286
1287
  },
1287
1288
  {
1288
1289
  "disabled": false,
@@ -1346,13 +1347,13 @@
1346
1347
  },
1347
1348
  {
1348
1349
  "disabled": false,
1349
- "document": "Tag数组\n注意:此字段可能返回 null,表示取不到有效值。",
1350
+ "document": "Tag数组",
1350
1351
  "example": "无",
1351
1352
  "member": "Tag",
1352
1353
  "name": "Tag",
1353
1354
  "output_required": true,
1354
1355
  "type": "list",
1355
- "value_allowed_null": true
1356
+ "value_allowed_null": false
1356
1357
  },
1357
1358
  {
1358
1359
  "disabled": false,
@@ -1366,13 +1367,13 @@
1366
1367
  },
1367
1368
  {
1368
1369
  "disabled": false,
1369
- "document": "文件系统付费信息\n注意:此字段可能返回 null,表示取不到有效值。",
1370
+ "document": "文件系统付费信息",
1370
1371
  "example": "无",
1371
1372
  "member": "ChargeAttribute",
1372
1373
  "name": "ChargeAttribute",
1373
- "output_required": false,
1374
+ "output_required": true,
1374
1375
  "type": "object",
1375
- "value_allowed_null": true
1376
+ "value_allowed_null": false
1376
1377
  }
1377
1378
  ],
1378
1379
  "usage": "out"
@@ -1524,7 +1525,7 @@
1524
1525
  {
1525
1526
  "disabled": false,
1526
1527
  "document": "映射到的文件系统路径, 默认为/",
1527
- "example": "/",
1528
+ "example": "/goosefs_data",
1528
1529
  "member": "string",
1529
1530
  "name": "FileSystemPath",
1530
1531
  "output_required": true,
@@ -1534,14 +1535,14 @@
1534
1535
  },
1535
1536
  {
1536
1537
  "disabled": false,
1537
- "document": "数据流动的自动策略, 包含加载与沉降。策略可以是多种的组合\n按需加载(OnDemandImport)\n自动加载元数据(AutoImportMeta)\n自动加载数据(AutoImportData)\n周期加载(PeriodImport)\n\n周期沉降(PeriodExport)\n立即沉降(ImmediateExport)\n注意:此字段可能返回 null,表示取不到有效值。",
1538
- "example": "",
1538
+ "document": "数据流动的自动策略, 包含加载与沉降。策略可以是多种的组合\n按需加载(OnDemandImport)\n自动加载元数据(AutoImportMeta)\n自动加载数据(AutoImportData)\n周期加载(PeriodImport)\n\n周期沉降(PeriodExport)\n立即沉降(ImmediateExport)",
1539
+ "example": "[\"AutoImportData\",\"AutoImportMeta\"]",
1539
1540
  "member": "string",
1540
1541
  "name": "DataRepositoryTaskAutoStrategy",
1541
1542
  "output_required": true,
1542
1543
  "required": false,
1543
1544
  "type": "list",
1544
- "value_allowed_null": true
1545
+ "value_allowed_null": false
1545
1546
  },
1546
1547
  {
1547
1548
  "disabled": false,
@@ -43,7 +43,7 @@
43
43
  "CreateFileSystem": [
44
44
  {
45
45
  "document": "创建文件系统",
46
- "input": "POST / HTTP/1.1\nHost: goosefs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileSystem\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-a1b2c3d4\",\n \"Name\": \"ai_test_fs\",\n \"Zone\": \"ap-guangzhou-3\",\n \"Tag\": [\n {\n \"Value\": \"ai_team\",\n \"Key\": \"owner_group\"\n },\n {\n \"Value\": \"test\",\n \"Key\": \"env\"\n }\n ],\n \"SubnetId\": \"subnet-m1n1g1h1\",\n \"Type\": \"goosefsx\",\n \"GooseFSxBuildElements\": {\n \"Model\": \"c60\",\n \"Capacity\": \"4608\",\n \"MappedBucketList\": [\n {\n \"BucketName\": \"mybucket2-12500000\",\n \"FileSystemPath\": \"/\"\n },\n {\n \"BucketName\": \"mybucket1-12500000\",\n \"FileSystemPath\": \"/\"\n },\n {\n \"BucketName\": \"mybucket3-12500000\",\n \"FileSystemPath\": \"/xxx\"\n }\n ]\n },\n \"Description\": \"ai team test only\"\n}",
46
+ "input": "POST / HTTP/1.1\nHost: goosefs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFileSystem\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-a1b2c3d4\",\n \"Name\": \"ai_test_fs\",\n \"Zone\": \"ap-guangzhou-3\",\n \"Tag\": [\n {\n \"Value\": \"ai_team\",\n \"Key\": \"owner_group\"\n },\n {\n \"Value\": \"environment\",\n \"Key\": \"env\"\n }\n ],\n \"SubnetId\": \"subnet-m1n1g1h1\",\n \"Type\": \"goosefsx\",\n \"GooseFSxBuildElements\": {\n \"Model\": \"c60\",\n \"Capacity\": \"4608\",\n \"MappedBucketList\": [\n {\n \"BucketName\": \"mybucket2-12500000\",\n \"FileSystemPath\": \"/goosefs_data/bucket2\"\n },\n {\n \"BucketName\": \"mybucket1-12500000\",\n \"FileSystemPath\": \"/goosefs_data/bucket1\"\n },\n {\n \"BucketName\": \"mybucket3-12500000\",\n \"FileSystemPath\": \"/goosefs_data/bucket3\"\n }\n ]\n },\n \"Description\": \"ai team test only\"\n}",
47
47
  "output": "{\n \"Response\": {\n \"RequestId\": \"b3caa32f-5e39-4360-91e4-5724369b78a6\"\n }\n}",
48
48
  "title": "创建文件系统"
49
49
  }
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "罗列文件系统关联的Bucket映射",
110
110
  "input": "https://goosefs.tencentcloudapi.com/?Action=DescribeFileSystemBuckets\n&FileSystemId=x_c60_r3c4fa1f\n&<公共请求参数>",
111
- "output": "{\n \"Response\": {\n \"BucketList\": [\n {\n \"BucketName\": \"mybucket-12500000\",\n \"FileSystemPath\": \"/\",\n \"DataRepositoryTaskAutoStrategy\": [\n \"AutoImportData\",\n \"AutoImportMeta\"\n ],\n \"RuleId\": \"x-rule-1\"\n },\n {\n \"BucketName\": \"mytest-12500000\",\n \"FileSystemPath\": \"/aaa\",\n \"DataRepositoryTaskAutoStrategy\": [\n \"OndemandImport\",\n \"AutoImportMeta\",\n \"PeriodExport\"\n ],\n \"RuleId\": \"x-rule-2\"\n }\n ],\n \"RequestId\": \"b3caa32f-5e39-4360-91e4-5724369b78a6\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"BucketList\": [\n {\n \"BucketName\": \"mybucket-12500000\",\n \"FileSystemPath\": \"/goosefs_data\",\n \"DataRepositoryTaskAutoStrategy\": [\n \"AutoImportData\",\n \"AutoImportMeta\"\n ],\n \"RuleId\": \"x-rule-1\",\n \"RuleDescription\": \"Bucket与goosefs的文件映射\"\n },\n {\n \"BucketName\": \"mytest-12500000\",\n \"FileSystemPath\": \"/goosefs_data1\",\n \"DataRepositoryTaskAutoStrategy\": [\n \"OndemandImport\",\n \"AutoImportMeta\",\n \"PeriodExport\"\n ],\n \"RuleId\": \"x-rule-2\",\n \"RuleDescription\": \"Bucket与goosefs的文件映射\"\n }\n ],\n \"RequestId\": \"b3caa32f-5e39-4360-91e4-5724369b78a6\"\n }\n}",
112
112
  "title": "罗列文件系统关联的Bucket映射"
113
113
  }
114
114
  ],
@@ -501,7 +501,7 @@
501
501
  },
502
502
  {
503
503
  "disabled": false,
504
- "document": "查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。\nFilter.Name和Filter.Values皆为必填项。详细的过滤条件如下:\n- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。\n- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”\n",
504
+ "document": "查询负载均衡详细信息列表的过滤条件,每次请求的Filters的上限为10,Filter.Values的上限为100。\nFilter.Name和Filter.Values皆为必填项。详细的过滤条件如下:\n- VpcId - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“vpc-bhqk****”。\n- Vips - String - 是否必填:否 - (过滤条件)按照网关负载均衡实例所属的私有网络过滤,如“10.1.1.1”\n- tag:tag-key - String - 是否必填:否 - (过滤条件)按照GWLB标签键值对进行过滤,tag-key使用具体的标签键进行替换。\n",
505
505
  "example": "无",
506
506
  "member": "Filter",
507
507
  "name": "Filters",
@@ -1054,13 +1054,23 @@
1054
1054
  },
1055
1055
  {
1056
1056
  "disabled": false,
1057
- "document": "负载均衡实例被隔离的时间",
1058
- "example": "2022-02-12 12:15:08",
1057
+ "document": "网关负载均衡实例被隔离的时间",
1058
+ "example": "2025-02-12 12:15:08",
1059
1059
  "member": "string",
1060
1060
  "name": "IsolatedTime",
1061
1061
  "output_required": false,
1062
1062
  "type": "string",
1063
1063
  "value_allowed_null": false
1064
+ },
1065
+ {
1066
+ "disabled": false,
1067
+ "document": "是否开启配置修改保护功能。",
1068
+ "example": "False",
1069
+ "member": "bool",
1070
+ "name": "OperateProtect",
1071
+ "output_required": false,
1072
+ "type": "bool",
1073
+ "value_allowed_null": false
1064
1074
  }
1065
1075
  ],
1066
1076
  "usage": "out"
@@ -1188,6 +1198,15 @@
1188
1198
  "name": "LoadBalancerName",
1189
1199
  "required": false,
1190
1200
  "type": "string"
1201
+ },
1202
+ {
1203
+ "disabled": false,
1204
+ "document": "是否开启删除保护。",
1205
+ "example": "true",
1206
+ "member": "bool",
1207
+ "name": "DeleteProtect",
1208
+ "required": false,
1209
+ "type": "bool"
1191
1210
  }
1192
1211
  ],
1193
1212
  "type": "object"
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "document": "指定实例ID查询网关负载均衡",
54
54
  "input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancers\n<公共请求参数>\n\n{\n \"LoadBalancerIds\": [\n \"gwlb-9cpkxxxx\"\n ]\n}",
55
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"gwlb-9cpkxxxx\",\n \"LoadBalancerName\": \"the_name_of_gwlb\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gbi70xxx\",\n \"TargetGroupId\": null,\n \"VpcId\": \"vpc-rdiw0xxx\",\n \"Vips\": [\n \"10.0.0.1\"\n ],\n \"CreateTime\": \"2024-11-26 16:40:42\",\n \"Tags\": null,\n \"DeleteProtect\": false,\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"Isolation\": 0,\n \"IsolatedTime\": null\n }\n ],\n \"RequestId\": \"7c28eba2-f0d0-427e-9bc2-f44c035825b5\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"gwlb-9cpkxxxx\",\n \"LoadBalancerName\": \"the_name_of_gwlb\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gbi70xxx\",\n \"TargetGroupId\": \"\",\n \"VpcId\": \"vpc-rdiw0xxx\",\n \"Vips\": [\n \"10.0.0.1\"\n ],\n \"CreateTime\": \"2024-11-26 16:40:42\",\n \"Tags\": [],\n \"DeleteProtect\": false,\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"Isolation\": 0,\n \"IsolatedTime\": \"\"\n }\n ],\n \"RequestId\": \"7c28eba2-f0d0-427e-9bc2-f44c035825b5\"\n }\n}",
56
56
  "title": "指定实例ID查询网关负载均衡"
57
57
  }
58
58
  ],