tccli 3.0.1245.1__py2.py3-none-any.whl → 3.0.1246.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 (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/cdb/cdb_client.py +53 -0
  4. tccli/services/cdb/v20170320/api.json +72 -0
  5. tccli/services/cdb/v20170320/examples.json +8 -0
  6. tccli/services/dbdc/v20201029/api.json +72 -72
  7. tccli/services/dcdb/v20180411/api.json +3 -3
  8. tccli/services/dcdb/v20180411/examples.json +1 -1
  9. tccli/services/iotexplorer/iotexplorer_client.py +216 -4
  10. tccli/services/iotexplorer/v20190423/api.json +146 -1
  11. tccli/services/iotexplorer/v20190423/examples.json +34 -2
  12. tccli/services/lkeap/__init__.py +4 -0
  13. tccli/services/lkeap/lkeap_client.py +1426 -0
  14. tccli/services/lkeap/v20240522/api.json +1882 -0
  15. tccli/services/lkeap/v20240522/examples.json +215 -0
  16. tccli/services/mna/v20210119/api.json +7 -7
  17. tccli/services/mna/v20210119/examples.json +9 -9
  18. tccli/services/monitor/v20180724/api.json +19 -0
  19. tccli/services/sqlserver/v20180328/api.json +43 -5
  20. tccli/services/sqlserver/v20180328/examples.json +2 -2
  21. tccli/services/tcb/v20180608/api.json +45 -39
  22. tccli/services/tcb/v20180608/examples.json +9 -9
  23. tccli/services/tcr/v20190924/api.json +53 -53
  24. tccli/services/tcr/v20190924/examples.json +14 -14
  25. tccli/services/vpc/v20170312/examples.json +23 -1
  26. tccli/services/wedata/v20210820/api.json +34 -1
  27. {tccli-3.0.1245.1.dist-info → tccli-3.0.1246.1.dist-info}/METADATA +2 -2
  28. {tccli-3.0.1245.1.dist-info → tccli-3.0.1246.1.dist-info}/RECORD +31 -27
  29. {tccli-3.0.1245.1.dist-info → tccli-3.0.1246.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.1245.1.dist-info → tccli-3.0.1246.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.1245.1.dist-info → tccli-3.0.1246.1.dist-info}/license_files/LICENSE +0 -0
@@ -2627,7 +2627,7 @@
2627
2627
  {
2628
2628
  "disabled": false,
2629
2629
  "document": "实例Id",
2630
- "example": "tcr-xxx",
2630
+ "example": "tcr-dg284imq",
2631
2631
  "member": "string",
2632
2632
  "name": "RegistryId",
2633
2633
  "required": true,
@@ -2636,7 +2636,7 @@
2636
2636
  {
2637
2637
  "disabled": false,
2638
2638
  "document": "命名空间名称",
2639
- "example": "ns",
2639
+ "example": "multi-arch",
2640
2640
  "member": "string",
2641
2641
  "name": "NamespaceName",
2642
2642
  "required": true,
@@ -2645,7 +2645,7 @@
2645
2645
  {
2646
2646
  "disabled": false,
2647
2647
  "document": "镜像仓库名称",
2648
- "example": "repo",
2648
+ "example": "alpine",
2649
2649
  "member": "string",
2650
2650
  "name": "RepositoryName",
2651
2651
  "required": true,
@@ -2654,7 +2654,7 @@
2654
2654
  {
2655
2655
  "disabled": false,
2656
2656
  "document": "镜像版本",
2657
- "example": "v1",
2657
+ "example": "1",
2658
2658
  "member": "string",
2659
2659
  "name": "ImageVersion",
2660
2660
  "required": true,
@@ -2852,7 +2852,7 @@
2852
2852
  {
2853
2853
  "disabled": false,
2854
2854
  "document": "tcr实例id",
2855
- "example": "tcr-test134",
2855
+ "example": "tcr-dg284imq",
2856
2856
  "member": "string",
2857
2857
  "name": "InstanceId",
2858
2858
  "required": true,
@@ -2861,7 +2861,7 @@
2861
2861
  {
2862
2862
  "disabled": false,
2863
2863
  "document": "私有网络id",
2864
- "example": "vpc-xxx",
2864
+ "example": "vpc-9iazgkcl",
2865
2865
  "member": "string",
2866
2866
  "name": "VpcId",
2867
2867
  "required": true,
@@ -2870,7 +2870,7 @@
2870
2870
  {
2871
2871
  "disabled": false,
2872
2872
  "document": "tcr内网访问链路ip",
2873
- "example": "10.1.1.1",
2873
+ "example": "192.168.23.69",
2874
2874
  "member": "string",
2875
2875
  "name": "EniLBIp",
2876
2876
  "required": true,
@@ -2888,7 +2888,7 @@
2888
2888
  {
2889
2889
  "disabled": false,
2890
2890
  "document": "解析地域,需要保证和vpc处于同一地域,如果不填则默认为主实例地域",
2891
- "example": "ap-beijing",
2891
+ "example": "ap-guangzhou",
2892
2892
  "member": "string",
2893
2893
  "name": "RegionName",
2894
2894
  "required": false,
@@ -3096,7 +3096,7 @@
3096
3096
  {
3097
3097
  "disabled": false,
3098
3098
  "document": "实例Id",
3099
- "example": "tcr-okmj78",
3099
+ "example": "tcr-dg284imq",
3100
3100
  "member": "string",
3101
3101
  "name": "RegistryId",
3102
3102
  "required": true,
@@ -3105,7 +3105,7 @@
3105
3105
  {
3106
3106
  "disabled": false,
3107
3107
  "document": "命名空间的名称",
3108
- "example": "test",
3108
+ "example": "private",
3109
3109
  "member": "string",
3110
3110
  "name": "NamespaceName",
3111
3111
  "required": true,
@@ -3114,7 +3114,7 @@
3114
3114
  {
3115
3115
  "disabled": false,
3116
3116
  "document": "镜像仓库的名称",
3117
- "example": "mytest",
3117
+ "example": "golang",
3118
3118
  "member": "string",
3119
3119
  "name": "RepositoryName",
3120
3120
  "required": true,
@@ -3141,7 +3141,7 @@
3141
3141
  {
3142
3142
  "disabled": false,
3143
3143
  "document": "实例ID",
3144
- "example": "tcr-xxx",
3144
+ "example": "tcr-dg284imq",
3145
3145
  "member": "string",
3146
3146
  "name": "RegistryId",
3147
3147
  "required": true,
@@ -3150,7 +3150,7 @@
3150
3150
  {
3151
3151
  "disabled": false,
3152
3152
  "document": "命名空间名称",
3153
- "example": "demo",
3153
+ "example": "public",
3154
3154
  "member": "string",
3155
3155
  "name": "NamespaceName",
3156
3156
  "required": true,
@@ -3159,7 +3159,7 @@
3159
3159
  {
3160
3160
  "disabled": false,
3161
3161
  "document": "仓库名称",
3162
- "example": "Nginx",
3162
+ "example": "golang",
3163
3163
  "member": "string",
3164
3164
  "name": "RepositoryName",
3165
3165
  "required": true,
@@ -3168,7 +3168,7 @@
3168
3168
  {
3169
3169
  "disabled": false,
3170
3170
  "document": "Tag列表,单次请求Tag数量最大为20",
3171
- "example": "[\"tag1\", \"tag2\"]",
3171
+ "example": "[\"1\",\"2\"]",
3172
3172
  "member": "string",
3173
3173
  "name": "Tags",
3174
3174
  "required": true,
@@ -3258,7 +3258,7 @@
3258
3258
  {
3259
3259
  "disabled": false,
3260
3260
  "document": "实例Id\t",
3261
- "example": "tcr-xxx",
3261
+ "example": "tcr-dg284imq",
3262
3262
  "member": "string",
3263
3263
  "name": "RegistryId",
3264
3264
  "required": true,
@@ -3267,7 +3267,7 @@
3267
3267
  {
3268
3268
  "disabled": false,
3269
3269
  "document": "服务级账号名",
3270
- "example": "robot",
3270
+ "example": "tcr$servie-account3",
3271
3271
  "member": "string",
3272
3272
  "name": "Name",
3273
3273
  "required": true,
@@ -3509,7 +3509,7 @@
3509
3509
  {
3510
3510
  "disabled": false,
3511
3511
  "document": "仓库名称",
3512
- "example": "",
3512
+ "example": "ns/repo",
3513
3513
  "member": "string",
3514
3514
  "name": "RepoName",
3515
3515
  "required": false,
@@ -3518,7 +3518,7 @@
3518
3518
  {
3519
3519
  "disabled": false,
3520
3520
  "document": "触发器名称",
3521
- "example": "",
3521
+ "example": "trigger",
3522
3522
  "member": "string",
3523
3523
  "name": "TriggerName",
3524
3524
  "required": false,
@@ -3527,7 +3527,7 @@
3527
3527
  {
3528
3528
  "disabled": false,
3529
3529
  "document": "偏移量,默认为0",
3530
- "example": "",
3530
+ "example": "0",
3531
3531
  "member": "int64",
3532
3532
  "name": "Offset",
3533
3533
  "required": false,
@@ -3536,7 +3536,7 @@
3536
3536
  {
3537
3537
  "disabled": false,
3538
3538
  "document": "返回最大数量,默认 20, 最大值 100",
3539
- "example": "",
3539
+ "example": "3",
3540
3540
  "member": "int64",
3541
3541
  "name": "Limit",
3542
3542
  "required": false,
@@ -3856,7 +3856,7 @@
3856
3856
  {
3857
3857
  "disabled": false,
3858
3858
  "document": "仓库名称",
3859
- "example": "dockerhub/test",
3859
+ "example": "nicokang/golang",
3860
3860
  "member": "string",
3861
3861
  "name": "RepoName",
3862
3862
  "required": true,
@@ -3865,7 +3865,7 @@
3865
3865
  {
3866
3866
  "disabled": false,
3867
3867
  "document": "Tag名",
3868
- "example": "test",
3868
+ "example": "4",
3869
3869
  "member": "string",
3870
3870
  "name": "Tag",
3871
3871
  "required": true,
@@ -3880,7 +3880,7 @@
3880
3880
  {
3881
3881
  "disabled": false,
3882
3882
  "document": "返回tag镜像内容相同的tag列表",
3883
- "example": "",
3883
+ "example": "{\"SameImages\":[\"3\"]}",
3884
3884
  "member": "SameImagesResp",
3885
3885
  "name": "Data",
3886
3886
  "output_required": true,
@@ -7632,7 +7632,7 @@
7632
7632
  {
7633
7633
  "disabled": false,
7634
7634
  "document": "命名空间",
7635
- "example": "",
7635
+ "example": "nicokang",
7636
7636
  "member": "string",
7637
7637
  "name": "Namespace",
7638
7638
  "required": true,
@@ -7642,7 +7642,7 @@
7642
7642
  {
7643
7643
  "disabled": false,
7644
7644
  "document": "创建时间",
7645
- "example": "",
7645
+ "example": "2024-06-22 10:37:26",
7646
7646
  "member": "string",
7647
7647
  "name": "CreationTime",
7648
7648
  "required": true,
@@ -7652,7 +7652,7 @@
7652
7652
  {
7653
7653
  "disabled": false,
7654
7654
  "document": "命名空间下仓库数量",
7655
- "example": "",
7655
+ "example": "10",
7656
7656
  "member": "int64",
7657
7657
  "name": "RepoCount",
7658
7658
  "required": true,
@@ -8057,7 +8057,7 @@
8057
8057
  {
8058
8058
  "disabled": false,
8059
8059
  "document": "实例创建过程类型",
8060
- "example": "",
8060
+ "example": "type",
8061
8061
  "member": "string",
8062
8062
  "name": "Type",
8063
8063
  "output_required": true,
@@ -8077,7 +8077,7 @@
8077
8077
  {
8078
8078
  "disabled": false,
8079
8079
  "document": "转换到该过程的简明原因\n注意:此字段可能返回 null,表示取不到有效值。",
8080
- "example": "",
8080
+ "example": "reason",
8081
8081
  "member": "string",
8082
8082
  "name": "Reason",
8083
8083
  "output_required": true,
@@ -9155,7 +9155,7 @@
9155
9155
  "example": "4",
9156
9156
  "member": "string",
9157
9157
  "name": "TagName",
9158
- "required": true,
9158
+ "output_required": true,
9159
9159
  "type": "string",
9160
9160
  "value_allowed_null": false
9161
9161
  },
@@ -9165,7 +9165,7 @@
9165
9165
  "example": "sha256:369a4a10ed88e84519de6d492049a9439d625b663c186edaf7f8b84a90170449",
9166
9166
  "member": "string",
9167
9167
  "name": "TagId",
9168
- "required": true,
9168
+ "output_required": true,
9169
9169
  "type": "string",
9170
9170
  "value_allowed_null": false
9171
9171
  },
@@ -9175,7 +9175,7 @@
9175
9175
  "example": "sha256:0111d1811773a9e0f11fe99d068079bd9d3d7eb6f79694cf0574a1bad0922c7a",
9176
9176
  "member": "string",
9177
9177
  "name": "ImageId",
9178
- "required": true,
9178
+ "output_required": true,
9179
9179
  "type": "string",
9180
9180
  "value_allowed_null": false
9181
9181
  },
@@ -9185,7 +9185,7 @@
9185
9185
  "example": "294 MB",
9186
9186
  "member": "string",
9187
9187
  "name": "Size",
9188
- "required": true,
9188
+ "output_required": true,
9189
9189
  "type": "string",
9190
9190
  "value_allowed_null": false
9191
9191
  },
@@ -9195,17 +9195,17 @@
9195
9195
  "example": "2025-01-02 15:14:45 +0800 CST",
9196
9196
  "member": "string",
9197
9197
  "name": "CreationTime",
9198
- "required": true,
9198
+ "output_required": true,
9199
9199
  "type": "string",
9200
9200
  "value_allowed_null": false
9201
9201
  },
9202
9202
  {
9203
9203
  "disabled": false,
9204
9204
  "document": "制品创建至今时间长度\n注意:此字段可能返回 null,表示取不到有效值。",
9205
- "example": "",
9205
+ "example": "empty",
9206
9206
  "member": "string",
9207
9207
  "name": "DurationDays",
9208
- "required": true,
9208
+ "output_required": true,
9209
9209
  "type": "string",
9210
9210
  "value_allowed_null": true
9211
9211
  },
@@ -9215,7 +9215,7 @@
9215
9215
  "example": "nico",
9216
9216
  "member": "string",
9217
9217
  "name": "Author",
9218
- "required": true,
9218
+ "output_required": true,
9219
9219
  "type": "string",
9220
9220
  "value_allowed_null": false
9221
9221
  },
@@ -9225,7 +9225,7 @@
9225
9225
  "example": "arm64",
9226
9226
  "member": "string",
9227
9227
  "name": "Architecture",
9228
- "required": true,
9228
+ "output_required": true,
9229
9229
  "type": "string",
9230
9230
  "value_allowed_null": false
9231
9231
  },
@@ -9235,7 +9235,7 @@
9235
9235
  "example": "Docker version 26.0.0, build 2ae903e",
9236
9236
  "member": "string",
9237
9237
  "name": "DockerVersion",
9238
- "required": true,
9238
+ "output_required": true,
9239
9239
  "type": "string",
9240
9240
  "value_allowed_null": false
9241
9241
  },
@@ -9245,7 +9245,7 @@
9245
9245
  "example": "linux",
9246
9246
  "member": "string",
9247
9247
  "name": "OS",
9248
- "required": true,
9248
+ "output_required": true,
9249
9249
  "type": "string",
9250
9250
  "value_allowed_null": false
9251
9251
  },
@@ -9255,7 +9255,7 @@
9255
9255
  "example": "294736583",
9256
9256
  "member": "int64",
9257
9257
  "name": "SizeByte",
9258
- "required": true,
9258
+ "output_required": true,
9259
9259
  "type": "int",
9260
9260
  "value_allowed_null": false
9261
9261
  },
@@ -9265,7 +9265,7 @@
9265
9265
  "example": "21118257",
9266
9266
  "member": "int64",
9267
9267
  "name": "Id",
9268
- "required": true,
9268
+ "output_required": true,
9269
9269
  "type": "int",
9270
9270
  "value_allowed_null": false
9271
9271
  },
@@ -9275,7 +9275,7 @@
9275
9275
  "example": "2025-01-02 15:14:56 +0800 CST",
9276
9276
  "member": "string",
9277
9277
  "name": "UpdateTime",
9278
- "required": true,
9278
+ "output_required": true,
9279
9279
  "type": "string",
9280
9280
  "value_allowed_null": false
9281
9281
  },
@@ -9285,7 +9285,7 @@
9285
9285
  "example": "2025-01-02 15:14:45 +0800 CST",
9286
9286
  "member": "string",
9287
9287
  "name": "PushTime",
9288
- "required": true,
9288
+ "output_required": true,
9289
9289
  "type": "string",
9290
9290
  "value_allowed_null": false
9291
9291
  },
@@ -9295,7 +9295,7 @@
9295
9295
  "example": "Artifact::application/vnd.docker.distribution.manifest.v2+json",
9296
9296
  "member": "string",
9297
9297
  "name": "Kind",
9298
- "required": true,
9298
+ "output_required": true,
9299
9299
  "type": "string",
9300
9300
  "value_allowed_null": false
9301
9301
  }
@@ -9383,7 +9383,7 @@
9383
9383
  "example": "SyncDBTask",
9384
9384
  "member": "string",
9385
9385
  "name": "TaskName",
9386
- "required": true,
9386
+ "output_required": true,
9387
9387
  "type": "string",
9388
9388
  "value_allowed_null": false
9389
9389
  },
@@ -9393,7 +9393,7 @@
9393
9393
  "example": "tcr-task-tcr-dg284imq-5-os5gcu-a152a2ca-2aee-4356-8bd9-09eea73c5c0a",
9394
9394
  "member": "string",
9395
9395
  "name": "TaskUUID",
9396
- "required": true,
9396
+ "output_required": true,
9397
9397
  "type": "string",
9398
9398
  "value_allowed_null": false
9399
9399
  },
@@ -9403,17 +9403,17 @@
9403
9403
  "example": "SUCCESS",
9404
9404
  "member": "string",
9405
9405
  "name": "TaskStatus",
9406
- "required": true,
9406
+ "output_required": true,
9407
9407
  "type": "string",
9408
9408
  "value_allowed_null": false
9409
9409
  },
9410
9410
  {
9411
9411
  "disabled": false,
9412
9412
  "document": "任务的状态信息\n注意:此字段可能返回 null,表示取不到有效值。",
9413
- "example": "",
9413
+ "example": "empty",
9414
9414
  "member": "string",
9415
9415
  "name": "TaskMessage",
9416
- "required": true,
9416
+ "output_required": true,
9417
9417
  "type": "string",
9418
9418
  "value_allowed_null": true
9419
9419
  },
@@ -9423,7 +9423,7 @@
9423
9423
  "example": "2025-01-02T15:10:06+08:00",
9424
9424
  "member": "string",
9425
9425
  "name": "CreatedTime",
9426
- "required": true,
9426
+ "output_required": true,
9427
9427
  "type": "string",
9428
9428
  "value_allowed_null": false
9429
9429
  },
@@ -9433,7 +9433,7 @@
9433
9433
  "example": "2025-01-02T15:10:12+08:00",
9434
9434
  "member": "string",
9435
9435
  "name": "FinishedTime",
9436
- "required": true,
9436
+ "output_required": true,
9437
9437
  "type": "string",
9438
9438
  "value_allowed_null": true
9439
9439
  }
@@ -10308,7 +10308,7 @@
10308
10308
  {
10309
10309
  "disabled": false,
10310
10310
  "document": "触发器描述",
10311
- "example": "",
10311
+ "example": "desc",
10312
10312
  "member": "string",
10313
10313
  "name": "Description",
10314
10314
  "output_required": true,
@@ -223,8 +223,8 @@
223
223
  "DeleteImage": [
224
224
  {
225
225
  "document": "",
226
- "input": "https://tcr.tencentcloudapi.com/?Action=DeleteImage\r\n&RegistryId=tcr-okmj78\r\n&NamespaceName=mytest\r\n&RepositoryName=test\r\n&ImageVersion=1.0\r\n&<公共请求参数>",
227
- "output": "{\n \"Response\": {\n \"RequestId\": \"2ac430cd-f7de-482e-b98e-f78a48e785e8\"\n }\n}",
226
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImage\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"multi-arch\",\n \"RepositoryName\": \"alpine\",\n \"ImageVersion\": \"1\"\n}",
227
+ "output": "{\n \"Response\": {\n \"RequestId\": \"feeb9395-1fd7-41b4-8d1d-e791ca1cad5d\"\n }\n}",
228
228
  "title": "删除指定镜像"
229
229
  }
230
230
  ],
@@ -287,8 +287,8 @@
287
287
  "DeleteInternalEndpointDns": [
288
288
  {
289
289
  "document": "",
290
- "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteInternalEndpointDns\n<公共请求参数>\n\n{\n \"InstanceId\": \"tcr-xxx\",\n \"EniLBIp\": \"1.1.1.1\",\n \"VpcId\": \"vpc-xxx\",\n \"UsePublicDomain\": \"false\"\n}",
291
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxx\"\n }\n}",
290
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteInternalEndpointDns\n<公共请求参数>\n\n{\n \"InstanceId\": \"tcr-dg284imq\",\n \"VpcId\": \"vpc-9iazgkcl\",\n \"EniLBIp\": \"192.168.23.69\",\n \"UsePublicDomain\": true,\n \"RegionName\": \"ap-guangzhou\"\n}",
291
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f63b71b9-196b-4648-a086-8a29c2bffc86\"\n }\n}",
292
292
  "title": "删除私有域名解析"
293
293
  }
294
294
  ],
@@ -327,8 +327,8 @@
327
327
  "DeleteRepository": [
328
328
  {
329
329
  "document": "",
330
- "input": "https://tcr.tencentcloudapi.com/?Action=DeleteRepository\n&RegistryId=tcr-okmj78\n&NamespaceName=test\n&RepositoryName=mytest\n&<公共请求参数>",
331
- "output": "{\n \"Response\": {\n \"RequestId\": \"2ac430cd-f7de-482e-b98e-f78a48e785e8\"\n }\n}",
330
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRepository\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"private\",\n \"RepositoryName\": \"golang\"\n}",
331
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ca2eddea-14cc-4c3f-96e5-de50fd1fd4c0\"\n }\n}",
332
332
  "title": "删除镜像仓库"
333
333
  }
334
334
  ],
@@ -343,8 +343,8 @@
343
343
  "DeleteRepositoryTags": [
344
344
  {
345
345
  "document": "",
346
- "input": "https://tcr.tencentcloudapi.com/?Action=DeleteRepositoryTags\n&RegistryId=tcr-xxx\n&NamespaceName=test\n&RepositoryName=demo\n&Tags.0=tag0\n&<公共请求参数>",
347
- "output": "{\n \"Response\": {\n \"RequestId\": \"2ac430cd-f7de-482e-b98e-f78a48e785e8\"\n }\n}",
346
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteRepositoryTags\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"NamespaceName\": \"public\",\n \"RepositoryName\": \"golang\",\n \"Tags\": [\n \"1\",\n \"2\"\n ]\n}",
347
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6f337112-efb5-4b49-9430-bb980089f4ea\"\n }\n}",
348
348
  "title": "批量删除镜像仓库Tag"
349
349
  }
350
350
  ],
@@ -359,8 +359,8 @@
359
359
  "DeleteServiceAccount": [
360
360
  {
361
361
  "document": "删除服务级账号",
362
- "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteServiceAccount\n<公共请求参数>\n\n{\n \"RegistryId\": \"abc\",\n \"Name\": \"abc\"\n}",
363
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
362
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteServiceAccount\n<公共请求参数>\n\n{\n \"RegistryId\": \"tcr-dg284imq\",\n \"Name\": \"tcr$servie-account3\"\n}",
363
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0804e7fc-58f6-439b-9f76-9c10b22c49ed\"\n }\n}",
364
364
  "title": "删除服务级账号"
365
365
  }
366
366
  ],
@@ -399,8 +399,8 @@
399
399
  "DescribeApplicationTriggerPersonal": [
400
400
  {
401
401
  "document": "",
402
- "input": "https://tcr.tencentcloudapi.com/?Action=DescribeApplicationTriggerPersonal\r\n&RepoName=test/test123\r\n&<公共请求参数>",
403
- "output": "{\n \"Response\": {\n \"Data\": {\n \"TotalCount\": 1,\n \"TriggerInfo\": [\n {\n \"TriggerName\": \"test2\",\n \"InvokeSource\": \"IMAGE_PUSH\",\n \"InvokeAction\": \"SERVICE_UPDATE\",\n \"CreateTime\": \"2020-01-23 17:06:17\",\n \"UpdateTime\": \"2020-01-23 17:44:26\",\n \"InvokeCondition\": {\n \"InvokeMethod\": \"taglist\",\n \"InvokeExpr\": \"abc\"\n },\n \"InvokePara\": {\n \"AppId\": \"1251006373\",\n \"ClusterId\": \"cls-aj3c8wz5\",\n \"Namespace\": \"default\",\n \"ServiceName\": \"Deployment:testdp\",\n \"ContainerName\": \"testcon\",\n \"ClusterRegion\": 16\n }\n }\n ]\n },\n \"RequestId\": \"7d27c2f4-0473-484c-b62e-fcb379758289\"\n }\n}",
402
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationTriggerPersonal\n<公共请求参数>\n\n{\n \"Limit\": 3\n}",
403
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"TotalCount\": 29,\n \"TriggerInfo\": [\n {\n \"CreateTime\": \"2021-11-18 11:51:13\",\n \"InvokeAction\": \"SERVICE_UPDATE\",\n \"InvokeCondition\": {\n \"InvokeExpr\": \"\",\n \"InvokeMethod\": \"all\"\n },\n \"InvokePara\": {\n \"AppId\": \"1251707795\",\n \"ClusterId\": \"cls-prnklzue\",\n \"ClusterRegion\": 1,\n \"ContainerName\": \"nginx\",\n \"Namespace\": \"default\",\n \"ServiceName\": \"Deployment:nginx-deployment\"\n },\n \"InvokeSource\": \"IMAGE_PUSH\",\n \"TriggerName\": \"aaaa\",\n \"UpdateTime\": \"2021-11-18 11:51:13\"\n },\n {\n \"CreateTime\": \"2021-10-27 10:11:30\",\n \"InvokeAction\": \"SERVICE_UPDATE\",\n \"InvokeCondition\": {\n \"InvokeExpr\": \"\",\n \"InvokeMethod\": \"all\"\n },\n \"InvokePara\": {\n \"AppId\": \"1251707795\",\n \"ClusterId\": \"cls-94j6nzm8\",\n \"ClusterRegion\": 33,\n \"ContainerName\": \"nginx\",\n \"Namespace\": \"default\",\n \"ServiceName\": \"Deployment:nginx\"\n },\n \"InvokeSource\": \"IMAGE_PUSH\",\n \"TriggerName\": \"sss\",\n \"UpdateTime\": \"2021-10-27 10:11:30\"\n },\n {\n \"CreateTime\": \"2020-12-22 10:45:36\",\n \"InvokeAction\": \"SERVICE_UPDATE\",\n \"InvokeCondition\": {\n \"InvokeExpr\": \"\",\n \"InvokeMethod\": \"all\"\n },\n \"InvokePara\": {\n \"AppId\": \"1251707795\",\n \"ClusterId\": \"123\",\n \"ClusterRegion\": 1,\n \"ContainerName\": \"web\",\n \"Namespace\": \"default\",\n \"ServiceName\": \"Deployment:kofj\"\n },\n \"InvokeSource\": \"IMAGE_PUSH\",\n \"TriggerName\": \"kofj-test-20201222\",\n \"UpdateTime\": \"2020-12-22 10:45:36\"\n }\n ]\n },\n \"RequestId\": \"a904482e-68ec-47d9-9f1f-87908659bd81\"\n }\n}",
404
404
  "title": "查询应用更新触发器"
405
405
  }
406
406
  ],
@@ -447,8 +447,8 @@
447
447
  "DescribeImageFilterPersonal": [
448
448
  {
449
449
  "document": "",
450
- "input": "https://tcr.tencentcloudapi.com/?Action=DescribeImageFilterPersonal\n&RepoName=dockerhub/test\n&Tag=test\n&<公共请求参数>",
451
- "output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\",\n \"Data\": {\n \"SameImages\": [\n \"99\"\n ]\n }\n }\n}",
450
+ "input": "POST / HTTP/1.1\nHost: tcr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageFilterPersonal\n<公共请求参数>\n\n{\n \"RepoName\": \"nicokang/golang\",\n \"Tag\": \"4\"\n}",
451
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"SameImages\": [\n \"3\"\n ]\n },\n \"RequestId\": \"9b054042-5447-4902-bd48-2c92f5be5b0f\"\n }\n}",
452
452
  "title": "查询个人版与指定tag镜像内容相同的tag列表"
453
453
  }
454
454
  ],
@@ -106,6 +106,14 @@
106
106
  "title": "申请按小时流量计费的常规BGP IPv6地址。"
107
107
  }
108
108
  ],
109
+ "AllocateIp6AddressesBandwidth": [
110
+ {
111
+ "document": "指定IPv6地址开通公网访问能力。",
112
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AllocateIp6AddressesBandwidth\n<公共请求参数>\n\n{\n \"Ip6Addresses\": [\n \"2402:4e00:1000:200:0:8d8a:60b7:87f8\"\n ],\n \"InternetMaxBandwidthOut\": 1\n}",
113
+ "output": "{\n \"Response\": {\n \"AddressSet\": [\n \"eip-68dqs5ri\"\n ],\n \"TaskId\": \"194395704\",\n \"RequestId\": \"283a29bf-982d-4d55-984a-0d464f61f9ae\"\n }\n}",
114
+ "title": "指定IPv6地址开通公网访问能力"
115
+ }
116
+ ],
109
117
  "AssignIpv6Addresses": [
110
118
  {
111
119
  "document": "分配指定IPv6地址",
@@ -1594,6 +1602,20 @@
1594
1602
  "title": "根据IPv6AddressIds查询IPv6信息"
1595
1603
  }
1596
1604
  ],
1605
+ "DescribeIp6Addresses": [
1606
+ {
1607
+ "document": "根据Filter查询IPv6信息。",
1608
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"2402:4e00:1000:2d00:0:8f3f:6:9895\"\n ],\n \"Name\": \"address-ip\"\n }\n ]\n}",
1609
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1610
+ "title": "根据Filter查询IPv6信息"
1611
+ },
1612
+ {
1613
+ "document": "根据Ip6AddressIds查询IPv6信息。",
1614
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIp6Addresses\n<公共请求参数>\n\n{\n \"Ip6AddressIds\": [\n \"eip-lrhy2lpe\"\n ]\n}",
1615
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AddressSet\": [\n {\n \"AddressId\": \"eip-lrhy2lpe\",\n \"AddressName\": \"demo\",\n \"AddressStatus\": \"BIND\",\n \"AddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"InstanceId\": \"ins-0cu6wix4\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"NetworkInterfaceId\": \"eni-85sohtb7\",\n \"PrivateAddressIp\": \"2402:4e00:1000:2d00:0:8f3f:6:9895\",\n \"IsArrears\": true,\n \"IsBlocked\": true,\n \"IsEipDirectConnection\": true,\n \"AddressType\": \"EIP6\",\n \"CascadeRelease\": true,\n \"EipAlgType\": {\n \"Ftp\": true,\n \"Sip\": true\n },\n \"InternetServiceProvider\": \"BGP\",\n \"LocalBgp\": true,\n \"Bandwidth\": 1,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"TagSet\": [\n {\n \"Key\": \"role\",\n \"Value\": \"developer\"\n }\n ],\n \"DeadlineDate\": \"2020-09-22\",\n \"InstanceType\": \"CVM\",\n \"Egress\": \"center_egress1\"\n }\n ],\n \"RequestId\": \"64b212c4-d541-44c3-80ff-1131967a77c5\"\n }\n}",
1616
+ "title": "根据Ip6AddressIds查询IPv6信息"
1617
+ }
1618
+ ],
1597
1619
  "DescribeIp6TranslatorQuota": [
1598
1620
  {
1599
1621
  "document": "查询IPV6转换实例配额",
@@ -2803,7 +2825,7 @@
2803
2825
  "ModifyIPv6AddressesAttributes": [
2804
2826
  {
2805
2827
  "document": "批量调整弹性公网IPv6地址名称。",
2806
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIPv6AddressesAttributes\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-2ucdpy9t\",\n \"eipv6-3lxpc6sh\"\n ],\n \"IPv6AddressName\": \"test\"\n}",
2828
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyIPv6AddressesAttributes\n<公共请求参数>\n\n{\n \"IPv6AddressIds\": [\n \"eipv6-2ucdpy9t\",\n \"eipv6-3lxpc6sh\"\n ],\n \"IPv6AddressName\": \"demo\"\n}",
2807
2829
  "output": "{\n \"Response\": {\n \"RequestId\": \"a75d9b1a-0640-43a2-837b-6334247e9fbc\"\n }\n}",
2808
2830
  "title": "批量调整弹性公网IPv6地址名称"
2809
2831
  }
@@ -2481,6 +2481,39 @@
2481
2481
  "required": false,
2482
2482
  "type": "string",
2483
2483
  "value_allowed_null": true
2484
+ },
2485
+ {
2486
+ "disabled": false,
2487
+ "document": "近范围值\n注意:此字段可能返回 null,表示取不到有效值。",
2488
+ "example": "1",
2489
+ "member": "int64",
2490
+ "name": "IndicatorTimeRangeValue",
2491
+ "output_required": false,
2492
+ "required": false,
2493
+ "type": "int",
2494
+ "value_allowed_null": true
2495
+ },
2496
+ {
2497
+ "disabled": false,
2498
+ "document": "近范围单位\n注意:此字段可能返回 null,表示取不到有效值。",
2499
+ "example": "day",
2500
+ "member": "string",
2501
+ "name": "IndicatorTimeRangeUnit",
2502
+ "output_required": false,
2503
+ "required": false,
2504
+ "type": "string",
2505
+ "value_allowed_null": true
2506
+ },
2507
+ {
2508
+ "disabled": false,
2509
+ "document": "同步类型\n注意:此字段可能返回 null,表示取不到有效值。",
2510
+ "example": "1",
2511
+ "member": "int64",
2512
+ "name": "SyncType",
2513
+ "output_required": false,
2514
+ "required": false,
2515
+ "type": "int",
2516
+ "value_allowed_null": true
2484
2517
  }
2485
2518
  ],
2486
2519
  "usage": "both"
@@ -8693,7 +8726,7 @@
8693
8726
  },
8694
8727
  {
8695
8728
  "disabled": false,
8696
- "document": "目录分类",
8729
+ "document": "目录分类,该值必传,枚举值如下:\nETL:数据集成\nEMR:EMR\nTBDS:TBDS\nDLC:DLC\nTDSQL:TDSQL\nTCHOUSE:TCHOUSE\nGENERAL:通用\nTI_ONE:TI-ONE机器学习\nACROSS_WORKFLOWS:跨工作流",
8697
8730
  "example": "DLC",
8698
8731
  "member": "string",
8699
8732
  "name": "TaskNodeType",