tccli 3.0.1121.1__py2.py3-none-any.whl → 3.0.1123.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/antiddos/v20200309/api.json +19 -0
  4. tccli/services/cdb/v20170320/api.json +127 -26
  5. tccli/services/cdb/v20170320/examples.json +2 -2
  6. tccli/services/domain/v20180808/api.json +120 -102
  7. tccli/services/ess/ess_client.py +53 -0
  8. tccli/services/ess/v20201111/api.json +126 -0
  9. tccli/services/ess/v20201111/examples.json +20 -0
  10. tccli/services/faceid/v20180301/api.json +2 -2
  11. tccli/services/iotcloud/v20210408/api.json +37 -17
  12. tccli/services/iotexplorer/v20190423/api.json +20 -10
  13. tccli/services/lighthouse/v20200324/api.json +78 -70
  14. tccli/services/lighthouse/v20200324/examples.json +1 -1
  15. tccli/services/ms/v20180408/api.json +6 -3
  16. tccli/services/ms/v20180408/examples.json +1 -1
  17. tccli/services/oceanus/v20190422/api.json +10 -0
  18. tccli/services/redis/v20180412/api.json +4 -4
  19. tccli/services/rum/v20210622/api.json +7 -6
  20. tccli/services/rum/v20210622/examples.json +15 -15
  21. tccli/services/tcb/v20180608/api.json +5 -5
  22. tccli/services/tcr/v20190924/api.json +1 -1
  23. tccli/services/tcr/v20190924/examples.json +1 -1
  24. tccli/services/tse/v20201207/api.json +22 -0
  25. tccli/services/tsf/v20180326/api.json +77 -16
  26. tccli/services/vdb/__init__.py +4 -0
  27. tccli/services/vdb/v20230616/api.json +505 -0
  28. tccli/services/vdb/v20230616/examples.json +13 -0
  29. tccli/services/vdb/vdb_client.py +195 -0
  30. tccli/services/waf/v20180125/api.json +124 -0
  31. tccli/services/waf/v20180125/examples.json +8 -0
  32. tccli/services/waf/waf_client.py +53 -0
  33. tccli/services/wedata/v20210820/api.json +9 -0
  34. tccli/services/yinsuda/v20220527/api.json +285 -268
  35. tccli/services/yinsuda/v20220527/examples.json +5 -5
  36. {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/METADATA +2 -2
  37. {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/RECORD +40 -36
  38. {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/WHEEL +0 -0
  39. {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/entry_points.txt +0 -0
  40. {tccli-3.0.1121.1.dist-info → tccli-3.0.1123.1.dist-info}/license_files/LICENSE +0 -0
@@ -4656,6 +4656,16 @@
4656
4656
  "output_required": false,
4657
4657
  "type": "list",
4658
4658
  "value_allowed_null": true
4659
+ },
4660
+ {
4661
+ "disabled": false,
4662
+ "document": "DUAL_STATUS_WRITE_REGISTRATION_ON 双写&&双注册开启\n\nDUAL_STATUS_WRITE_REGISTRATION_OFF 双写&&双注册关闭\n注意:此字段可能返回 null,表示取不到有效值。",
4663
+ "example": "无",
4664
+ "member": "string",
4665
+ "name": "DaulStatus",
4666
+ "output_required": false,
4667
+ "type": "string",
4668
+ "value_allowed_null": true
4659
4669
  }
4660
4670
  ],
4661
4671
  "usage": "out"
@@ -9170,11 +9180,20 @@
9170
9180
  {
9171
9181
  "disabled": false,
9172
9182
  "document": "应用ID",
9173
- "example": "",
9183
+ "example": "application-xx",
9174
9184
  "member": "string",
9175
9185
  "name": "ApplicationId",
9176
9186
  "required": true,
9177
9187
  "type": "string"
9188
+ },
9189
+ {
9190
+ "disabled": false,
9191
+ "document": "是否删除镜像仓库",
9192
+ "example": "无",
9193
+ "member": "bool",
9194
+ "name": "SyncDeleteImageRepository",
9195
+ "required": false,
9196
+ "type": "bool"
9178
9197
  }
9179
9198
  ],
9180
9199
  "type": "object"
@@ -9185,9 +9204,10 @@
9185
9204
  {
9186
9205
  "disabled": false,
9187
9206
  "document": "删除应用操作是否成功。\ntrue:操作成功。\nfalse:操作失败。\n注意:此字段可能返回 null,表示取不到有效值。",
9188
- "example": "",
9207
+ "example": "true",
9189
9208
  "member": "bool",
9190
9209
  "name": "Result",
9210
+ "output_required": true,
9191
9211
  "type": "bool",
9192
9212
  "value_allowed_null": true
9193
9213
  },
@@ -11813,7 +11833,7 @@
11813
11833
  {
11814
11834
  "disabled": false,
11815
11835
  "document": "配置项名称,不传入时查询全量",
11816
- "example": "",
11836
+ "example": "",
11817
11837
  "member": "string",
11818
11838
  "name": "ConfigName",
11819
11839
  "required": false,
@@ -11822,7 +11842,7 @@
11822
11842
  {
11823
11843
  "disabled": false,
11824
11844
  "document": "部署组ID,不传入时查询全量",
11825
- "example": "",
11845
+ "example": "",
11826
11846
  "member": "string",
11827
11847
  "name": "GroupId",
11828
11848
  "required": false,
@@ -11831,7 +11851,7 @@
11831
11851
  {
11832
11852
  "disabled": false,
11833
11853
  "document": "命名空间ID,不传入时查询全量",
11834
- "example": "",
11854
+ "example": "",
11835
11855
  "member": "string",
11836
11856
  "name": "NamespaceId",
11837
11857
  "required": false,
@@ -11840,7 +11860,7 @@
11840
11860
  {
11841
11861
  "disabled": false,
11842
11862
  "document": "集群ID,不传入时查询全量",
11843
- "example": "",
11863
+ "example": "",
11844
11864
  "member": "string",
11845
11865
  "name": "ClusterId",
11846
11866
  "required": false,
@@ -11849,7 +11869,7 @@
11849
11869
  {
11850
11870
  "disabled": false,
11851
11871
  "document": "每页条数",
11852
- "example": "",
11872
+ "example": "",
11853
11873
  "member": "int64",
11854
11874
  "name": "Limit",
11855
11875
  "required": false,
@@ -11858,7 +11878,7 @@
11858
11878
  {
11859
11879
  "disabled": false,
11860
11880
  "document": "偏移量",
11861
- "example": "",
11881
+ "example": "",
11862
11882
  "member": "int64",
11863
11883
  "name": "Offset",
11864
11884
  "required": false,
@@ -11867,7 +11887,7 @@
11867
11887
  {
11868
11888
  "disabled": false,
11869
11889
  "document": "配置ID,不传入时查询全量",
11870
- "example": "",
11890
+ "example": "",
11871
11891
  "member": "string",
11872
11892
  "name": "ConfigId",
11873
11893
  "required": false,
@@ -11876,7 +11896,7 @@
11876
11896
  {
11877
11897
  "disabled": false,
11878
11898
  "document": "应用ID,不传入时查询全量",
11879
- "example": "",
11899
+ "example": "",
11880
11900
  "member": "string",
11881
11901
  "name": "ApplicationId",
11882
11902
  "required": false,
@@ -11891,9 +11911,10 @@
11891
11911
  {
11892
11912
  "disabled": false,
11893
11913
  "document": "分页的配置发布信息\n注意:此字段可能返回 null,表示取不到有效值。",
11894
- "example": "",
11914
+ "example": "",
11895
11915
  "member": "TsfPageConfigRelease",
11896
11916
  "name": "Result",
11917
+ "output_required": true,
11897
11918
  "type": "object",
11898
11919
  "value_allowed_null": true
11899
11920
  },
@@ -14884,6 +14905,15 @@
14884
14905
  "name": "MicroserviceNameList",
14885
14906
  "required": false,
14886
14907
  "type": "list"
14908
+ },
14909
+ {
14910
+ "disabled": false,
14911
+ "document": "注册中心实例id",
14912
+ "example": "ins-ac69c57e",
14913
+ "member": "string",
14914
+ "name": "ConfigCenterInstanceId",
14915
+ "required": false,
14916
+ "type": "string"
14887
14917
  }
14888
14918
  ],
14889
14919
  "type": "object"
@@ -14897,7 +14927,7 @@
14897
14927
  "example": "无",
14898
14928
  "member": "TsfPageMicroservice",
14899
14929
  "name": "Result",
14900
- "required": true,
14930
+ "output_required": true,
14901
14931
  "type": "object",
14902
14932
  "value_allowed_null": true
14903
14933
  },
@@ -16427,7 +16457,7 @@
16427
16457
  },
16428
16458
  {
16429
16459
  "disabled": false,
16430
- "document": "命名空间Id",
16460
+ "document": "命名空间Id,此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。",
16431
16461
  "example": "无",
16432
16462
  "member": "string",
16433
16463
  "name": "NamespaceId",
@@ -16454,7 +16484,7 @@
16454
16484
  },
16455
16485
  {
16456
16486
  "disabled": false,
16457
- "document": "开始时间:年月日 时分秒2020-05-12 14:43:12",
16487
+ "document": "开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空",
16458
16488
  "example": "无",
16459
16489
  "member": "datetime",
16460
16490
  "name": "EndTime",
@@ -16463,7 +16493,7 @@
16463
16493
  },
16464
16494
  {
16465
16495
  "disabled": false,
16466
- "document": "开始时间:年月日 时分秒2020-05-12 14:43:12",
16496
+ "document": "开始时间:年月日 时分秒2020-05-12 14:43:12, 不能为空",
16467
16497
  "example": "无",
16468
16498
  "member": "datetime",
16469
16499
  "name": "StartTime",
@@ -16523,6 +16553,15 @@
16523
16553
  "name": "NamespaceIdList",
16524
16554
  "required": false,
16525
16555
  "type": "list"
16556
+ },
16557
+ {
16558
+ "disabled": false,
16559
+ "document": "独占配置中心的ID",
16560
+ "example": "无",
16561
+ "member": "string",
16562
+ "name": "ConfigCenterInstanceId",
16563
+ "required": false,
16564
+ "type": "string"
16526
16565
  }
16527
16566
  ],
16528
16567
  "type": "object"
@@ -16536,7 +16575,7 @@
16536
16575
  "example": "无",
16537
16576
  "member": "ServiceStatisticsResults",
16538
16577
  "name": "Result",
16539
- "required": true,
16578
+ "output_required": true,
16540
16579
  "type": "object",
16541
16580
  "value_allowed_null": true
16542
16581
  },
@@ -27380,6 +27419,28 @@
27380
27419
  "required": false,
27381
27420
  "type": "string",
27382
27421
  "value_allowed_null": true
27422
+ },
27423
+ {
27424
+ "disabled": false,
27425
+ "document": "当前版本\n注意:此字段可能返回 null,表示取不到有效值。",
27426
+ "example": "1.18.0.0",
27427
+ "member": "string",
27428
+ "name": "CurrentVersion",
27429
+ "output_required": false,
27430
+ "required": false,
27431
+ "type": "string",
27432
+ "value_allowed_null": true
27433
+ },
27434
+ {
27435
+ "disabled": false,
27436
+ "document": "需要升级的版本\n注意:此字段可能返回 null,表示取不到有效值。",
27437
+ "example": "1.18.0.1",
27438
+ "member": "string",
27439
+ "name": "TargetVersion",
27440
+ "output_required": false,
27441
+ "required": false,
27442
+ "type": "string",
27443
+ "value_allowed_null": true
27383
27444
  }
27384
27445
  ],
27385
27446
  "usage": "both"
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.vdb.vdb_client import action_caller
4
+