tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,14 @@
56
56
  "title": "新建QA分类"
57
57
  }
58
58
  ],
59
+ "CreateReconstructDocumentFlow": [
60
+ {
61
+ "document": "",
62
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReconstructDocumentFlow\n<公共请求参数>\n\n{\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 1,\n \"Config\": {\n \"TableResultType\": \"1\"\n },\n \"FileBase64\": \"data:application/pdf;base64,JVBERi0xLjcKXXX...\"\n}",
63
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1d569fb4-4c9d-4141-bbd7-e1d8735bd1a9\",\n \"TaskId\": \"63d30100c7534a82a7eaea10d2ae48a2\"\n }\n}",
64
+ "title": "接口请求成功示例"
65
+ }
66
+ ],
59
67
  "CreateRejectedQuestion": [
60
68
  {
61
69
  "document": "创建新的拒答问题",
@@ -280,6 +288,14 @@
280
288
  "title": "会话记录"
281
289
  }
282
290
  ],
291
+ "GetReconstructDocumentResult": [
292
+ {
293
+ "document": "",
294
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetReconstructDocumentResult\n<公共请求参数>\n\n{\n \"TaskId\": \"a9c6a9482c72412fa84445af84125531\"\n}",
295
+ "output": "{\n \"Response\": {\n \"DocumentRecognizeResultUrl\": \"https://document-restruction-1258344699.cos.ap-guangzhou.myqcloud.com/doc_parse/output_files/a9c6a9482c72412fa84445a44ss125531.zip?q-sign-algorithm=sha1&q-ak=AKIDlWFaadfHLNbidLwPqOrAKGzXrx40scL7l&q-sign-time=1715503711%3B1718804311&q-key-time=1718855711%3B1718804311&q-header-list=host&q-url-param-list=&q-signature=71b568b8632d7e45gertdc3d235ef68d41fdfe7f8\",\n \"FailedPages\": [],\n \"RequestId\": \"a37b0d0b-c3af-44bd-iuiu-632442644a80\",\n \"Status\": \"Success\"\n }\n}",
296
+ "title": "接口调用成功示例"
297
+ }
298
+ ],
283
299
  "GetTaskStatus": [
284
300
  {
285
301
  "document": "获取任务状态",
@@ -548,6 +564,14 @@
548
564
  "title": "点赞点踩消息"
549
565
  }
550
566
  ],
567
+ "ReconstructDocument": [
568
+ {
569
+ "document": "",
570
+ "input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReconstructDocument\n<公共请求参数>\n\n{\n \"FileBase64\": \"data:application/pdf;base64,JVBERi0xLjMKJeLjz9M...\",\n \"FileStartPageNumber\": 1,\n \"FileEndPageNumber\": 10,\n \"Config\": {\n \"EnableInsetImage\": true\n }\n}",
571
+ "output": "{\n \"Response\": {\n \"DocumentRecognizeInfo\": [\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 343,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 343,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 265,\n \"Y\": 393\n },\n \"LeftTop\": {\n \"X\": 265,\n \"Y\": 271\n },\n \"RightBottom\": {\n \"X\": 715,\n \"Y\": 393\n },\n \"RightTop\": {\n \"X\": 715,\n \"Y\": 271\n }\n },\n \"Text\": \"CONSULTANCY AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 144,\n \"Y\": 558\n },\n \"LeftTop\": {\n \"X\": 144,\n \"Y\": 536\n },\n \"RightBottom\": {\n \"X\": 262,\n \"Y\": 558\n },\n \"RightTop\": {\n \"X\": 262,\n \"Y\": 536\n }\n },\n \"Text\": \"BETWEEN\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 145,\n \"Y\": 644\n },\n \"LeftTop\": {\n \"X\": 145,\n \"Y\": 623\n },\n \"RightBottom\": {\n \"X\": 249,\n \"Y\": 644\n },\n \"RightTop\": {\n \"X\": 249,\n \"Y\": 623\n }\n },\n \"Text\": \" PARTY A\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 142,\n \"Y\": 733\n },\n \"LeftTop\": {\n \"X\": 142,\n \"Y\": 710\n },\n \"RightBottom\": {\n \"X\": 203,\n \"Y\": 733\n },\n \"RightTop\": {\n \"X\": 203,\n \"Y\": 710\n }\n },\n \"Text\": \" AND\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 144,\n \"Y\": 819\n },\n \"LeftTop\": {\n \"X\": 144,\n \"Y\": 796\n },\n \"RightBottom\": {\n \"X\": 249,\n \"Y\": 819\n },\n \"RightTop\": {\n \"X\": 249,\n \"Y\": 796\n }\n },\n \"Text\": \" PARTY B\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 457,\n \"Y\": 1188\n },\n \"LeftTop\": {\n \"X\": 457,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 464,\n \"Y\": 1188\n },\n \"RightTop\": {\n \"X\": 464,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 0,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 118,\n \"Y\": 149\n },\n \"LeftTop\": {\n \"X\": 118,\n \"Y\": 119\n },\n \"RightBottom\": {\n \"X\": 425,\n \"Y\": 149\n },\n \"RightTop\": {\n \"X\": 425,\n \"Y\": 119\n }\n },\n \"Text\": \"This agreement is made by and between:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 62,\n \"Y\": 243\n },\n \"LeftTop\": {\n \"X\": 62,\n \"Y\": 186\n },\n \"RightBottom\": {\n \"X\": 837,\n \"Y\": 243\n },\n \"RightTop\": {\n \"X\": 837,\n \"Y\": 186\n }\n },\n \"Text\": \"PARTYA, a company existing under thlaws ofPeople'sRepublicof China,havingits registeredofficein XXXXXXX\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 95,\n \"Y\": 282\n },\n \"LeftTop\": {\n \"X\": 95,\n \"Y\": 253\n },\n \"RightBottom\": {\n \"X\": 352,\n \"Y\": 282\n },\n \"RightTop\": {\n \"X\": 352,\n \"Y\": 253\n }\n },\n \"Text\": \"(Hereafter refened to as PARTYA\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 380\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 352\n },\n \"RightBottom\": {\n \"X\": 316,\n \"Y\": 380\n },\n \"RightTop\": {\n \"X\": 316,\n \"Y\": 352\n }\n },\n \"Text\": \"PARTY B, XXXXXXXXXX\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 96,\n \"Y\": 424\n },\n \"LeftTop\": {\n \"X\": 96,\n \"Y\": 398\n },\n \"RightBottom\": {\n \"X\": 352,\n \"Y\": 424\n },\n \"RightTop\": {\n \"X\": 352,\n \"Y\": 398\n }\n },\n \"Text\": \"(Hereafter referred to asPARTYB\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 447,\n \"Y\": 307\n },\n \"LeftTop\": {\n \"X\": 447,\n \"Y\": 294\n },\n \"RightBottom\": {\n \"X\": 488,\n \"Y\": 307\n },\n \"RightTop\": {\n \"X\": 488,\n \"Y\": 294\n }\n },\n \"Text\": \"AND\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 493\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 464\n },\n \"RightBottom\": {\n \"X\": 658,\n \"Y\": 493\n },\n \"RightTop\": {\n \"X\": 658,\n \"Y\": 464\n }\n },\n \"Text\": \"PROJECT: Projects signed with ********.(Hereinafiered to as \\\"the Project\\\")\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 553\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 531\n },\n \"RightBottom\": {\n \"X\": 174,\n \"Y\": 553\n },\n \"RightTop\": {\n \"X\": 174,\n \"Y\": 531\n }\n },\n \"Text\": \"Whereas:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 152,\n \"Y\": 591\n },\n \"LeftTop\": {\n \"X\": 152,\n \"Y\": 563\n },\n \"RightBottom\": {\n \"X\": 737,\n \"Y\": 591\n },\n \"RightTop\": {\n \"X\": 737,\n \"Y\": 563\n }\n },\n \"Text\": \"1.Party A is desirous of cooperating with Party B to carry out the said Project;\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 151,\n \"Y\": 625\n },\n \"LeftTop\": {\n \"X\": 151,\n \"Y\": 598\n },\n \"RightBottom\": {\n \"X\": 475,\n \"Y\": 625\n },\n \"RightTop\": {\n \"X\": 475,\n \"Y\": 598\n }\n },\n \"Text\": \"2.Party B is agreeable to such cooperation;\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 92,\n \"Y\": 690\n },\n \"LeftTop\": {\n \"X\": 92,\n \"Y\": 661\n },\n \"RightBottom\": {\n \"X\": 662,\n \"Y\": 690\n },\n \"RightTop\": {\n \"X\": 662,\n \"Y\": 661\n }\n },\n \"Text\": \"NOW THEREFORE THIS AGREEMENT WITNESSETH AS FOLLOWS:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 97,\n \"Y\": 748\n },\n \"LeftTop\": {\n \"X\": 97,\n \"Y\": 730\n },\n \"RightBottom\": {\n \"X\": 738,\n \"Y\": 748\n },\n \"RightTop\": {\n \"X\": 738,\n \"Y\": 730\n }\n },\n \"Text\": \"ARITCLE FAPPOINTMENT OF CONSULTANT AND SCOPE OF COOPERATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 13,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 112,\n \"Y\": 860\n },\n \"LeftTop\": {\n \"X\": 112,\n \"Y\": 763\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 860\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 763\n }\n },\n \"Text\": \"1.1 Party A hereby appoints Party B as its consultants for the Projects in XXXX (COUNTRY)CLIENT, subject to the terms and conditions of this Agreement. The consultants accept such appointme and agree to keep, observe and perform the terms and conditions of the Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 14,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 110,\n \"Y\": 928\n },\n \"LeftTop\": {\n \"X\": 110,\n \"Y\": 865\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 928\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 865\n }\n },\n \"Text\": \"1.2 Party B shall not provide third parties of a competitive nature the same service as provided to Party A, for the same project throughout the effective term of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 15,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 148,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 148,\n \"Y\": 933\n },\n \"RightBottom\": {\n \"X\": 889,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 889,\n \"Y\": 933\n }\n },\n \"Text\": \"1.3 The service contemplated under this Agreement shall be restricted in XXXX(COUNTRY).\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 16,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 97,\n \"Y\": 1021\n },\n \"LeftTop\": {\n \"X\": 97,\n \"Y\": 1003\n },\n \"RightBottom\": {\n \"X\": 534,\n \"Y\": 1021\n },\n \"RightTop\": {\n \"X\": 534,\n \"Y\": 1003\n }\n },\n \"Text\": \"ARTICLE 2-SUBJECT MATTER OF THE AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 17,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 1096\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 1036\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1096\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1036\n }\n },\n \"Text\": \"2.1 The parties shall cooperate with each other in accordance with obligations and conditions containe herein the Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 18,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 1156\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 1139\n },\n \"RightBottom\": {\n \"X\": 414,\n \"Y\": 1156\n },\n \"RightTop\": {\n \"X\": 414,\n \"Y\": 1139\n }\n },\n \"Text\": \"ARTICLE 3OBLIGATION OF PARTY B\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 19,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1175\n },\n \"RightBottom\": {\n \"X\": 467,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 467,\n \"Y\": 1175\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 1,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 240\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 111\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 240\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 111\n }\n },\n \"Text\": \"3.1 PARTYB is obligatedto show its capacity by providingall the essential informationadvice,consultation and other services requested by PARTY A, in view of obtaining the project contracts signed betwe PARTY A and the CLIENT and so as to secure the good execution of the contracts by coordination and solving problems occurred between PARTY A and the CLIENT.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 406\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 278\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 406\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 278\n }\n },\n \"Text\": \"PARTY B will act as a consultant of PARTY A in XXXX (COUNTRY) to promote PARTY A's participatio said Projects in XXXX(COUNTRY), along with XXXX (COUNTRY) authorities and private entities.That con service is not limited in scope but the parties will agree on a list of targets which will constitute the initial basi PARTY B work.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 93,\n \"Y\": 475\n },\n \"LeftTop\": {\n \"X\": 93,\n \"Y\": 445\n },\n \"RightBottom\": {\n \"X\": 727,\n \"Y\": 475\n },\n \"RightTop\": {\n \"X\": 727,\n \"Y\": 445\n }\n },\n \"Text\": \"3.2 Upon the request of PARTY A whenever necessary, PARTY B should also:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 110,\n \"Y\": 508\n },\n \"LeftTop\": {\n \"X\": 110,\n \"Y\": 480\n },\n \"RightBottom\": {\n \"X\": 524,\n \"Y\": 508\n },\n \"RightTop\": {\n \"X\": 524,\n \"Y\": 480\n }\n },\n \"Text\": \"Provide assistance to PartAs work inthe client's country.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 55,\n \"Y\": 578\n },\n \"LeftTop\": {\n \"X\": 55,\n \"Y\": 515\n },\n \"RightBottom\": {\n \"X\": 839,\n \"Y\": 578\n },\n \"RightTop\": {\n \"X\": 839,\n \"Y\": 515\n }\n },\n \"Text\": \"Supplyto Party A withdata concerningthe marketand other informatiorincludinginformatioron laws,payments, taxatioand other standards in force in the client's country which could be necessary.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 646\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 584\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 646\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 584\n }\n },\n \"Text\": \"Take part in the preparation and submission of any written document which must be presented to client i relation to the Project.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 109,\n \"Y\": 683\n },\n \"LeftTop\": {\n \"X\": 109,\n \"Y\": 650\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 683\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 650\n }\n },\n \"Text\": \"Assist Party A to fulfill contractual obligations during the course of implementation of the Project Contr\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 739\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 724\n },\n \"RightBottom\": {\n \"X\": 355,\n \"Y\": 739\n },\n \"RightTop\": {\n \"X\": 355,\n \"Y\": 724\n }\n },\n \"Text\": \"ARTICLE 4CONFIDENTIALITY\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 826\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 763\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 826\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 763\n }\n },\n \"Text\": \"4.1 The Parties shall keep all information obtained in relation to this Agreement confidential and sha not therefore divulge it to any third parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 93,\n \"Y\": 860\n },\n \"LeftTop\": {\n \"X\": 93,\n \"Y\": 833\n },\n \"RightBottom\": {\n \"X\": 707,\n \"Y\": 860\n },\n \"RightTop\": {\n \"X\": 707,\n \"Y\": 833\n }\n },\n \"Text\": \"4.2 Any exception to the above must be agreed to in writing by the Parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 918\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 901\n },\n \"RightBottom\": {\n \"X\": 340,\n \"Y\": 918\n },\n \"RightTop\": {\n \"X\": 340,\n \"Y\": 901\n }\n },\n \"Text\": \"ARTICLE 5REMUNERATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 1030\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 971\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1030\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 971\n }\n },\n \"Text\": \"5.1 Party A shall pay to Party B such remuneration as Party B shall be entitled to in accordance with the terms of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 13,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 1134\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 1071\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1134\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1071\n }\n },\n \"Text\": \"5.2 The Parties agree that remuneration shall be paid to PARTY Baccording to the percentage and the contract amount shown in the table below when the contract amount is equal to the bidding price:\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 14,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1175\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1175\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 2,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 567,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 567,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 140\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 140\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 82\n }\n },\n \"Text\": \"When the contract amount is lower than the bidding price, the percentage shown in the table above shall b reduced accordingly upon the Partfiendly discussion.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 239\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 178\n },\n \"RightBottom\": {\n \"X\": 855,\n \"Y\": 239\n },\n \"RightTop\": {\n \"X\": 855,\n \"Y\": 178\n }\n },\n \"Text\": \"5.3 Payments shall be madinto Party B's bank account specified by Party Briting, and shall be in the same currency (USD) as that of the Project contract.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 383\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 288\n },\n \"RightBottom\": {\n \"X\": 850,\n \"Y\": 383\n },\n \"RightTop\": {\n \"X\": 850,\n \"Y\": 288\n }\n },\n \"Text\": \"5.4 In consideration of the fact that Party A shall be paid in accordance wipthythent schedule of the Project contract, payments in favor of Party B shall be made correspondenetly, and shall beten Pdety A's effective receipt of each payment from the Client.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 421\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 404\n },\n \"RightBottom\": {\n \"X\": 379,\n \"Y\": 421\n },\n \"RightTop\": {\n \"X\": 379,\n \"Y\": 404\n }\n },\n \"Text\": \"ARTICLE 6-VALIDITY AND TERM\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 538\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 444\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 538\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 444\n }\n },\n \"Text\": \"6.1 This Agreement shall come into force on the date of signature and shall remain valid for 1 year. Th Agreement shall remain valid until the end of the Project if the Project is under implemention when this Agreen expires.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 686\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 556\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 686\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 556\n }\n },\n \"Text\": \"6.2 In the event that the Client unilateraly rescinds the Project contract for any reason before the expriatic of the Project, this agreement shall automatically become ineffectiveness. However, the consultants shall still ma necessary steps to assist PARTY A with the Client to confirm the validity of the part that has been performed a ensure in obtaining the payment equivalent to the value of the part that has been confirmed.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 63,\n \"Y\": 763\n },\n \"LeftTop\": {\n \"X\": 63,\n \"Y\": 746\n },\n \"RightBottom\": {\n \"X\": 295,\n \"Y\": 763\n },\n \"RightTop\": {\n \"X\": 295,\n \"Y\": 746\n }\n },\n \"Text\": \"ARTICLE FORCE MAJEURE\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 903\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 807\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 903\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 807\n }\n },\n \"Text\": \"7.1 If the Agreement is prevented from execution by force majeure, the prevented party shall promptl inform the other party of the event and the detailed information about the event and the certificate that proves hc the execution of the agreement has been influenced by the events.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 1108\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 938\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1108\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 938\n }\n },\n \"Text\": \"7.2 In this Clause,\\\"Force Majeure\\\" means an event cannot be forseen by the parties, beyond the cont t of the parties, which makes it impossible for a party to perform its obligation under the Contract, including but limited to: natural calamities; and/or, any change of foreign exchange control policy; and /or, any publication of laws or regulationsas wellas the introductiorof governmentalmeasures or the practicingof administrativacts which may be likely to affect the performance of this agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 3,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 344,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 344,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 567,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 567,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 140\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 140\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 82\n }\n },\n \"Text\": \"7.3 In case of the Force Majeure, the executing period of the Agreement shall be extended to a period equal to that of the accident.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 239\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 178\n },\n \"RightBottom\": {\n \"X\": 839,\n \"Y\": 239\n },\n \"RightTop\": {\n \"X\": 839,\n \"Y\": 178\n }\n },\n \"Text\": \"7.4 Bothparties shall not demand compensationof each other for losses caused by such a Force Majeure.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 318\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 301\n },\n \"RightBottom\": {\n \"X\": 294,\n \"Y\": 318\n },\n \"RightTop\": {\n \"X\": 294,\n \"Y\": 301\n }\n },\n \"Text\": \"ARTICLE 8-LANGUAGE\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 401\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 340\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 401\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 340\n }\n },\n \"Text\": \"8.1 All documents, communications or notifications referred to the present Agreement, or which may required under the terms of this Agreement, shall be in English\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 461\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 444\n },\n \"RightBottom\": {\n \"X\": 516,\n \"Y\": 461\n },\n \"RightTop\": {\n \"X\": 516,\n \"Y\": 444\n }\n },\n \"Text\": \"ARTICLE 9GOVERNING LAW AND ARBITRATION\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 581\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 483\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 581\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 483\n }\n },\n \"Text\": \"9.1 The agreement, includingvithoutlimitatiorits conclusion,validityconstructionperformanceand settlement of disputes, shall be governed by the laws of the People's Republic of China without giving effect to principles of conflict of law.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 785\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 585\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 785\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 585\n }\n },\n \"Text\": \"9.2 Any disputes arising from, or in connection with the Agreement shall be first settled through frien negotiation by both Parties. In case both Parties reach no settlement to disputes through amicable negotiation, th disputes shall then be submitted to China International Economic and Trade Arbitration Commission f(CIETAC)arbitration in accordance with its Arbitration Rules in force at the time of application for arbitration. The arbitr shall proceed irBEIJING. The arbitral award is final and binding upon both Parties. The arbitration fees shall b borne equally by both parties\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 855\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 794\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 855\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 794\n }\n },\n \"Text\": \"9.3 To the fullest extent permitted by the law, this arbitration proceeding and the arbitrator's award shall maintained in confidence by the parties so as to protect relevant valuable information or intellectual property righ h\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 923\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 862\n },\n \"RightBottom\": {\n \"X\": 841,\n \"Y\": 923\n },\n \"RightTop\": {\n \"X\": 841,\n \"Y\": 862\n }\n },\n \"Text\": \"9.4 Notwithstandingny referenceto arbitrationboth Parties shall continueto performtheirrespective obligations under the Agreement except for those matters under arbitration.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 63,\n \"Y\": 992\n },\n \"LeftTop\": {\n \"X\": 63,\n \"Y\": 974\n },\n \"RightBottom\": {\n \"X\": 346,\n \"Y\": 992\n },\n \"RightTop\": {\n \"X\": 346,\n \"Y\": 974\n }\n },\n \"Text\": \"ARTICLE 10ENTIRE AGREEMENT\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 11,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 56,\n \"Y\": 1111\n },\n \"LeftTop\": {\n \"X\": 56,\n \"Y\": 1015\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 1111\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 1015\n }\n },\n \"Text\": \"The Agreement and its Annexures constitute the entire Agreement and understanding between the parties wit respect to the subject matter hereof,and there are no additionalor other promises,representations,warranties,agreements, or understandings, whether written or oral, except those as contained herein.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 12,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1188\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 465,\n \"Y\": 1188\n },\n \"RightTop\": {\n \"X\": 465,\n \"Y\": 1174\n }\n },\n \"Text\": \"\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 4,\n \"Width\": 893\n },\n {\n \"Angle\": 0,\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 98,\n \"Y\": 97\n },\n \"LeftTop\": {\n \"X\": 98,\n \"Y\": 82\n },\n \"RightBottom\": {\n \"X\": 304,\n \"Y\": 97\n },\n \"RightTop\": {\n \"X\": 304,\n \"Y\": 82\n }\n },\n \"Text\": \"ARTICLE 1 FNO WAIVER\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 343,\n \"Y\": 71\n },\n \"LeftTop\": {\n \"X\": 343,\n \"Y\": 56\n },\n \"RightBottom\": {\n \"X\": 569,\n \"Y\": 71\n },\n \"RightTop\": {\n \"X\": 569,\n \"Y\": 56\n }\n },\n \"Text\": \"失败乃成功之母,黑暗之后就是光明!\",\n \"Type\": \"header\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 216\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 125\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 216\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 125\n }\n },\n \"Text\": \"The failure of either party to insist upon strict adherence to any term or condition of this Agreement on a occasion shall not be considered a waiver or any right to insist upon strict adherence to that term or condition or a other term or condition of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 286\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 271\n },\n \"RightBottom\": {\n \"X\": 373,\n \"Y\": 286\n },\n \"RightTop\": {\n \"X\": 373,\n \"Y\": 271\n }\n },\n \"Text\": \"ARTICLE 12-WRITTEN CHANGES\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 59,\n \"Y\": 371\n },\n \"LeftTop\": {\n \"X\": 59,\n \"Y\": 308\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 371\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 308\n }\n },\n \"Text\": \"This Agreement may not be altered, modified, amended, changed, rescinded or discharged in whole or in par except by a written Agreement executed by both parties.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 99,\n \"Y\": 428\n },\n \"LeftTop\": {\n \"X\": 99,\n \"Y\": 413\n },\n \"RightBottom\": {\n \"X\": 294,\n \"Y\": 428\n },\n \"RightTop\": {\n \"X\": 294,\n \"Y\": 413\n }\n },\n \"Text\": \"ARTICLE 13-HEADINGS\",\n \"Type\": \"title\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 57,\n \"Y\": 515\n },\n \"LeftTop\": {\n \"X\": 57,\n \"Y\": 451\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 515\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 451\n }\n },\n \"Text\": \"Headings used in this Agreement are for reference purposes only and shall not in any way affect the meanin or interpretation of this Agreement.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 58,\n \"Y\": 613\n },\n \"LeftTop\": {\n \"X\": 58,\n \"Y\": 551\n },\n \"RightBottom\": {\n \"X\": 893,\n \"Y\": 613\n },\n \"RightTop\": {\n \"X\": 893,\n \"Y\": 551\n }\n },\n \"Text\": \"In witness whereof, the Parties have duly signed the present Agreement in Beijing, RP China, by two origin in English with 7 pages each.\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": [\n {\n \"Elements\": null,\n \"Index\": 0,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 688\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 239,\n \"Y\": 688\n },\n \"RightTop\": {\n \"X\": 239,\n \"Y\": 663\n }\n },\n \"Text\": \"For and behalf of:\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 1,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 453,\n \"Y\": 688\n },\n \"LeftTop\": {\n \"X\": 453,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 597,\n \"Y\": 688\n },\n \"RightTop\": {\n \"X\": 597,\n \"Y\": 663\n }\n },\n \"Text\": \"For and behalf of:\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 2,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 462,\n \"Y\": 741\n },\n \"LeftTop\": {\n \"X\": 462,\n \"Y\": 717\n },\n \"RightBottom\": {\n \"X\": 568,\n \"Y\": 741\n },\n \"RightTop\": {\n \"X\": 568,\n \"Y\": 717\n }\n },\n \"Text\": \"PARTY B\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 3,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 742\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 719\n },\n \"RightBottom\": {\n \"X\": 181,\n \"Y\": 742\n },\n \"RightTop\": {\n \"X\": 181,\n \"Y\": 719\n }\n },\n \"Text\": \"PARTY A\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 4,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 90,\n \"Y\": 799\n },\n \"LeftTop\": {\n \"X\": 90,\n \"Y\": 772\n },\n \"RightBottom\": {\n \"X\": 130,\n \"Y\": 799\n },\n \"RightTop\": {\n \"X\": 130,\n \"Y\": 772\n }\n },\n \"Text\": \"By\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 5,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 452,\n \"Y\": 821\n },\n \"LeftTop\": {\n \"X\": 452,\n \"Y\": 798\n },\n \"RightBottom\": {\n \"X\": 488,\n \"Y\": 821\n },\n \"RightTop\": {\n \"X\": 488,\n \"Y\": 798\n }\n },\n \"Text\": \"By\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 6,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 94,\n \"Y\": 898\n },\n \"LeftTop\": {\n \"X\": 94,\n \"Y\": 879\n },\n \"RightBottom\": {\n \"X\": 149,\n \"Y\": 898\n },\n \"RightTop\": {\n \"X\": 149,\n \"Y\": 879\n }\n },\n \"Text\": \"Name\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 7,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 453,\n \"Y\": 908\n },\n \"LeftTop\": {\n \"X\": 453,\n \"Y\": 888\n },\n \"RightBottom\": {\n \"X\": 508,\n \"Y\": 908\n },\n \"RightTop\": {\n \"X\": 508,\n \"Y\": 888\n }\n },\n \"Text\": \"Name\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 8,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 96,\n \"Y\": 953\n },\n \"LeftTop\": {\n \"X\": 96,\n \"Y\": 934\n },\n \"RightBottom\": {\n \"X\": 140,\n \"Y\": 953\n },\n \"RightTop\": {\n \"X\": 140,\n \"Y\": 934\n }\n },\n \"Text\": \"Title\",\n \"Type\": \"figure_text\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 1,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 455,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 455,\n \"Y\": 943\n },\n \"RightBottom\": {\n \"X\": 499,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 499,\n \"Y\": 943\n }\n },\n \"Text\": \"Title\",\n \"Type\": \"figure_text\"\n }\n ],\n \"Index\": 8,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 61,\n \"Y\": 963\n },\n \"LeftTop\": {\n \"X\": 61,\n \"Y\": 663\n },\n \"RightBottom\": {\n \"X\": 725,\n \"Y\": 963\n },\n \"RightTop\": {\n \"X\": 725,\n \"Y\": 663\n }\n },\n \"Text\": \"![](61,663,725,963)\",\n \"Type\": \"figure\"\n },\n {\n \"Elements\": null,\n \"Index\": 9,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 60,\n \"Y\": 1129\n },\n \"LeftTop\": {\n \"X\": 60,\n \"Y\": 1107\n },\n \"RightBottom\": {\n \"X\": 491,\n \"Y\": 1129\n },\n \"RightTop\": {\n \"X\": 491,\n \"Y\": 1107\n }\n },\n \"Text\": \"信你自己罢!只有你自己是真实的,也只有你能够创造你自己\",\n \"Type\": \"paragraph\"\n },\n {\n \"Elements\": null,\n \"Index\": 10,\n \"Level\": 0,\n \"Polygon\": {\n \"LeftBottom\": {\n \"X\": 456,\n \"Y\": 1189\n },\n \"LeftTop\": {\n \"X\": 456,\n \"Y\": 1174\n },\n \"RightBottom\": {\n \"X\": 467,\n \"Y\": 1189\n },\n \"RightTop\": {\n \"X\": 467,\n \"Y\": 1174\n }\n },\n \"Text\": \"6\",\n \"Type\": \"footer\"\n }\n ],\n \"Height\": 1263,\n \"OriginHeight\": 1263,\n \"OriginWidth\": 893,\n \"PageNumber\": 5,\n \"Width\": 893\n }\n ],\n \"InsetImagePackage\": \"UEsDBBQACAAIAAAAAAAAAAAAAAAAAAAAAABNAAAAM2UxMjNjYjAtZTkzZ...\",\n \"RequestId\": \"3e123cb0-e93e-4ea1-jad4d-9b984b6878cd\"\n }\n}",
572
+ "title": "接口调用成功示例"
573
+ }
574
+ ],
551
575
  "ResetSession": [
552
576
  {
553
577
  "document": "",
@@ -851,6 +851,58 @@ def doDescribeBackupRules(args, parsed_globals):
851
851
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
852
852
 
853
853
 
854
+ def doRenameInstance(args, parsed_globals):
855
+ g_param = parse_global_arg(parsed_globals)
856
+
857
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
858
+ cred = credential.CVMRoleCredential()
859
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
860
+ cred = credential.STSAssumeRoleCredential(
861
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
862
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
863
+ )
864
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
865
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
866
+ else:
867
+ cred = credential.Credential(
868
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
869
+ )
870
+ http_profile = HttpProfile(
871
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
872
+ reqMethod="POST",
873
+ endpoint=g_param[OptionsDefine.Endpoint],
874
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
875
+ )
876
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
877
+ if g_param[OptionsDefine.Language]:
878
+ profile.language = g_param[OptionsDefine.Language]
879
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
880
+ client = mod.MongodbClient(cred, g_param[OptionsDefine.Region], profile)
881
+ client._sdkVersion += ("_CLI_" + __version__)
882
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
883
+ model = models.RenameInstanceRequest()
884
+ model.from_json_string(json.dumps(args))
885
+ start_time = time.time()
886
+ while True:
887
+ rsp = client.RenameInstance(model)
888
+ result = rsp.to_json_string()
889
+ try:
890
+ json_obj = json.loads(result)
891
+ except TypeError as e:
892
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
893
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
894
+ break
895
+ cur_time = time.time()
896
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
897
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
898
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
899
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
900
+ else:
901
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
902
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
903
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
904
+
905
+
854
906
  def doDescribeAsyncRequestInfo(args, parsed_globals):
855
907
  g_param = parse_global_arg(parsed_globals)
856
908
 
@@ -2099,7 +2151,7 @@ def doSetInstanceMaintenance(args, parsed_globals):
2099
2151
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2100
2152
 
2101
2153
 
2102
- def doRenameInstance(args, parsed_globals):
2154
+ def doModifyInstanceParams(args, parsed_globals):
2103
2155
  g_param = parse_global_arg(parsed_globals)
2104
2156
 
2105
2157
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2128,11 +2180,11 @@ def doRenameInstance(args, parsed_globals):
2128
2180
  client = mod.MongodbClient(cred, g_param[OptionsDefine.Region], profile)
2129
2181
  client._sdkVersion += ("_CLI_" + __version__)
2130
2182
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2131
- model = models.RenameInstanceRequest()
2183
+ model = models.ModifyInstanceParamsRequest()
2132
2184
  model.from_json_string(json.dumps(args))
2133
2185
  start_time = time.time()
2134
2186
  while True:
2135
- rsp = client.RenameInstance(model)
2187
+ rsp = client.ModifyInstanceParams(model)
2136
2188
  result = rsp.to_json_string()
2137
2189
  try:
2138
2190
  json_obj = json.loads(result)
@@ -2544,6 +2596,7 @@ ACTION_MAP = {
2544
2596
  "SetBackupRules": doSetBackupRules,
2545
2597
  "InquirePriceModifyDBInstanceSpec": doInquirePriceModifyDBInstanceSpec,
2546
2598
  "DescribeBackupRules": doDescribeBackupRules,
2599
+ "RenameInstance": doRenameInstance,
2547
2600
  "DescribeAsyncRequestInfo": doDescribeAsyncRequestInfo,
2548
2601
  "CreateAccountUser": doCreateAccountUser,
2549
2602
  "CreateDBInstanceHour": doCreateDBInstanceHour,
@@ -2568,7 +2621,7 @@ ACTION_MAP = {
2568
2621
  "DescribeAccountUsers": doDescribeAccountUsers,
2569
2622
  "DescribeSlowLog": doDescribeSlowLog,
2570
2623
  "SetInstanceMaintenance": doSetInstanceMaintenance,
2571
- "RenameInstance": doRenameInstance,
2624
+ "ModifyInstanceParams": doModifyInstanceParams,
2572
2625
  "UpgradeDBInstance": doUpgradeDBInstance,
2573
2626
  "KillOps": doKillOps,
2574
2627
  "EnableTransparentDataEncryption": doEnableTransparentDataEncryption,
@@ -238,6 +238,13 @@
238
238
  "output": "ModifyDBInstanceSpecResponse",
239
239
  "status": "online"
240
240
  },
241
+ "ModifyInstanceParams": {
242
+ "document": "本接口(ModifyInstanceParams)用于修改mongoDB实例的参数配置。",
243
+ "input": "ModifyInstanceParamsRequest",
244
+ "name": "修改mongoDB实例参数",
245
+ "output": "ModifyInstanceParamsResponse",
246
+ "status": "online"
247
+ },
241
248
  "OfflineIsolatedDBInstance": {
242
249
  "document": "本接口(OfflineIsolatedDBInstance)用于立即下线隔离状态的云数据库实例。进行操作的实例状态必须为隔离状态。",
243
250
  "input": "OfflineIsolatedDBInstanceRequest",
@@ -4685,6 +4692,95 @@
4685
4692
  ],
4686
4693
  "type": "object"
4687
4694
  },
4695
+ "ModifyInstanceParamsRequest": {
4696
+ "document": "ModifyInstanceParams请求参数结构体",
4697
+ "members": [
4698
+ {
4699
+ "disabled": false,
4700
+ "document": "指定实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。\n",
4701
+ "example": "\"cmgo-jyjcw8yv\"",
4702
+ "member": "string",
4703
+ "name": "InstanceId",
4704
+ "required": true,
4705
+ "type": "string"
4706
+ },
4707
+ {
4708
+ "disabled": false,
4709
+ "document": "指定需修改的参数名及值。当前所支持的参数名及对应取值范围,请通过 [DescribeInstanceParams ](https://cloud.tencent.com/document/product/240/65903)获取。",
4710
+ "example": "无",
4711
+ "member": "ModifyMongoDBParamType",
4712
+ "name": "InstanceParams",
4713
+ "required": true,
4714
+ "type": "list"
4715
+ },
4716
+ {
4717
+ "disabled": false,
4718
+ "document": "操作类型,包括:\n- IMMEDIATELY:立即调整。\n- DELAY:延迟调整。可选字段,不配置该参数则默认为立即调整。",
4719
+ "example": "IMMEDIATELY",
4720
+ "member": "string",
4721
+ "name": "ModifyType",
4722
+ "required": false,
4723
+ "type": "string"
4724
+ }
4725
+ ],
4726
+ "type": "object"
4727
+ },
4728
+ "ModifyInstanceParamsResponse": {
4729
+ "document": "ModifyInstanceParams返回参数结构体",
4730
+ "members": [
4731
+ {
4732
+ "disabled": false,
4733
+ "document": "修改参数配置是否生效。\n- true:参数修改后的值已生效。\n- false:执行失败。\n",
4734
+ "example": "true",
4735
+ "member": "bool",
4736
+ "name": "Changed",
4737
+ "output_required": true,
4738
+ "type": "bool",
4739
+ "value_allowed_null": false
4740
+ },
4741
+ {
4742
+ "disabled": false,
4743
+ "document": "该参数暂时无意义(兼容前端保留)。",
4744
+ "example": "1",
4745
+ "member": "uint64",
4746
+ "name": "TaskId",
4747
+ "output_required": true,
4748
+ "type": "int",
4749
+ "value_allowed_null": false
4750
+ },
4751
+ {
4752
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4753
+ "member": "string",
4754
+ "name": "RequestId",
4755
+ "type": "string"
4756
+ }
4757
+ ],
4758
+ "type": "object"
4759
+ },
4760
+ "ModifyMongoDBParamType": {
4761
+ "document": "修改mongoDB实例,请求参数",
4762
+ "members": [
4763
+ {
4764
+ "disabled": false,
4765
+ "document": "需要修改的参数名称,请严格参考通过 DescribeInstanceParams 获取的当前实例支持的参数名。",
4766
+ "example": "\"operationProfiling.mode\"",
4767
+ "member": "string",
4768
+ "name": "Key",
4769
+ "required": true,
4770
+ "type": "string"
4771
+ },
4772
+ {
4773
+ "disabled": false,
4774
+ "document": "需要修改的参数名称对应的值,请严格参考通过 DescribeInstanceParams 获取的参数对应的值的范围。",
4775
+ "example": "无",
4776
+ "member": "string",
4777
+ "name": "Value",
4778
+ "required": true,
4779
+ "type": "string"
4780
+ }
4781
+ ],
4782
+ "usage": "in"
4783
+ },
4688
4784
  "ModifyNetworkAddress": {
4689
4785
  "document": "修改数据库地址",
4690
4786
  "members": [
@@ -284,6 +284,14 @@
284
284
  "title": "新增mognodb云数据库实例从节点"
285
285
  }
286
286
  ],
287
+ "ModifyInstanceParams": [
288
+ {
289
+ "document": "用户发起修改其mongoDB的参数配置",
290
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceParams\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-9d0p6umb\",\n \"InstanceParams\": [\n {\n \"Value\": \"operation.profiling.slowOpThresholdMs\",\n \"Key\": \"operation.profiling.slowOpThresholdMs\"\n }\n ]\n}",
291
+ "output": "{\n \"Response\": {\n \"Changed\": true,\n \"RequestId\": \"e51b4590-db7b-4835-9899-1f5c33f92fbf\",\n \"TaskId\": 0\n }\n}",
292
+ "title": "修改mongoDB实例参数"
293
+ }
294
+ ],
287
295
  "OfflineIsolatedDBInstance": [
288
296
  {
289
297
  "document": "",