tccli 3.0.1215.1__py2.py3-none-any.whl → 3.0.1216.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 (99) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/configure.py +46 -1
  3. tccli/services/__init__.py +0 -3
  4. tccli/services/apm/v20210622/api.json +20 -0
  5. tccli/services/asr/v20190614/api.json +3 -3
  6. tccli/services/bi/v20220105/api.json +32 -4
  7. tccli/services/bi/v20220105/examples.json +1 -1
  8. tccli/services/billing/billing_client.py +53 -0
  9. tccli/services/billing/v20180709/api.json +304 -0
  10. tccli/services/billing/v20180709/examples.json +8 -0
  11. tccli/services/bsca/v20210811/api.json +222 -17
  12. tccli/services/bsca/v20210811/examples.json +4 -4
  13. tccli/services/ccc/ccc_client.py +53 -0
  14. tccli/services/ccc/v20200210/api.json +167 -18
  15. tccli/services/ccc/v20200210/examples.json +11 -3
  16. tccli/services/cdb/v20170320/api.json +13 -4
  17. tccli/services/cdb/v20170320/examples.json +1 -1
  18. tccli/services/cdn/v20180606/api.json +5 -3
  19. tccli/services/cdwdoris/v20211228/api.json +12 -2
  20. tccli/services/cfw/v20190904/api.json +81 -47
  21. tccli/services/cfw/v20190904/examples.json +46 -40
  22. tccli/services/ciam/v20220331/api.json +316 -315
  23. tccli/services/ciam/v20220331/examples.json +49 -49
  24. tccli/services/cloudaudit/cloudaudit_client.py +30 -30
  25. tccli/services/cloudaudit/v20190319/api.json +215 -186
  26. tccli/services/cloudaudit/v20190319/examples.json +13 -13
  27. tccli/services/cls/v20201016/api.json +365 -66
  28. tccli/services/cls/v20201016/examples.json +9 -3
  29. tccli/services/csip/v20221121/api.json +4 -4
  30. tccli/services/cvm/v20170312/api.json +42 -0
  31. tccli/services/cwp/v20180228/api.json +217 -163
  32. tccli/services/cwp/v20180228/examples.json +53 -65
  33. tccli/services/cynosdb/v20190107/api.json +77 -29
  34. tccli/services/cynosdb/v20190107/examples.json +22 -22
  35. tccli/services/dasb/v20191018/api.json +77 -0
  36. tccli/services/dasb/v20191018/examples.json +5 -5
  37. tccli/services/domain/v20180808/api.json +3 -3
  38. tccli/services/domain/v20180808/examples.json +3 -3
  39. tccli/services/eb/v20210416/api.json +15 -15
  40. tccli/services/eb/v20210416/examples.json +1 -1
  41. tccli/services/es/es_client.py +249 -37
  42. tccli/services/es/v20180416/api.json +521 -0
  43. tccli/services/es/v20180416/examples.json +32 -0
  44. tccli/services/ess/ess_client.py +53 -0
  45. tccli/services/ess/v20201111/api.json +145 -9
  46. tccli/services/ess/v20201111/examples.json +15 -1
  47. tccli/services/essbasic/essbasic_client.py +106 -0
  48. tccli/services/essbasic/v20210526/api.json +234 -12
  49. tccli/services/essbasic/v20210526/examples.json +22 -0
  50. tccli/services/gaap/v20180529/api.json +44 -26
  51. tccli/services/gaap/v20180529/examples.json +24 -30
  52. tccli/services/iotexplorer/v20190423/api.json +40 -0
  53. tccli/services/live/v20180801/api.json +35 -9
  54. tccli/services/mongodb/v20190725/api.json +6 -8
  55. tccli/services/ocr/v20181119/api.json +2 -2
  56. tccli/services/organization/organization_client.py +352 -34
  57. tccli/services/organization/v20210331/api.json +451 -0
  58. tccli/services/organization/v20210331/examples.json +48 -0
  59. tccli/services/region/v20220627/api.json +1 -1
  60. tccli/services/scf/scf_client.py +269 -4
  61. tccli/services/scf/v20180416/api.json +554 -0
  62. tccli/services/scf/v20180416/examples.json +46 -0
  63. tccli/services/ssl/v20191205/api.json +1 -1
  64. tccli/services/tat/v20201028/api.json +27 -25
  65. tccli/services/tat/v20201028/examples.json +4 -4
  66. tccli/services/tcss/v20201101/api.json +13 -13
  67. tccli/services/tcss/v20201101/examples.json +5 -5
  68. tccli/services/tdmq/v20200217/api.json +64 -63
  69. tccli/services/tdmq/v20200217/examples.json +2 -2
  70. tccli/services/tem/v20210701/api.json +144 -103
  71. tccli/services/tem/v20210701/examples.json +27 -27
  72. tccli/services/teo/teo_client.py +277 -12
  73. tccli/services/teo/v20220901/api.json +1020 -143
  74. tccli/services/teo/v20220901/examples.json +71 -1
  75. tccli/services/tke/tke_client.py +53 -0
  76. tccli/services/tke/v20180525/api.json +43 -0
  77. tccli/services/tke/v20180525/examples.json +8 -0
  78. tccli/services/tms/tms_client.py +4 -57
  79. tccli/services/tms/v20201229/api.json +0 -354
  80. tccli/services/tms/v20201229/examples.json +0 -8
  81. tccli/services/trtc/v20190722/api.json +221 -22
  82. tccli/services/vpc/v20170312/api.json +105 -30
  83. tccli/services/vpc/v20170312/examples.json +10 -2
  84. tccli/services/vpc/vpc_client.py +107 -54
  85. tccli/services/waf/v20180125/api.json +61 -0
  86. tccli/services/waf/v20180125/examples.json +8 -0
  87. tccli/services/waf/waf_client.py +53 -0
  88. tccli/services/wedata/v20210820/api.json +686 -0
  89. tccli/services/wedata/v20210820/examples.json +16 -0
  90. tccli/services/wedata/wedata_client.py +106 -0
  91. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
  92. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +95 -99
  93. tccli/services/cr/__init__.py +0 -4
  94. tccli/services/cr/cr_client.py +0 -1626
  95. tccli/services/cr/v20180321/api.json +0 -2829
  96. tccli/services/cr/v20180321/examples.json +0 -235
  97. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
  98. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
  99. {tccli-3.0.1215.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,6 +7,13 @@
7
7
  "output": "CheckMigrateIndexMetaDataResponse",
8
8
  "status": "online"
9
9
  },
10
+ "CreateClusterSnapshot": {
11
+ "document": "集群快照手动创建",
12
+ "input": "CreateClusterSnapshotRequest",
13
+ "name": "创建集群快照",
14
+ "output": "CreateClusterSnapshotResponse",
15
+ "status": "online"
16
+ },
10
17
  "CreateCosMigrateToServerlessInstance": {
11
18
  "document": "cos迁移流程",
12
19
  "input": "CreateCosMigrateToServerlessInstanceRequest",
@@ -49,6 +56,13 @@
49
56
  "output": "CreateServerlessSpaceV2Response",
50
57
  "status": "online"
51
58
  },
59
+ "DeleteClusterSnapshot": {
60
+ "document": "删除快照仓库里备份的快照",
61
+ "input": "DeleteClusterSnapshotRequest",
62
+ "name": "删除快照仓库里备份的快照",
63
+ "output": "DeleteClusterSnapshotResponse",
64
+ "status": "online"
65
+ },
52
66
  "DeleteIndex": {
53
67
  "document": "删除索引",
54
68
  "input": "DeleteIndexRequest",
@@ -91,6 +105,13 @@
91
105
  "output": "DeleteServerlessSpaceUserResponse",
92
106
  "status": "online"
93
107
  },
108
+ "DescribeClusterSnapshot": {
109
+ "document": "获取快照备份列表",
110
+ "input": "DescribeClusterSnapshotRequest",
111
+ "name": "获取快照备份列表",
112
+ "output": "DescribeClusterSnapshotResponse",
113
+ "status": "online"
114
+ },
94
115
  "DescribeDiagnose": {
95
116
  "document": "查询智能运维诊断结果报告",
96
117
  "input": "DescribeDiagnoseRequest",
@@ -287,6 +308,13 @@
287
308
  "output": "RestartNodesResponse",
288
309
  "status": "online"
289
310
  },
311
+ "RestoreClusterSnapshot": {
312
+ "document": "快照备份恢复,从仓库中恢复快照到集群中",
313
+ "input": "RestoreClusterSnapshotRequest",
314
+ "name": "快照备份恢复",
315
+ "output": "RestoreClusterSnapshotResponse",
316
+ "status": "online"
317
+ },
290
318
  "SaveAndDeployLogstashPipeline": {
291
319
  "document": "用于下发并且部署管道",
292
320
  "input": "SaveAndDeployLogstashPipelineRequest",
@@ -930,6 +958,61 @@
930
958
  ],
931
959
  "usage": "out"
932
960
  },
961
+ "CreateClusterSnapshotRequest": {
962
+ "document": "CreateClusterSnapshot请求参数结构体",
963
+ "members": [
964
+ {
965
+ "disabled": false,
966
+ "document": "实例名称",
967
+ "example": "es-xxx",
968
+ "member": "string",
969
+ "name": "InstanceId",
970
+ "required": true,
971
+ "type": "string"
972
+ },
973
+ {
974
+ "disabled": false,
975
+ "document": "快照名称",
976
+ "example": "test-snapshot_20220202",
977
+ "member": "string",
978
+ "name": "SnapshotName",
979
+ "required": true,
980
+ "type": "string"
981
+ },
982
+ {
983
+ "disabled": false,
984
+ "document": "索引名称",
985
+ "example": "index1,index2",
986
+ "member": "string",
987
+ "name": "Indices",
988
+ "required": false,
989
+ "type": "string"
990
+ }
991
+ ],
992
+ "type": "object"
993
+ },
994
+ "CreateClusterSnapshotResponse": {
995
+ "document": "CreateClusterSnapshot返回参数结构体",
996
+ "members": [
997
+ {
998
+ "disabled": false,
999
+ "document": "实例名称\n注意:此字段可能返回 null,表示取不到有效值。",
1000
+ "example": "es-xxxx",
1001
+ "member": "string",
1002
+ "name": "InstanceId",
1003
+ "output_required": false,
1004
+ "type": "string",
1005
+ "value_allowed_null": true
1006
+ },
1007
+ {
1008
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1009
+ "member": "string",
1010
+ "name": "RequestId",
1011
+ "type": "string"
1012
+ }
1013
+ ],
1014
+ "type": "object"
1015
+ },
933
1016
  "CreateCosMigrateToServerlessInstanceRequest": {
934
1017
  "document": "CreateCosMigrateToServerlessInstance请求参数结构体",
935
1018
  "members": [
@@ -1937,6 +2020,61 @@
1937
2020
  ],
1938
2021
  "usage": "both"
1939
2022
  },
2023
+ "DeleteClusterSnapshotRequest": {
2024
+ "document": "DeleteClusterSnapshot请求参数结构体",
2025
+ "members": [
2026
+ {
2027
+ "disabled": false,
2028
+ "document": "集群实例Id,格式:es-xxxx",
2029
+ "example": "无",
2030
+ "member": "string",
2031
+ "name": "InstanceId",
2032
+ "required": true,
2033
+ "type": "string"
2034
+ },
2035
+ {
2036
+ "disabled": false,
2037
+ "document": "快照仓库名称",
2038
+ "example": "无",
2039
+ "member": "string",
2040
+ "name": "RepositoryName",
2041
+ "required": true,
2042
+ "type": "string"
2043
+ },
2044
+ {
2045
+ "disabled": false,
2046
+ "document": "集群快照名称",
2047
+ "example": "无",
2048
+ "member": "string",
2049
+ "name": "SnapshotName",
2050
+ "required": true,
2051
+ "type": "string"
2052
+ }
2053
+ ],
2054
+ "type": "object"
2055
+ },
2056
+ "DeleteClusterSnapshotResponse": {
2057
+ "document": "DeleteClusterSnapshot返回参数结构体",
2058
+ "members": [
2059
+ {
2060
+ "disabled": false,
2061
+ "document": "集群id",
2062
+ "example": "无",
2063
+ "member": "string",
2064
+ "name": "InstanceId",
2065
+ "output_required": false,
2066
+ "type": "string",
2067
+ "value_allowed_null": false
2068
+ },
2069
+ {
2070
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2071
+ "member": "string",
2072
+ "name": "RequestId",
2073
+ "type": "string"
2074
+ }
2075
+ ],
2076
+ "type": "object"
2077
+ },
1940
2078
  "DeleteIndexRequest": {
1941
2079
  "document": "DeleteIndex请求参数结构体",
1942
2080
  "members": [
@@ -2162,6 +2300,81 @@
2162
2300
  ],
2163
2301
  "type": "object"
2164
2302
  },
2303
+ "DescribeClusterSnapshotRequest": {
2304
+ "document": "DescribeClusterSnapshot请求参数结构体",
2305
+ "members": [
2306
+ {
2307
+ "disabled": false,
2308
+ "document": "集群实例Id,格式:es-xxxx",
2309
+ "example": "es-xxx",
2310
+ "member": "string",
2311
+ "name": "InstanceId",
2312
+ "required": true,
2313
+ "type": "string"
2314
+ },
2315
+ {
2316
+ "disabled": false,
2317
+ "document": "快照仓库名称",
2318
+ "example": "无",
2319
+ "member": "string",
2320
+ "name": "RepositoryName",
2321
+ "required": false,
2322
+ "type": "string"
2323
+ },
2324
+ {
2325
+ "disabled": false,
2326
+ "document": "集群快照名称",
2327
+ "example": "无",
2328
+ "member": "string",
2329
+ "name": "SnapshotName",
2330
+ "required": false,
2331
+ "type": "string"
2332
+ }
2333
+ ],
2334
+ "type": "object"
2335
+ },
2336
+ "DescribeClusterSnapshotResponse": {
2337
+ "document": "DescribeClusterSnapshot返回参数结构体",
2338
+ "members": [
2339
+ {
2340
+ "disabled": false,
2341
+ "document": "集群实例Id,格式:es-xxxx",
2342
+ "example": "无",
2343
+ "member": "string",
2344
+ "name": "InstanceId",
2345
+ "output_required": true,
2346
+ "type": "string",
2347
+ "value_allowed_null": false
2348
+ },
2349
+ {
2350
+ "disabled": false,
2351
+ "document": "快照备份详情列表",
2352
+ "example": "无",
2353
+ "member": "Snapshots",
2354
+ "name": "Snapshots",
2355
+ "output_required": false,
2356
+ "type": "list",
2357
+ "value_allowed_null": false
2358
+ },
2359
+ {
2360
+ "disabled": false,
2361
+ "document": "快照仓库名称",
2362
+ "example": "无",
2363
+ "member": "string",
2364
+ "name": "RepositoryName",
2365
+ "output_required": false,
2366
+ "type": "string",
2367
+ "value_allowed_null": false
2368
+ },
2369
+ {
2370
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2371
+ "member": "string",
2372
+ "name": "RequestId",
2373
+ "type": "string"
2374
+ }
2375
+ ],
2376
+ "type": "object"
2377
+ },
2165
2378
  "DescribeDiagnoseRequest": {
2166
2379
  "document": "DescribeDiagnose请求参数结构体",
2167
2380
  "members": [
@@ -4922,6 +5135,56 @@
4922
5135
  ],
4923
5136
  "usage": "in"
4924
5137
  },
5138
+ "Failures": {
5139
+ "document": "索引备份失败的数据结构",
5140
+ "members": [
5141
+ {
5142
+ "disabled": false,
5143
+ "document": "备份失败的索引名称\n注意:此字段可能返回 null,表示取不到有效值。",
5144
+ "example": "无",
5145
+ "member": "string",
5146
+ "name": "Index",
5147
+ "output_required": false,
5148
+ "required": false,
5149
+ "type": "string",
5150
+ "value_allowed_null": true
5151
+ },
5152
+ {
5153
+ "disabled": false,
5154
+ "document": "快照失败的分片号\n注意:此字段可能返回 null,表示取不到有效值。",
5155
+ "example": "无",
5156
+ "member": "int64",
5157
+ "name": "ShardId",
5158
+ "output_required": false,
5159
+ "required": false,
5160
+ "type": "int",
5161
+ "value_allowed_null": true
5162
+ },
5163
+ {
5164
+ "disabled": false,
5165
+ "document": "快照失败的原因\n注意:此字段可能返回 null,表示取不到有效值。",
5166
+ "example": "无",
5167
+ "member": "string",
5168
+ "name": "Reason",
5169
+ "output_required": false,
5170
+ "required": false,
5171
+ "type": "string",
5172
+ "value_allowed_null": true
5173
+ },
5174
+ {
5175
+ "disabled": false,
5176
+ "document": "快照失败的状态\n注意:此字段可能返回 null,表示取不到有效值。",
5177
+ "example": "无",
5178
+ "member": "string",
5179
+ "name": "Status",
5180
+ "output_required": false,
5181
+ "required": false,
5182
+ "type": "string",
5183
+ "value_allowed_null": true
5184
+ }
5185
+ ],
5186
+ "usage": "both"
5187
+ },
4925
5188
  "GetDiagnoseSettingsRequest": {
4926
5189
  "document": "GetDiagnoseSettings请求参数结构体",
4927
5190
  "members": [
@@ -8573,6 +8836,115 @@
8573
8836
  ],
8574
8837
  "type": "object"
8575
8838
  },
8839
+ "RestoreClusterSnapshotRequest": {
8840
+ "document": "RestoreClusterSnapshot请求参数结构体",
8841
+ "members": [
8842
+ {
8843
+ "disabled": false,
8844
+ "document": "集群实例Id,格式:es-xxxx",
8845
+ "example": "es-xxx",
8846
+ "member": "string",
8847
+ "name": "InstanceId",
8848
+ "required": true,
8849
+ "type": "string"
8850
+ },
8851
+ {
8852
+ "disabled": false,
8853
+ "document": "仓库名称",
8854
+ "example": "无",
8855
+ "member": "string",
8856
+ "name": "RepositoryName",
8857
+ "required": true,
8858
+ "type": "string"
8859
+ },
8860
+ {
8861
+ "disabled": false,
8862
+ "document": "集群快照名称",
8863
+ "example": "无",
8864
+ "member": "string",
8865
+ "name": "SnapshotName",
8866
+ "required": true,
8867
+ "type": "string"
8868
+ },
8869
+ {
8870
+ "disabled": false,
8871
+ "document": "目标集群实例Id,格式:es-xxxx,如果是恢复到本地,则和InstanceId一致",
8872
+ "example": "无",
8873
+ "member": "string",
8874
+ "name": "TargetInstanceId",
8875
+ "required": true,
8876
+ "type": "string"
8877
+ },
8878
+ {
8879
+ "disabled": false,
8880
+ "document": "elastic用户名对应的密码信息",
8881
+ "example": "无",
8882
+ "member": "string",
8883
+ "name": "Password",
8884
+ "required": false,
8885
+ "type": "string"
8886
+ },
8887
+ {
8888
+ "disabled": false,
8889
+ "document": "要在所有恢复的索引中添加或更改的设置的逗号分隔列表。使用此参数可以在恢复快照时覆盖索引设置。",
8890
+ "example": "无",
8891
+ "member": "string",
8892
+ "name": "IndexSettings",
8893
+ "required": false,
8894
+ "type": "string"
8895
+ },
8896
+ {
8897
+ "disabled": false,
8898
+ "document": "不应从快照还原的以逗号分隔的索引设置列表。",
8899
+ "example": "无",
8900
+ "member": "string",
8901
+ "name": "IncludeGlobalState",
8902
+ "required": false,
8903
+ "type": "list"
8904
+ },
8905
+ {
8906
+ "disabled": false,
8907
+ "document": "需要恢复的索引名称,非必填,为空则表示恢复所有\n\n支持传多个索引名称",
8908
+ "example": "无",
8909
+ "member": "string",
8910
+ "name": "Indices",
8911
+ "required": false,
8912
+ "type": "string"
8913
+ },
8914
+ {
8915
+ "disabled": false,
8916
+ "document": "如果为 false,则如果快照中包含的一个或多个索引没有所有主分片可用,则整个恢复操作将失败。默认为 false,\n\n如果为 true,则允许恢复具有不可用分片的索引的部分快照。只有成功包含在快照中的分片才会被恢复。所有丢失的碎片将被重新创建为空",
8917
+ "example": "无",
8918
+ "member": "string",
8919
+ "name": "Partial",
8920
+ "required": false,
8921
+ "type": "string"
8922
+ }
8923
+ ],
8924
+ "type": "object"
8925
+ },
8926
+ "RestoreClusterSnapshotResponse": {
8927
+ "document": "RestoreClusterSnapshot返回参数结构体",
8928
+ "members": [
8929
+ {
8930
+ "disabled": false,
8931
+ "document": "集群实例id",
8932
+ "example": "es-xxx",
8933
+ "member": "string",
8934
+ "name": "InstanceId",
8935
+ "output_required": false,
8936
+ "type": "string",
8937
+ "value_allowed_null": false
8938
+ },
8939
+ {
8940
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8941
+ "member": "string",
8942
+ "name": "RequestId",
8943
+ "type": "string"
8944
+ }
8945
+ ],
8946
+ "type": "object"
8947
+ },
8576
8948
  "SaveAndDeployLogstashPipelineRequest": {
8577
8949
  "document": "SaveAndDeployLogstashPipeline请求参数结构体",
8578
8950
  "members": [
@@ -9282,6 +9654,155 @@
9282
9654
  ],
9283
9655
  "usage": "out"
9284
9656
  },
9657
+ "Snapshots": {
9658
+ "document": "集群快照数据结构",
9659
+ "members": [
9660
+ {
9661
+ "disabled": false,
9662
+ "document": "快照名称\n注意:此字段可能返回 null,表示取不到有效值。",
9663
+ "example": "无",
9664
+ "member": "string",
9665
+ "name": "SnapshotName",
9666
+ "output_required": false,
9667
+ "required": false,
9668
+ "type": "string",
9669
+ "value_allowed_null": true
9670
+ },
9671
+ {
9672
+ "disabled": false,
9673
+ "document": "快照Uuid\n注意:此字段可能返回 null,表示取不到有效值。",
9674
+ "example": "无",
9675
+ "member": "string",
9676
+ "name": "Uuid",
9677
+ "output_required": false,
9678
+ "required": false,
9679
+ "type": "string",
9680
+ "value_allowed_null": true
9681
+ },
9682
+ {
9683
+ "disabled": false,
9684
+ "document": "该快照所属集群的版本号\n注意:此字段可能返回 null,表示取不到有效值。",
9685
+ "example": "无",
9686
+ "member": "string",
9687
+ "name": "Version",
9688
+ "output_required": false,
9689
+ "required": false,
9690
+ "type": "string",
9691
+ "value_allowed_null": true
9692
+ },
9693
+ {
9694
+ "disabled": false,
9695
+ "document": "备份的索引列表\n注意:此字段可能返回 null,表示取不到有效值。",
9696
+ "example": "无",
9697
+ "member": "string",
9698
+ "name": "Indices",
9699
+ "output_required": false,
9700
+ "required": false,
9701
+ "type": "list",
9702
+ "value_allowed_null": true
9703
+ },
9704
+ {
9705
+ "disabled": false,
9706
+ "document": "备份的datastream列表\n注意:此字段可能返回 null,表示取不到有效值。",
9707
+ "example": "无",
9708
+ "member": "string",
9709
+ "name": "DataStreams",
9710
+ "output_required": false,
9711
+ "required": false,
9712
+ "type": "list",
9713
+ "value_allowed_null": true
9714
+ },
9715
+ {
9716
+ "disabled": false,
9717
+ "document": "备份的状态\n\nFAILED 备份失败\n\nIN_PROGRESS 备份执行中\n\nPARTIAL 备份部分成功,部分失败,备份失败的索引和原因会在Failures字段中展示\n\nSUCCESS 备份成功\n注意:此字段可能返回 null,表示取不到有效值。",
9718
+ "example": "无",
9719
+ "member": "string",
9720
+ "name": "State",
9721
+ "output_required": false,
9722
+ "required": false,
9723
+ "type": "string",
9724
+ "value_allowed_null": true
9725
+ },
9726
+ {
9727
+ "disabled": false,
9728
+ "document": "快照备份的开始时间\n注意:此字段可能返回 null,表示取不到有效值。",
9729
+ "example": "无",
9730
+ "member": "string",
9731
+ "name": "StartTime",
9732
+ "output_required": false,
9733
+ "required": false,
9734
+ "type": "string",
9735
+ "value_allowed_null": true
9736
+ },
9737
+ {
9738
+ "disabled": false,
9739
+ "document": "快照备份的结束时间\n注意:此字段可能返回 null,表示取不到有效值。",
9740
+ "example": "无",
9741
+ "member": "string",
9742
+ "name": "EndTime",
9743
+ "output_required": false,
9744
+ "required": false,
9745
+ "type": "string",
9746
+ "value_allowed_null": true
9747
+ },
9748
+ {
9749
+ "disabled": false,
9750
+ "document": "快照备份的耗时时间\n注意:此字段可能返回 null,表示取不到有效值。",
9751
+ "example": "无",
9752
+ "member": "int64",
9753
+ "name": "DurationInMillis",
9754
+ "output_required": false,
9755
+ "required": false,
9756
+ "type": "int",
9757
+ "value_allowed_null": true
9758
+ },
9759
+ {
9760
+ "disabled": false,
9761
+ "document": "备份的总分片数\n注意:此字段可能返回 null,表示取不到有效值。",
9762
+ "example": "无",
9763
+ "member": "int64",
9764
+ "name": "TotalShards",
9765
+ "output_required": false,
9766
+ "required": false,
9767
+ "type": "int",
9768
+ "value_allowed_null": true
9769
+ },
9770
+ {
9771
+ "disabled": false,
9772
+ "document": "备份失败的分片数量\n注意:此字段可能返回 null,表示取不到有效值。",
9773
+ "example": "无",
9774
+ "member": "int64",
9775
+ "name": "FailedShards",
9776
+ "output_required": false,
9777
+ "required": false,
9778
+ "type": "int",
9779
+ "value_allowed_null": true
9780
+ },
9781
+ {
9782
+ "disabled": false,
9783
+ "document": "备份成功的分片数量\n注意:此字段可能返回 null,表示取不到有效值。",
9784
+ "example": "无",
9785
+ "member": "int64",
9786
+ "name": "SuccessfulShards",
9787
+ "output_required": false,
9788
+ "required": false,
9789
+ "type": "int",
9790
+ "value_allowed_null": true
9791
+ },
9792
+ {
9793
+ "disabled": false,
9794
+ "document": "备份失败的索引分片和失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
9795
+ "example": "无",
9796
+ "member": "Failures",
9797
+ "name": "Failures",
9798
+ "output_required": false,
9799
+ "required": false,
9800
+ "type": "list",
9801
+ "value_allowed_null": true
9802
+ }
9803
+ ],
9804
+ "usage": "both"
9805
+ },
9285
9806
  "StartLogstashPipelinesRequest": {
9286
9807
  "document": "StartLogstashPipelines请求参数结构体",
9287
9808
  "members": [
@@ -8,6 +8,14 @@
8
8
  "title": "检查cos迁移索引元数据"
9
9
  }
10
10
  ],
11
+ "CreateClusterSnapshot": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-xxx\",\n \"SnapshotName\": \"es-xxx-test_20240912\",\n \"Indices\": \"kibana_sample_data_flights\"\n}",
15
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"es-xxx\",\n \"RequestId\": \"abc\"\n }\n}",
16
+ "title": "demo"
17
+ }
18
+ ],
11
19
  "CreateCosMigrateToServerlessInstance": [
12
20
  {
13
21
  "document": "",
@@ -56,6 +64,14 @@
56
64
  "title": "示例"
57
65
  }
58
66
  ],
67
+ "DeleteClusterSnapshot": [
68
+ {
69
+ "document": "",
70
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-al4radfu\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"SnapshotName\": \"es-al4radfu_20231120\"\n}",
71
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"es-al4radfu\",\n \"RequestId\": \"abc\"\n }\n}",
72
+ "title": "DeleteClusterSnapshot 删除集群快照数据"
73
+ }
74
+ ],
59
75
  "DeleteIndex": [
60
76
  {
61
77
  "document": "删除自治索引",
@@ -104,6 +120,14 @@
104
120
  "title": "示例"
105
121
  }
106
122
  ],
123
+ "DescribeClusterSnapshot": [
124
+ {
125
+ "document": "",
126
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-f1m2enyd\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"SnapshotName\": \"abc\"\n}",
127
+ "output": "{\n \"Response\": {\n \"RequestId\": \"50df75f7-ec95-4c32-b7b0-a8e98ae74fef11\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"InstanceId\": \"es-f1m2enyd\",\n \"Snapshots\": [\n {\n \"SnapshotName\": \"快照名称1\",\n \"Uuid\": \"OPoARqBBSKuEIdLPdp7_dA\",\n \"Version\": \"7.14.2\",\n \"Indices\": [\n \"honorboardcloud-sit-logs\",\n \"pushtoken_meta_info_v1_auto\",\n \".ds-logs-generic-default-2023.10.11-000002\"\n ],\n \"State\": \"SUCCESS\",\n \"StartTime\": \"2023-10-30T18:00:45.746Z\",\n \"EndTime\": \"2023-10-30T18:14:46.707Z\",\n \"DurationInMillis\": 840961,\n \"TotalShards\": 316,\n \"FailedShards\": 0,\n \"SuccessfulShards\": 316,\n \"Failures\": [\n {\n \"Index\": \"快照备份失败的索引名称\",\n \"ShardId\": 0,\n \"Reason\": \"快照失败的原因\"\n },\n {\n \"Index\": \"快照备份失败的索引名称\",\n \"ShardId\": 0,\n \"Reason\": \"快照失败的原因\"\n }\n ]\n },\n {\n \"SnapshotName\": \"快照名称1\",\n \"Uuid\": \"OPoARqBBSKuEIdLPdp7_dA\",\n \"Version\": \"7.14.2\",\n \"Indices\": [\n \"honorboardcloud-sit-logs\",\n \"pushtoken_meta_info_v1_auto\",\n \".ds-logs-generic-default-2023.10.11-000002\"\n ],\n \"State\": \"SUCCESS\",\n \"StartTime\": \"2023-10-30T18:00:45.746Z\",\n \"EndTime\": \"2023-10-30T18:14:46.707Z\",\n \"DurationInMillis\": 840961,\n \"TotalShards\": 316,\n \"FailedShards\": 0,\n \"SuccessfulShards\": 316,\n \"Failures\": [\n {\n \"Index\": \"快照备份失败的索引名称\",\n \"ShardId\": 0,\n \"Reason\": \"快照失败的原因\"\n },\n {\n \"Index\": \"快照备份失败的索引名称\",\n \"ShardId\": 0,\n \"Reason\": \"快照失败的原因\"\n }\n ]\n }\n ]\n }\n}",
128
+ "title": "DescribeClusterSnapshot 查询快照列表"
129
+ }
130
+ ],
107
131
  "DescribeDiagnose": [
108
132
  {
109
133
  "document": "查询智能运维诊断结果报告",
@@ -334,6 +358,14 @@
334
358
  "title": "重启集群节点"
335
359
  }
336
360
  ],
361
+ "RestoreClusterSnapshot": [
362
+ {
363
+ "document": "",
364
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-qpzizjym\",\n \"Password\": \"abc\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"SnapshotName\": \"test1\",\n \"Indices\": \"abc\",\n \"Partial\": \"true\",\n \"TargetInstanceId\": \"es-qpzizjym\"\n}",
365
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"es-qpzizjym\",\n \"RequestId\": \"abc\"\n }\n}",
366
+ "title": "RestoreClusterSnapshot 恢复快照数据到集群"
367
+ }
368
+ ],
337
369
  "SaveAndDeployLogstashPipeline": [
338
370
  {
339
371
  "document": "",