tccli 3.0.966.1__py2.py3-none-any.whl → 3.0.968.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/bi/v20220105/ModifyUserRole.md +53 -0
- tccli/examples/cdwpg/v20201230/CreateInstanceByApi.md +40 -0
- tccli/examples/cdwpg/v20201230/DestroyInstanceByApi.md +22 -0
- tccli/examples/csip/v20221121/DescribeDbAssets.md +258 -65
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendAggregationSlowLogs.md +34 -0
- tccli/examples/dbbrain/v20210527/DescribeIndexRecommendInfo.md +57 -0
- tccli/examples/dbbrain/v20210527/DescribeRedisProcessList.md +46 -0
- tccli/examples/ess/v20201111/CreateDocument.md +1 -1
- tccli/examples/ess/v20201111/DescribeFileUrls.md +30 -0
- tccli/examples/ess/v20201111/UploadFiles.md +46 -14
- tccli/examples/sms/v20210111/AddSmsSign.md +4 -4
- tccli/examples/sms/v20210111/AddSmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/DescribeSmsSignList.md +2 -2
- tccli/examples/sms/v20210111/DescribeSmsTemplateList.md +2 -2
- tccli/examples/sms/v20210111/ModifySmsSign.md +4 -4
- tccli/examples/sms/v20210111/ModifySmsTemplate.md +1 -1
- tccli/examples/sms/v20210111/PullSmsReplyStatus.md +3 -3
- tccli/examples/sms/v20210111/PullSmsReplyStatusByPhoneNumber.md +2 -2
- tccli/examples/sms/v20210111/PullSmsSendStatus.md +1 -1
- tccli/examples/sms/v20210111/SendSms.md +3 -3
- tccli/examples/tat/v20201028/DescribeInvocationTasks.md +12 -6
- tccli/examples/teo/v20220901/VerifyOwnership.md +66 -0
- tccli/examples/trtc/v20190722/DescribeTRTCMarketQualityData.md +2 -2
- tccli/examples/trtc/v20190722/DescribeTRTCMarketScaleData.md +27 -45
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeQualityData.md +202 -6
- tccli/examples/trtc/v20190722/DescribeTRTCRealTimeScaleData.md +214 -7
- tccli/examples/tse/v20201207/CreateCloudNativeAPIGatewayCanaryRule.md +2 -2
- tccli/examples/tse/v20201207/DeleteCloudNativeAPIGatewayCanaryRule.md +3 -3
- tccli/examples/tse/v20201207/DescribeCloudNativeAPIGatewayCanaryRules.md +10 -10
- tccli/examples/tse/v20201207/DescribeNacosReplicas.md +13 -10
- tccli/examples/tse/v20201207/DescribeNacosServerInterfaces.md +4 -4
- tccli/examples/tse/v20201207/DescribeZookeeperReplicas.md +12 -10
- tccli/examples/tse/v20201207/ModifyCloudNativeAPIGatewayCanaryRule.md +5 -5
- tccli/examples/vpc/v20170312/DescribeVpcPeeringConnections.md +29 -1
- tccli/services/__init__.py +3 -0
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/bi/bi_client.py +53 -0
- tccli/services/bi/v20220105/api.json +109 -0
- tccli/services/bi/v20220105/examples.json +14 -0
- tccli/services/cdwpg/__init__.py +4 -0
- tccli/services/cdwpg/cdwpg_client.py +247 -0
- tccli/services/cdwpg/v20201230/api.json +354 -0
- tccli/services/cdwpg/v20201230/examples.json +21 -0
- tccli/services/clb/v20180317/api.json +4 -4
- tccli/services/csip/v20221121/api.json +66 -26
- tccli/services/csip/v20221121/examples.json +4 -4
- tccli/services/dbbrain/dbbrain_client.py +171 -12
- tccli/services/dbbrain/v20210527/api.json +614 -0
- tccli/services/dbbrain/v20210527/examples.json +24 -0
- tccli/services/ess/v20201111/api.json +158 -28
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +140 -2
- tccli/services/lcic/v20220817/api.json +7 -7
- tccli/services/lighthouse/v20200324/api.json +3 -3
- tccli/services/mps/v20190612/api.json +2 -1
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/sms/v20210111/api.json +84 -81
- tccli/services/sms/v20210111/examples.json +11 -11
- tccli/services/tat/v20201028/api.json +9 -9
- tccli/services/tat/v20201028/examples.json +1 -1
- tccli/services/teo/teo_client.py +65 -12
- tccli/services/teo/v20220901/api.json +169 -1
- tccli/services/teo/v20220901/examples.json +20 -0
- tccli/services/tmt/v20180321/api.json +5 -2
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +7 -6
- tccli/services/tse/v20201207/examples.json +13 -13
- tccli/services/vod/v20180717/api.json +18 -5
- tccli/services/vpc/v20170312/api.json +206 -0
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +22 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/METADATA +2 -2
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/RECORD +78 -67
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.966.1.dist-info → tccli-3.0.968.1.dist-info}/license_files/LICENSE +0 -0
@@ -64,9 +64,9 @@
|
|
64
64
|
"status": "online"
|
65
65
|
},
|
66
66
|
"DescribeDbAssets": {
|
67
|
-
"document": "
|
67
|
+
"document": "数据库资产列表",
|
68
68
|
"input": "DescribeDbAssetsRequest",
|
69
|
-
"name": "
|
69
|
+
"name": "数据库资产列表",
|
70
70
|
"output": "DescribeDbAssetsResponse",
|
71
71
|
"status": "online"
|
72
72
|
},
|
@@ -840,7 +840,7 @@
|
|
840
840
|
"example": "-",
|
841
841
|
"member": "string",
|
842
842
|
"name": "Id",
|
843
|
-
"
|
843
|
+
"output_required": true,
|
844
844
|
"type": "string",
|
845
845
|
"value_allowed_null": false
|
846
846
|
},
|
@@ -850,7 +850,7 @@
|
|
850
850
|
"example": "无",
|
851
851
|
"member": "string",
|
852
852
|
"name": "CFGName",
|
853
|
-
"
|
853
|
+
"output_required": true,
|
854
854
|
"type": "string",
|
855
855
|
"value_allowed_null": false
|
856
856
|
},
|
@@ -860,7 +860,7 @@
|
|
860
860
|
"example": "无",
|
861
861
|
"member": "string",
|
862
862
|
"name": "CheckType",
|
863
|
-
"
|
863
|
+
"output_required": true,
|
864
864
|
"type": "string",
|
865
865
|
"value_allowed_null": false
|
866
866
|
},
|
@@ -870,7 +870,7 @@
|
|
870
870
|
"example": "无",
|
871
871
|
"member": "string",
|
872
872
|
"name": "InstanceId",
|
873
|
-
"
|
873
|
+
"output_required": true,
|
874
874
|
"type": "string",
|
875
875
|
"value_allowed_null": false
|
876
876
|
},
|
@@ -880,7 +880,7 @@
|
|
880
880
|
"example": "无",
|
881
881
|
"member": "string",
|
882
882
|
"name": "InstanceName",
|
883
|
-
"
|
883
|
+
"output_required": true,
|
884
884
|
"type": "string",
|
885
885
|
"value_allowed_null": false
|
886
886
|
},
|
@@ -890,7 +890,7 @@
|
|
890
890
|
"example": "无",
|
891
891
|
"member": "string",
|
892
892
|
"name": "InstanceType",
|
893
|
-
"
|
893
|
+
"output_required": true,
|
894
894
|
"type": "string",
|
895
895
|
"value_allowed_null": false
|
896
896
|
},
|
@@ -900,7 +900,7 @@
|
|
900
900
|
"example": "无",
|
901
901
|
"member": "string",
|
902
902
|
"name": "AffectAsset",
|
903
|
-
"
|
903
|
+
"output_required": true,
|
904
904
|
"type": "string",
|
905
905
|
"value_allowed_null": false
|
906
906
|
},
|
@@ -910,7 +910,7 @@
|
|
910
910
|
"example": "无",
|
911
911
|
"member": "string",
|
912
912
|
"name": "Level",
|
913
|
-
"
|
913
|
+
"output_required": true,
|
914
914
|
"type": "string",
|
915
915
|
"value_allowed_null": false
|
916
916
|
},
|
@@ -920,7 +920,7 @@
|
|
920
920
|
"example": "无",
|
921
921
|
"member": "string",
|
922
922
|
"name": "FirstTime",
|
923
|
-
"
|
923
|
+
"output_required": true,
|
924
924
|
"type": "string",
|
925
925
|
"value_allowed_null": false
|
926
926
|
},
|
@@ -930,7 +930,7 @@
|
|
930
930
|
"example": "无",
|
931
931
|
"member": "string",
|
932
932
|
"name": "RecentTime",
|
933
|
-
"
|
933
|
+
"output_required": true,
|
934
934
|
"type": "string",
|
935
935
|
"value_allowed_null": false
|
936
936
|
},
|
@@ -940,7 +940,7 @@
|
|
940
940
|
"example": "无",
|
941
941
|
"member": "string",
|
942
942
|
"name": "From",
|
943
|
-
"
|
943
|
+
"output_required": true,
|
944
944
|
"type": "string",
|
945
945
|
"value_allowed_null": false
|
946
946
|
},
|
@@ -950,7 +950,7 @@
|
|
950
950
|
"example": "无",
|
951
951
|
"member": "int64",
|
952
952
|
"name": "Status",
|
953
|
-
"
|
953
|
+
"output_required": true,
|
954
954
|
"type": "int",
|
955
955
|
"value_allowed_null": false
|
956
956
|
},
|
@@ -960,7 +960,7 @@
|
|
960
960
|
"example": "无",
|
961
961
|
"member": "string",
|
962
962
|
"name": "CFGSTD",
|
963
|
-
"
|
963
|
+
"output_required": true,
|
964
964
|
"type": "string",
|
965
965
|
"value_allowed_null": false
|
966
966
|
},
|
@@ -970,7 +970,7 @@
|
|
970
970
|
"example": "无",
|
971
971
|
"member": "string",
|
972
972
|
"name": "CFGDescribe",
|
973
|
-
"
|
973
|
+
"output_required": true,
|
974
974
|
"type": "string",
|
975
975
|
"value_allowed_null": false
|
976
976
|
},
|
@@ -980,7 +980,7 @@
|
|
980
980
|
"example": "无",
|
981
981
|
"member": "string",
|
982
982
|
"name": "CFGFix",
|
983
|
-
"
|
983
|
+
"output_required": true,
|
984
984
|
"type": "string",
|
985
985
|
"value_allowed_null": false
|
986
986
|
},
|
@@ -990,7 +990,7 @@
|
|
990
990
|
"example": "无",
|
991
991
|
"member": "string",
|
992
992
|
"name": "CFGHelpURL",
|
993
|
-
"
|
993
|
+
"output_required": true,
|
994
994
|
"type": "string",
|
995
995
|
"value_allowed_null": false
|
996
996
|
},
|
@@ -1000,7 +1000,7 @@
|
|
1000
1000
|
"example": "无",
|
1001
1001
|
"member": "string",
|
1002
1002
|
"name": "Index",
|
1003
|
-
"
|
1003
|
+
"output_required": true,
|
1004
1004
|
"type": "string",
|
1005
1005
|
"value_allowed_null": false
|
1006
1006
|
},
|
@@ -1010,7 +1010,7 @@
|
|
1010
1010
|
"example": "无",
|
1011
1011
|
"member": "string",
|
1012
1012
|
"name": "AppId",
|
1013
|
-
"
|
1013
|
+
"output_required": true,
|
1014
1014
|
"type": "string",
|
1015
1015
|
"value_allowed_null": false
|
1016
1016
|
},
|
@@ -1020,7 +1020,7 @@
|
|
1020
1020
|
"example": "无",
|
1021
1021
|
"member": "string",
|
1022
1022
|
"name": "Nick",
|
1023
|
-
"
|
1023
|
+
"output_required": true,
|
1024
1024
|
"type": "string",
|
1025
1025
|
"value_allowed_null": true
|
1026
1026
|
},
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
"example": "无",
|
1031
1031
|
"member": "string",
|
1032
1032
|
"name": "Uin",
|
1033
|
-
"
|
1033
|
+
"output_required": true,
|
1034
1034
|
"type": "string",
|
1035
1035
|
"value_allowed_null": true
|
1036
1036
|
}
|
@@ -3670,6 +3670,15 @@
|
|
3670
3670
|
"name": "Filter",
|
3671
3671
|
"required": false,
|
3672
3672
|
"type": "object"
|
3673
|
+
},
|
3674
|
+
{
|
3675
|
+
"disabled": false,
|
3676
|
+
"document": "资产类型:MYSQL/MARIADB/REDIS/MONGODB/POSTGRES/CTS/ES/KAFKA/COS/CBS/CFS",
|
3677
|
+
"example": "[\"MYSQL\",\"MARIADB\"]",
|
3678
|
+
"member": "string",
|
3679
|
+
"name": "AssetTypes",
|
3680
|
+
"required": false,
|
3681
|
+
"type": "list"
|
3673
3682
|
}
|
3674
3683
|
],
|
3675
3684
|
"type": "object"
|
@@ -3683,6 +3692,7 @@
|
|
3683
3692
|
"example": "无",
|
3684
3693
|
"member": "uint64",
|
3685
3694
|
"name": "Total",
|
3695
|
+
"output_required": true,
|
3686
3696
|
"type": "int",
|
3687
3697
|
"value_allowed_null": true
|
3688
3698
|
},
|
@@ -3692,6 +3702,7 @@
|
|
3692
3702
|
"example": "无",
|
3693
3703
|
"member": "DBAssetVO",
|
3694
3704
|
"name": "Data",
|
3705
|
+
"output_required": true,
|
3695
3706
|
"type": "list",
|
3696
3707
|
"value_allowed_null": true
|
3697
3708
|
},
|
@@ -3701,6 +3712,7 @@
|
|
3701
3712
|
"example": "无",
|
3702
3713
|
"member": "FilterDataObject",
|
3703
3714
|
"name": "RegionList",
|
3715
|
+
"output_required": true,
|
3704
3716
|
"type": "list",
|
3705
3717
|
"value_allowed_null": true
|
3706
3718
|
},
|
@@ -3710,6 +3722,7 @@
|
|
3710
3722
|
"example": "无",
|
3711
3723
|
"member": "FilterDataObject",
|
3712
3724
|
"name": "AssetTypeList",
|
3725
|
+
"output_required": true,
|
3713
3726
|
"type": "list",
|
3714
3727
|
"value_allowed_null": true
|
3715
3728
|
},
|
@@ -3719,6 +3732,7 @@
|
|
3719
3732
|
"example": "无",
|
3720
3733
|
"member": "FilterDataObject",
|
3721
3734
|
"name": "VpcList",
|
3735
|
+
"output_required": true,
|
3722
3736
|
"type": "list",
|
3723
3737
|
"value_allowed_null": true
|
3724
3738
|
},
|
@@ -3728,6 +3742,7 @@
|
|
3728
3742
|
"example": "无",
|
3729
3743
|
"member": "FilterDataObject",
|
3730
3744
|
"name": "AppIdList",
|
3745
|
+
"output_required": true,
|
3731
3746
|
"type": "list",
|
3732
3747
|
"value_allowed_null": true
|
3733
3748
|
},
|
@@ -5950,7 +5965,7 @@
|
|
5950
5965
|
},
|
5951
5966
|
{
|
5952
5967
|
"disabled": false,
|
5953
|
-
"document": "
|
5968
|
+
"document": "cron格式\n注意:此字段可能返回 null,表示取不到有效值。",
|
5954
5969
|
"example": "* * * * 1 *",
|
5955
5970
|
"member": "string",
|
5956
5971
|
"name": "ScanPlanContent",
|
@@ -6040,7 +6055,7 @@
|
|
6040
6055
|
},
|
6041
6056
|
{
|
6042
6057
|
"disabled": false,
|
6043
|
-
"document": "
|
6058
|
+
"document": "扫描状态, 0-初始值,1-正在扫描,2-扫描完成,3-扫描出错,4-停止扫描\n注意:此字段可能返回 null,表示取不到有效值。",
|
6044
6059
|
"example": "0",
|
6045
6060
|
"member": "int64",
|
6046
6061
|
"name": "ScanStatus",
|
@@ -6307,6 +6322,16 @@
|
|
6307
6322
|
"output_required": false,
|
6308
6323
|
"type": "int",
|
6309
6324
|
"value_allowed_null": true
|
6325
|
+
},
|
6326
|
+
{
|
6327
|
+
"disabled": false,
|
6328
|
+
"document": "任务源类型,0-默认,1-小助手,2-体检项\n注意:此字段可能返回 null,表示取不到有效值。",
|
6329
|
+
"example": "0",
|
6330
|
+
"member": "int64",
|
6331
|
+
"name": "SourceType",
|
6332
|
+
"output_required": false,
|
6333
|
+
"type": "int",
|
6334
|
+
"value_allowed_null": true
|
6310
6335
|
}
|
6311
6336
|
],
|
6312
6337
|
"usage": "out"
|
@@ -6896,6 +6921,7 @@
|
|
6896
6921
|
"example": "cfw",
|
6897
6922
|
"member": "string",
|
6898
6923
|
"name": "AssetName",
|
6924
|
+
"output_required": true,
|
6899
6925
|
"required": false,
|
6900
6926
|
"type": "string",
|
6901
6927
|
"value_allowed_null": true
|
@@ -6906,6 +6932,7 @@
|
|
6906
6932
|
"example": "cvm",
|
6907
6933
|
"member": "string",
|
6908
6934
|
"name": "InstanceType",
|
6935
|
+
"output_required": true,
|
6909
6936
|
"required": false,
|
6910
6937
|
"type": "string",
|
6911
6938
|
"value_allowed_null": true
|
@@ -6916,6 +6943,7 @@
|
|
6916
6943
|
"example": "cvm",
|
6917
6944
|
"member": "string",
|
6918
6945
|
"name": "AssetType",
|
6946
|
+
"output_required": true,
|
6919
6947
|
"required": false,
|
6920
6948
|
"type": "string",
|
6921
6949
|
"value_allowed_null": true
|
@@ -6926,6 +6954,7 @@
|
|
6926
6954
|
"example": "x.x.x.x",
|
6927
6955
|
"member": "string",
|
6928
6956
|
"name": "Asset",
|
6957
|
+
"output_required": true,
|
6929
6958
|
"required": false,
|
6930
6959
|
"type": "string",
|
6931
6960
|
"value_allowed_null": false
|
@@ -6936,6 +6965,18 @@
|
|
6936
6965
|
"example": "ap-guangzhou",
|
6937
6966
|
"member": "string",
|
6938
6967
|
"name": "Region",
|
6968
|
+
"output_required": true,
|
6969
|
+
"required": false,
|
6970
|
+
"type": "string",
|
6971
|
+
"value_allowed_null": true
|
6972
|
+
},
|
6973
|
+
{
|
6974
|
+
"disabled": false,
|
6975
|
+
"document": "多云资产唯一id\n注意:此字段可能返回 null,表示取不到有效值。",
|
6976
|
+
"example": "无",
|
6977
|
+
"member": "string",
|
6978
|
+
"name": "Arn",
|
6979
|
+
"output_required": false,
|
6939
6980
|
"required": false,
|
6940
6981
|
"type": "string",
|
6941
6982
|
"value_allowed_null": true
|
@@ -7041,8 +7082,7 @@
|
|
7041
7082
|
"member": "string",
|
7042
7083
|
"name": "TaskId",
|
7043
7084
|
"required": true,
|
7044
|
-
"type": "string"
|
7045
|
-
"value_allowed_null": true
|
7085
|
+
"type": "string"
|
7046
7086
|
}
|
7047
7087
|
],
|
7048
7088
|
"usage": "in"
|
@@ -74,10 +74,10 @@
|
|
74
74
|
],
|
75
75
|
"DescribeDbAssets": [
|
76
76
|
{
|
77
|
-
"document": "
|
78
|
-
"input": "
|
79
|
-
"output": "{\n \"Response\": {\n \"AppIdList\": [\n {\n \"Text\": \"1300448058\",\n \"Value\": \"1300448058\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Text\": \"MySQL\",\n \"Value\": \"MYSQL\"\n },\n {\n \"Text\": \"CKafka\",\n \"Value\": \"KAFKA\"\n },\n {\n \"Text\": \"MongoDB\",\n \"Value\": \"MONGODB\"\n }\n ],\n \"Data\": [\n {\n \"AssetId\": \"cdb-nbq22l65\",\n \"AssetName\": \"cdb379810\",\n \"AssetType\": \"MYSQL\",\n \"VpcId\": \"vpc-ds7fl5xn\",\n \"VpcName\": \"illnggao-test01\",\n \"Region\": \"ap-guangzhou\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2023-01-18 09:42:24\",\n \"LastScanTime\": \"2023-02-01 15:43:45\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 3,\n \"AppId\": 1300448058,\n \"Uin\": \"100011616646\",\n \"NickName\": \"天空之蓝-现网\",\n \"Port\": 0,\n \"Tag\": null,\n \"PrivateIp\": \"192.168.1.11:3306\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"ConfigurationRisk\": 0\n },\n {\n \"AssetId\": \"ckafka-5k7va8zv\",\n \"AssetName\": \"未命名\",\n \"AssetType\": \"KAFKA\",\n \"VpcId\": \"vpc-imk763v1\",\n \"VpcName\": \"Default-VPC\",\n \"Region\": \"ap-guangzhou\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2023-01-30 18:29:44\",\n \"LastScanTime\": \"2023-02-01 15:43:45\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 2,\n \"AppId\": 1300448058,\n \"Uin\": \"100011616646\",\n \"NickName\": \"天空之蓝-现网\",\n \"Port\": 0,\n \"Tag\": null,\n \"PrivateIp\": \"172.16.64.4:9092\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"ConfigurationRisk\": 0\n },\n {\n \"AssetId\": \"cmgo-prgxqi85\",\n \"AssetName\": \"11\",\n \"AssetType\": \"MONGODB\",\n \"VpcId\": \"vpc-9qn7jrvs\",\n \"VpcName\": \"安全组性能vpc\",\n \"Region\": \"ap-shanghai\",\n \"Domain\": \"\",\n \"AssetCreateTime\": \"2022-12-08 17:24:57\",\n \"LastScanTime\": \"2023-02-02 11:42:10\",\n \"Attack\": 0,\n \"Access\": 0,\n \"ScanTask\": 10,\n \"AppId\": 1300448058,\n \"Uin\": \"100011616646\",\n \"NickName\": \"天空之蓝-现网\",\n \"Port\": 0,\n \"Tag\": null,\n \"PrivateIp\": \"192.168.2.205;192.168.2.120;192.168.1.189:27017\",\n \"PublicIp\": \"\",\n \"Status\": 1,\n \"ConfigurationRisk\": 0\n }\n ],\n \"RegionList\": [\n {\n \"Text\": \"广州\",\n \"Value\": \"ap-guangzhou\"\n },\n {\n \"Text\": \"上海\",\n \"Value\": \"ap-shanghai\"\n }\n ],\n \"RequestId\": \"ddec8747-5f31-4eec-9343-ef7fc337fa4f\",\n \"Total\": 3,\n \"VpcList\": [\n {\n \"Text\": \"illnggao-test01\",\n \"Value\": \"vpc-ds7fl5xn\"\n },\n {\n \"Text\": \"Default-VPC\",\n \"Value\": \"vpc-imk763v1\"\n },\n {\n \"Text\": \"安全组性能vpc\",\n \"Value\": \"vpc-9qn7jrvs\"\n }\n ]\n }\n}",
|
80
|
-
"title": "
|
77
|
+
"document": "所有db资产示例",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDbAssets\n<公共请求参数>\n\n{}",
|
79
|
+
"output": "{\n \"Response\": {\n \"AppIdList\": [\n {\n \"Text\": \"1300846651\",\n \"Value\": \"1300846651\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Text\": \"COS\",\n \"Value\": \"COS\"\n },\n {\n \"Text\": \"MySQL\",\n \"Value\": \"MYSQL\"\n },\n {\n \"Text\": \"CFS\",\n \"Value\": \"CFS\"\n },\n {\n \"Text\": \"CBS\",\n \"Value\": \"CBS\"\n }\n ],\n \"Data\": [\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2023-08-31 19:37:18\",\n \"AssetId\": \"cdb-pxwani6r\",\n \"AssetName\": \"cdb115086\",\n \"AssetType\": \"MYSQL\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 1,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"-\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"10.25.25.2:3306\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-chongqing\",\n \"ScanTask\": 0,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"vpc-h2i9m8xh\",\n \"VpcName\": \"fengqqian\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2023-08-31 10:15:36\",\n \"AssetId\": \"disk-51a0diaa\",\n \"AssetName\": \"未命名_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"-\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-chongqing\",\n \"ScanTask\": 0,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2020-10-09 16:46:52\",\n \"AssetId\": \"disk-jckoxu4h\",\n \"AssetName\": \"NAT_VPC autotest,勿删_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-shanghai\",\n \"ScanTask\": 14,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2022-12-05 10:39:35\",\n \"AssetId\": \"disk-hq4yircx\",\n \"AssetName\": \"数据盘漏扫测试\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-beijing\",\n \"ScanTask\": 14,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2020-10-16 17:30:35\",\n \"AssetId\": \"disk-haamhu15\",\n \"AssetName\": \"VPC-autotest2,勿删_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-shanghai\",\n \"ScanTask\": 14,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2023-08-31 19:15:48\",\n \"AssetId\": \"disk-g3lx4gh0\",\n \"AssetName\": \"私有网络广州3区v_tximtantest_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"-\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ScanTask\": 0,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2023-06-30 15:06:08\",\n \"AssetId\": \"disk-dh874mht\",\n \"AssetName\": \"未命名_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-beijing\",\n \"ScanTask\": 12,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2023-08-30 18:10:46\",\n \"AssetId\": \"disk-dcyyxrhk\",\n \"AssetName\": \" v_tximtantest_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"-\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-guangzhou\",\n \"ScanTask\": 0,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2020-10-16 17:20:32\",\n \"AssetId\": \"disk-d5emuwa3\",\n \"AssetName\": \"VPC-autotest,勿删_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-shanghai\",\n \"ScanTask\": 14,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n },\n {\n \"Access\": 0,\n \"AppId\": 1300846651,\n \"AssetCreateTime\": \"2020-06-18 17:24:02\",\n \"AssetId\": \"disk-8ve9yxot\",\n \"AssetName\": \"未命名_系统盘\",\n \"AssetType\": \"CBS\",\n \"Attack\": 0,\n \"ConfigurationRisk\": 0,\n \"Domain\": \"\",\n \"IsCore\": 2,\n \"IsNewAsset\": 0,\n \"LastScanTime\": \"2023-09-04 16:59:17\",\n \"NickName\": \"焦糖小蛋糕\",\n \"Port\": 0,\n \"PrivateIp\": \"\",\n \"PublicIp\": \"\",\n \"Region\": \"ap-shanghai\",\n \"ScanTask\": 14,\n \"Status\": 1,\n \"Tag\": null,\n \"Uin\": \"100011949846\",\n \"VpcId\": \"\",\n \"VpcName\": \"\"\n }\n ],\n \"RegionList\": [\n {\n \"Text\": \"上海\",\n \"Value\": \"ap-shanghai\"\n },\n {\n \"Text\": \"重庆\",\n \"Value\": \"ap-chongqing\"\n },\n {\n \"Text\": \"广州\",\n \"Value\": \"ap-guangzhou\"\n },\n {\n \"Text\": \"中国香港\",\n \"Value\": \"ap-hongkong\"\n },\n {\n \"Text\": \"北京\",\n \"Value\": \"ap-beijing\"\n },\n {\n \"Text\": \"南京\",\n \"Value\": \"ap-nanjing\"\n }\n ],\n \"RequestId\": \"7899491b-9407-4bca-8363-ddddbbb3486c\",\n \"Total\": 29,\n \"VpcList\": [\n {\n \"Text\": \"fengqqian\",\n \"Value\": \"vpc-h2i9m8xh\"\n }\n ]\n }\n}",
|
80
|
+
"title": "所有db资产示例"
|
81
81
|
}
|
82
82
|
],
|
83
83
|
"DescribeDomainAssets": [
|