tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1344.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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +38 -38
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +61 -0
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +15 -6
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +127 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +40 -30
- tccli/services/teo/v20220901/examples.json +19 -19
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +14 -21
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,13 @@
|
|
56
56
|
"output": "DescribeBackUpTablesResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
|
+
"DescribeCNInstances": {
|
60
|
+
"document": "获取云原生实例列表",
|
61
|
+
"input": "DescribeCNInstancesRequest",
|
62
|
+
"name": "获取云原生实例列表",
|
63
|
+
"output": "DescribeCNInstancesResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
59
66
|
"DescribeCkSqlApis": {
|
60
67
|
"document": "查询集群用户、集群表,数据库等相关信息",
|
61
68
|
"input": "DescribeCkSqlApisRequest",
|
@@ -479,6 +486,212 @@
|
|
479
486
|
],
|
480
487
|
"usage": "both"
|
481
488
|
},
|
489
|
+
"CNResource": {
|
490
|
+
"document": "资源信息",
|
491
|
+
"members": [
|
492
|
+
{
|
493
|
+
"disabled": false,
|
494
|
+
"document": "无",
|
495
|
+
"example": "无",
|
496
|
+
"member": "int64",
|
497
|
+
"name": "ID",
|
498
|
+
"required": true,
|
499
|
+
"type": "int",
|
500
|
+
"value_allowed_null": false
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"disabled": false,
|
504
|
+
"document": "无",
|
505
|
+
"example": "无",
|
506
|
+
"member": "string",
|
507
|
+
"name": "InstanceID",
|
508
|
+
"required": true,
|
509
|
+
"type": "string",
|
510
|
+
"value_allowed_null": false
|
511
|
+
},
|
512
|
+
{
|
513
|
+
"disabled": false,
|
514
|
+
"document": "无",
|
515
|
+
"example": "无",
|
516
|
+
"member": "int64",
|
517
|
+
"name": "AppID",
|
518
|
+
"required": true,
|
519
|
+
"type": "int",
|
520
|
+
"value_allowed_null": false
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"disabled": false,
|
524
|
+
"document": "无",
|
525
|
+
"example": "无",
|
526
|
+
"member": "string",
|
527
|
+
"name": "Uin",
|
528
|
+
"required": true,
|
529
|
+
"type": "string",
|
530
|
+
"value_allowed_null": false
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"disabled": false,
|
534
|
+
"document": "无",
|
535
|
+
"example": "无",
|
536
|
+
"member": "string",
|
537
|
+
"name": "Component",
|
538
|
+
"required": true,
|
539
|
+
"type": "string",
|
540
|
+
"value_allowed_null": false
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"disabled": false,
|
544
|
+
"document": "无",
|
545
|
+
"example": "无",
|
546
|
+
"member": "int64",
|
547
|
+
"name": "DeployMode",
|
548
|
+
"required": true,
|
549
|
+
"type": "int",
|
550
|
+
"value_allowed_null": false
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"disabled": false,
|
554
|
+
"document": "无",
|
555
|
+
"example": "无",
|
556
|
+
"member": "string",
|
557
|
+
"name": "SpecName",
|
558
|
+
"required": true,
|
559
|
+
"type": "string",
|
560
|
+
"value_allowed_null": false
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"disabled": false,
|
564
|
+
"document": "无",
|
565
|
+
"example": "无",
|
566
|
+
"member": "string",
|
567
|
+
"name": "ResourceID",
|
568
|
+
"required": true,
|
569
|
+
"type": "string",
|
570
|
+
"value_allowed_null": false
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"disabled": false,
|
574
|
+
"document": "无",
|
575
|
+
"example": "无",
|
576
|
+
"member": "int64",
|
577
|
+
"name": "Status",
|
578
|
+
"required": true,
|
579
|
+
"type": "int",
|
580
|
+
"value_allowed_null": false
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"disabled": false,
|
584
|
+
"document": "无",
|
585
|
+
"example": "无",
|
586
|
+
"member": "string",
|
587
|
+
"name": "IP",
|
588
|
+
"required": true,
|
589
|
+
"type": "string",
|
590
|
+
"value_allowed_null": false
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"disabled": false,
|
594
|
+
"document": "无",
|
595
|
+
"example": "无",
|
596
|
+
"member": "uint64",
|
597
|
+
"name": "CPU",
|
598
|
+
"required": true,
|
599
|
+
"type": "int",
|
600
|
+
"value_allowed_null": false
|
601
|
+
},
|
602
|
+
{
|
603
|
+
"disabled": false,
|
604
|
+
"document": "无",
|
605
|
+
"example": "无",
|
606
|
+
"member": "uint64",
|
607
|
+
"name": "Memory",
|
608
|
+
"required": true,
|
609
|
+
"type": "int",
|
610
|
+
"value_allowed_null": false
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"disabled": false,
|
614
|
+
"document": "无",
|
615
|
+
"example": "无",
|
616
|
+
"member": "uint64",
|
617
|
+
"name": "Storage",
|
618
|
+
"required": true,
|
619
|
+
"type": "int",
|
620
|
+
"value_allowed_null": false
|
621
|
+
},
|
622
|
+
{
|
623
|
+
"disabled": false,
|
624
|
+
"document": "无",
|
625
|
+
"example": "无",
|
626
|
+
"member": "string",
|
627
|
+
"name": "UUID",
|
628
|
+
"required": true,
|
629
|
+
"type": "string",
|
630
|
+
"value_allowed_null": false
|
631
|
+
},
|
632
|
+
{
|
633
|
+
"disabled": false,
|
634
|
+
"document": "无",
|
635
|
+
"example": "无",
|
636
|
+
"member": "string",
|
637
|
+
"name": "Region",
|
638
|
+
"required": true,
|
639
|
+
"type": "string",
|
640
|
+
"value_allowed_null": false
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"disabled": false,
|
644
|
+
"document": "无",
|
645
|
+
"example": "无",
|
646
|
+
"member": "string",
|
647
|
+
"name": "Zone",
|
648
|
+
"required": true,
|
649
|
+
"type": "string",
|
650
|
+
"value_allowed_null": false
|
651
|
+
},
|
652
|
+
{
|
653
|
+
"disabled": false,
|
654
|
+
"document": "无",
|
655
|
+
"example": "无",
|
656
|
+
"member": "string",
|
657
|
+
"name": "Details",
|
658
|
+
"required": true,
|
659
|
+
"type": "string",
|
660
|
+
"value_allowed_null": false
|
661
|
+
},
|
662
|
+
{
|
663
|
+
"disabled": false,
|
664
|
+
"document": "无",
|
665
|
+
"example": "无",
|
666
|
+
"member": "string",
|
667
|
+
"name": "CreateTime",
|
668
|
+
"required": true,
|
669
|
+
"type": "string",
|
670
|
+
"value_allowed_null": false
|
671
|
+
},
|
672
|
+
{
|
673
|
+
"disabled": false,
|
674
|
+
"document": "无",
|
675
|
+
"example": "无",
|
676
|
+
"member": "string",
|
677
|
+
"name": "ModifyTime",
|
678
|
+
"required": true,
|
679
|
+
"type": "string",
|
680
|
+
"value_allowed_null": false
|
681
|
+
},
|
682
|
+
{
|
683
|
+
"disabled": false,
|
684
|
+
"document": "无",
|
685
|
+
"example": "无",
|
686
|
+
"member": "string",
|
687
|
+
"name": "ExpireTime",
|
688
|
+
"required": true,
|
689
|
+
"type": "string",
|
690
|
+
"value_allowed_null": false
|
691
|
+
}
|
692
|
+
],
|
693
|
+
"usage": "out"
|
694
|
+
},
|
482
695
|
"Charge": {
|
483
696
|
"document": "集群计费相关信息\n",
|
484
697
|
"members": [
|
@@ -649,6 +862,92 @@
|
|
649
862
|
],
|
650
863
|
"usage": "out"
|
651
864
|
},
|
865
|
+
"CnInstanceInfo": {
|
866
|
+
"document": "云原生实例详情",
|
867
|
+
"members": [
|
868
|
+
{
|
869
|
+
"disabled": false,
|
870
|
+
"document": "ID值\n注意:此字段可能返回 null,表示取不到有效值。",
|
871
|
+
"example": "1",
|
872
|
+
"member": "int64",
|
873
|
+
"name": "ID",
|
874
|
+
"output_required": false,
|
875
|
+
"type": "int",
|
876
|
+
"value_allowed_null": true
|
877
|
+
},
|
878
|
+
{
|
879
|
+
"disabled": false,
|
880
|
+
"document": "cdwch-cn或者其他\n注意:此字段可能返回 null,表示取不到有效值。",
|
881
|
+
"example": "cdwch-cn",
|
882
|
+
"member": "string",
|
883
|
+
"name": "InstanceType",
|
884
|
+
"output_required": false,
|
885
|
+
"type": "string",
|
886
|
+
"value_allowed_null": true
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"disabled": false,
|
890
|
+
"document": "cdwch-cn或者其他\n注意:此字段可能返回 null,表示取不到有效值。",
|
891
|
+
"example": "cdwch-xxxx",
|
892
|
+
"member": "string",
|
893
|
+
"name": "InstanceName",
|
894
|
+
"output_required": false,
|
895
|
+
"type": "string",
|
896
|
+
"value_allowed_null": true
|
897
|
+
},
|
898
|
+
{
|
899
|
+
"disabled": false,
|
900
|
+
"document": "Running\n注意:此字段可能返回 null,表示取不到有效值。",
|
901
|
+
"example": "Running",
|
902
|
+
"member": "string",
|
903
|
+
"name": "Status",
|
904
|
+
"output_required": false,
|
905
|
+
"type": "string",
|
906
|
+
"value_allowed_null": true
|
907
|
+
},
|
908
|
+
{
|
909
|
+
"disabled": false,
|
910
|
+
"document": "运行中\n注意:此字段可能返回 null,表示取不到有效值。",
|
911
|
+
"example": "运行中",
|
912
|
+
"member": "string",
|
913
|
+
"name": "StatusDesc",
|
914
|
+
"output_required": false,
|
915
|
+
"type": "string",
|
916
|
+
"value_allowed_null": true
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"disabled": false,
|
920
|
+
"document": "无\n注意:此字段可能返回 null,表示取不到有效值。",
|
921
|
+
"example": "无",
|
922
|
+
"member": "InstanceStateInfo",
|
923
|
+
"name": "InstanceStateInfo",
|
924
|
+
"output_required": false,
|
925
|
+
"type": "object",
|
926
|
+
"value_allowed_null": true
|
927
|
+
},
|
928
|
+
{
|
929
|
+
"disabled": false,
|
930
|
+
"document": "-\n注意:此字段可能返回 null,表示取不到有效值。",
|
931
|
+
"example": "-",
|
932
|
+
"member": "string",
|
933
|
+
"name": "InstanceID",
|
934
|
+
"output_required": false,
|
935
|
+
"type": "string",
|
936
|
+
"value_allowed_null": true
|
937
|
+
},
|
938
|
+
{
|
939
|
+
"disabled": false,
|
940
|
+
"document": "无\n注意:此字段可能返回 null,表示取不到有效值。",
|
941
|
+
"example": "无",
|
942
|
+
"member": "CNResource",
|
943
|
+
"name": "Resources",
|
944
|
+
"output_required": false,
|
945
|
+
"type": "list",
|
946
|
+
"value_allowed_null": true
|
947
|
+
}
|
948
|
+
],
|
949
|
+
"usage": "out"
|
950
|
+
},
|
652
951
|
"ConfigSubmitContext": {
|
653
952
|
"document": "配置文件修改信息",
|
654
953
|
"members": [
|
@@ -1344,6 +1643,117 @@
|
|
1344
1643
|
],
|
1345
1644
|
"type": "object"
|
1346
1645
|
},
|
1646
|
+
"DescribeCNInstancesRequest": {
|
1647
|
+
"document": "DescribeCNInstances请求参数结构体",
|
1648
|
+
"members": [
|
1649
|
+
{
|
1650
|
+
"disabled": false,
|
1651
|
+
"document": "搜索的集群id名称",
|
1652
|
+
"example": "cdwch-xxxx",
|
1653
|
+
"member": "string",
|
1654
|
+
"name": "SearchInstanceID",
|
1655
|
+
"required": false,
|
1656
|
+
"type": "string"
|
1657
|
+
},
|
1658
|
+
{
|
1659
|
+
"disabled": false,
|
1660
|
+
"document": "搜索的集群name",
|
1661
|
+
"example": "-",
|
1662
|
+
"member": "string",
|
1663
|
+
"name": "SearchInstanceName",
|
1664
|
+
"required": false,
|
1665
|
+
"type": "string"
|
1666
|
+
},
|
1667
|
+
{
|
1668
|
+
"disabled": false,
|
1669
|
+
"document": "分页参数,第一页为0,第二页为10",
|
1670
|
+
"example": "0",
|
1671
|
+
"member": "int64",
|
1672
|
+
"name": "Offset",
|
1673
|
+
"required": false,
|
1674
|
+
"type": "int"
|
1675
|
+
},
|
1676
|
+
{
|
1677
|
+
"disabled": false,
|
1678
|
+
"document": "分页参数,分页步长,默认为10",
|
1679
|
+
"example": "20",
|
1680
|
+
"member": "int64",
|
1681
|
+
"name": "Limit",
|
1682
|
+
"required": false,
|
1683
|
+
"type": "int"
|
1684
|
+
},
|
1685
|
+
{
|
1686
|
+
"disabled": false,
|
1687
|
+
"document": "搜索标签列表",
|
1688
|
+
"example": "无",
|
1689
|
+
"member": "SearchTags",
|
1690
|
+
"name": "SearchTags",
|
1691
|
+
"required": false,
|
1692
|
+
"type": "list"
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"disabled": false,
|
1696
|
+
"document": "集群类型,弹性版或自研数仓版",
|
1697
|
+
"example": "无",
|
1698
|
+
"member": "string",
|
1699
|
+
"name": "InstanceType",
|
1700
|
+
"required": false,
|
1701
|
+
"type": "string"
|
1702
|
+
},
|
1703
|
+
{
|
1704
|
+
"disabled": false,
|
1705
|
+
"document": "组件名称列表",
|
1706
|
+
"example": "无",
|
1707
|
+
"member": "string",
|
1708
|
+
"name": "Components",
|
1709
|
+
"required": false,
|
1710
|
+
"type": "list"
|
1711
|
+
}
|
1712
|
+
],
|
1713
|
+
"type": "object"
|
1714
|
+
},
|
1715
|
+
"DescribeCNInstancesResponse": {
|
1716
|
+
"document": "DescribeCNInstances返回参数结构体",
|
1717
|
+
"members": [
|
1718
|
+
{
|
1719
|
+
"disabled": false,
|
1720
|
+
"document": "实例总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1721
|
+
"example": "18",
|
1722
|
+
"member": "int64",
|
1723
|
+
"name": "TotalCount",
|
1724
|
+
"output_required": true,
|
1725
|
+
"type": "int",
|
1726
|
+
"value_allowed_null": true
|
1727
|
+
},
|
1728
|
+
{
|
1729
|
+
"disabled": false,
|
1730
|
+
"document": "实例数组\n注意:此字段可能返回 null,表示取不到有效值。",
|
1731
|
+
"example": "-",
|
1732
|
+
"member": "CnInstanceInfo",
|
1733
|
+
"name": "InstancesList",
|
1734
|
+
"output_required": true,
|
1735
|
+
"type": "list",
|
1736
|
+
"value_allowed_null": true
|
1737
|
+
},
|
1738
|
+
{
|
1739
|
+
"disabled": false,
|
1740
|
+
"document": "-\n注意:此字段可能返回 null,表示取不到有效值。",
|
1741
|
+
"example": "-",
|
1742
|
+
"member": "string",
|
1743
|
+
"name": "ErrorMsg",
|
1744
|
+
"output_required": true,
|
1745
|
+
"type": "string",
|
1746
|
+
"value_allowed_null": true
|
1747
|
+
},
|
1748
|
+
{
|
1749
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1750
|
+
"member": "string",
|
1751
|
+
"name": "RequestId",
|
1752
|
+
"type": "string"
|
1753
|
+
}
|
1754
|
+
],
|
1755
|
+
"type": "object"
|
1756
|
+
},
|
1347
1757
|
"DescribeCkSqlApisRequest": {
|
1348
1758
|
"document": "DescribeCkSqlApis请求参数结构体",
|
1349
1759
|
"members": [
|
@@ -64,6 +64,14 @@
|
|
64
64
|
"title": "示例"
|
65
65
|
}
|
66
66
|
],
|
67
|
+
"DescribeCNInstances": [
|
68
|
+
{
|
69
|
+
"document": "",
|
70
|
+
"input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCNInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 0,\n \"SearchTags\": [\n {\n \"AllValue\": 0,\n \"TagKey\": \"test\",\n \"TagValue\": \"test\"\n }\n ],\n \"SearchInstanceID\": \"test\",\n \"SearchInstanceName\": \"test\"\n}",
|
71
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"InstancesList\": [\n {\n \"ID\": 0,\n \"InstanceType\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Status\": \"abc\",\n \"StatusDesc\": \"abc\",\n \"InstanceStateInfo\": {\n \"InstanceState\": \"abc\",\n \"FlowCreateTime\": \"abc\",\n \"FlowName\": \"abc\",\n \"FlowProgress\": 0,\n \"InstanceStateDesc\": \"abc\",\n \"FlowMsg\": \"abc\",\n \"ProcessName\": \"abc\",\n \"RequestId\": \"abc\",\n \"ProcessSubName\": \"abc\"\n },\n \"InstanceID\": \"abc\",\n \"Resources\": [\n {\n \"ID\": 0,\n \"InstanceID\": \"abc\",\n \"AppID\": 0,\n \"Uin\": \"abc\",\n \"Component\": \"abc\",\n \"DeployMode\": 0,\n \"SpecName\": \"abc\",\n \"ResourceID\": \"abc\",\n \"Status\": 0,\n \"IP\": \"abc\",\n \"CPU\": 1,\n \"Memory\": 1,\n \"Storage\": 1,\n \"UUID\": \"abc\",\n \"Region\": \"abc\",\n \"Zone\": \"abc\",\n \"Details\": \"abc\",\n \"CreateTime\": \"abc\",\n \"ModifyTime\": \"abc\",\n \"ExpireTime\": \"abc\"\n }\n ]\n }\n ],\n \"ErrorMsg\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
72
|
+
"title": "查询云原生实例列表"
|
73
|
+
}
|
74
|
+
],
|
67
75
|
"DescribeCkSqlApis": [
|
68
76
|
{
|
69
77
|
"document": "",
|
@@ -5455,7 +5455,7 @@
|
|
5455
5455
|
},
|
5456
5456
|
{
|
5457
5457
|
"disabled": false,
|
5458
|
-
"document": "
|
5458
|
+
"document": "高可用,\"true\" \"false\"",
|
5459
5459
|
"example": "false",
|
5460
5460
|
"member": "string",
|
5461
5461
|
"name": "HA",
|
@@ -5852,6 +5852,26 @@
|
|
5852
5852
|
"output_required": false,
|
5853
5853
|
"type": "int",
|
5854
5854
|
"value_allowed_null": false
|
5855
|
+
},
|
5856
|
+
{
|
5857
|
+
"disabled": false,
|
5858
|
+
"document": "存算分离cos存储数据",
|
5859
|
+
"example": "64.3",
|
5860
|
+
"member": "float",
|
5861
|
+
"name": "CosStorageSize",
|
5862
|
+
"output_required": false,
|
5863
|
+
"type": "float",
|
5864
|
+
"value_allowed_null": false
|
5865
|
+
},
|
5866
|
+
{
|
5867
|
+
"disabled": false,
|
5868
|
+
"document": "存算分离的指标 当是true 不支持新建计算组",
|
5869
|
+
"example": "true",
|
5870
|
+
"member": "bool",
|
5871
|
+
"name": "IsMasterNonVM",
|
5872
|
+
"output_required": false,
|
5873
|
+
"type": "bool",
|
5874
|
+
"value_allowed_null": false
|
5855
5875
|
}
|
5856
5876
|
],
|
5857
5877
|
"usage": "out"
|
@@ -8526,7 +8546,7 @@
|
|
8526
8546
|
},
|
8527
8547
|
{
|
8528
8548
|
"disabled": false,
|
8529
|
-
"document": "调度类型,不传该参数时为立即执行:\nDay-天\nWeek-周\nMonth-月\nOnce-单次\n",
|
8549
|
+
"document": "调度类型,不传该参数时为立即执行:\nDay-天\nWeek-周\nMonth-月\nQuarter-季度\nYear-年\nOnce-单次\n",
|
8530
8550
|
"example": "Day",
|
8531
8551
|
"member": "string",
|
8532
8552
|
"name": "ScheduleType",
|
@@ -2454,6 +2454,28 @@
|
|
2454
2454
|
"required": false,
|
2455
2455
|
"type": "string",
|
2456
2456
|
"value_allowed_null": false
|
2457
|
+
},
|
2458
|
+
{
|
2459
|
+
"disabled": false,
|
2460
|
+
"document": "演练场景",
|
2461
|
+
"example": "[{\"TargetId\": 17, \"TargetDesc\": \"张三\"}]",
|
2462
|
+
"member": "TaskTarget",
|
2463
|
+
"name": "TaskScenario",
|
2464
|
+
"output_required": false,
|
2465
|
+
"required": false,
|
2466
|
+
"type": "list",
|
2467
|
+
"value_allowed_null": false
|
2468
|
+
},
|
2469
|
+
{
|
2470
|
+
"disabled": false,
|
2471
|
+
"document": "演练目的",
|
2472
|
+
"example": "[{\"TargetId\": 23, \"TargetDesc\": \"张三\"}]",
|
2473
|
+
"member": "TaskTarget",
|
2474
|
+
"name": "TaskPurpose",
|
2475
|
+
"output_required": false,
|
2476
|
+
"required": false,
|
2477
|
+
"type": "list",
|
2478
|
+
"value_allowed_null": false
|
2457
2479
|
}
|
2458
2480
|
],
|
2459
2481
|
"usage": "both"
|
@@ -3569,6 +3591,56 @@
|
|
3569
3591
|
],
|
3570
3592
|
"usage": "out"
|
3571
3593
|
},
|
3594
|
+
"TaskTarget": {
|
3595
|
+
"document": "演练目标",
|
3596
|
+
"members": [
|
3597
|
+
{
|
3598
|
+
"disabled": false,
|
3599
|
+
"document": "目标标签ID",
|
3600
|
+
"example": "1",
|
3601
|
+
"member": "int64",
|
3602
|
+
"name": "TargetId",
|
3603
|
+
"output_required": true,
|
3604
|
+
"required": false,
|
3605
|
+
"type": "int",
|
3606
|
+
"value_allowed_null": false
|
3607
|
+
},
|
3608
|
+
{
|
3609
|
+
"disabled": false,
|
3610
|
+
"document": "目标描述",
|
3611
|
+
"example": "迁移上云",
|
3612
|
+
"member": "string",
|
3613
|
+
"name": "TargetDesc",
|
3614
|
+
"output_required": false,
|
3615
|
+
"required": false,
|
3616
|
+
"type": "string",
|
3617
|
+
"value_allowed_null": false
|
3618
|
+
},
|
3619
|
+
{
|
3620
|
+
"disabled": false,
|
3621
|
+
"document": "1:演练场景\n2:演练目标",
|
3622
|
+
"example": "1",
|
3623
|
+
"member": "int64",
|
3624
|
+
"name": "Type",
|
3625
|
+
"output_required": false,
|
3626
|
+
"required": false,
|
3627
|
+
"type": "int",
|
3628
|
+
"value_allowed_null": false
|
3629
|
+
},
|
3630
|
+
{
|
3631
|
+
"disabled": false,
|
3632
|
+
"document": "1:平台 2:用户个人",
|
3633
|
+
"example": "1",
|
3634
|
+
"member": "int64",
|
3635
|
+
"name": "Source",
|
3636
|
+
"output_required": false,
|
3637
|
+
"required": false,
|
3638
|
+
"type": "int",
|
3639
|
+
"value_allowed_null": false
|
3640
|
+
}
|
3641
|
+
],
|
3642
|
+
"usage": "both"
|
3643
|
+
},
|
3572
3644
|
"Template": {
|
3573
3645
|
"document": "经验库",
|
3574
3646
|
"members": [
|
@@ -4600,7 +4600,7 @@
|
|
4600
4600
|
},
|
4601
4601
|
{
|
4602
4602
|
"disabled": false,
|
4603
|
-
"document": "
|
4603
|
+
"document": "只能包含字母、数字、下划线、“-”、“.”",
|
4604
4604
|
"example": "topic-test",
|
4605
4605
|
"member": "string",
|
4606
4606
|
"name": "TopicName",
|
@@ -7387,6 +7387,26 @@
|
|
7387
7387
|
"output_required": true,
|
7388
7388
|
"type": "list",
|
7389
7389
|
"value_allowed_null": false
|
7390
|
+
},
|
7391
|
+
{
|
7392
|
+
"disabled": false,
|
7393
|
+
"document": "任务描述信息\t",
|
7394
|
+
"example": "任务描述信息\t",
|
7395
|
+
"member": "string",
|
7396
|
+
"name": "Description",
|
7397
|
+
"output_required": false,
|
7398
|
+
"type": "string",
|
7399
|
+
"value_allowed_null": false
|
7400
|
+
},
|
7401
|
+
{
|
7402
|
+
"disabled": false,
|
7403
|
+
"document": "1:正常 2:隔离中",
|
7404
|
+
"example": "1",
|
7405
|
+
"member": "int64",
|
7406
|
+
"name": "IsolateStatus",
|
7407
|
+
"output_required": false,
|
7408
|
+
"type": "int",
|
7409
|
+
"value_allowed_null": false
|
7390
7410
|
}
|
7391
7411
|
],
|
7392
7412
|
"usage": "out"
|