tccli 3.0.1223.1__py2.py3-none-any.whl → 3.0.1225.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/services/apigateway/apigateway_client.py +136 -30
- tccli/services/apigateway/v20180808/api.json +183 -0
- tccli/services/apigateway/v20180808/examples.json +16 -0
- tccli/services/autoscaling/v20180419/api.json +15 -4
- tccli/services/batch/v20170312/api.json +33 -11
- tccli/services/bi/bi_client.py +106 -0
- tccli/services/bi/v20220105/api.json +355 -0
- tccli/services/bi/v20220105/examples.json +16 -0
- tccli/services/billing/v20180709/api.json +274 -193
- tccli/services/billing/v20180709/examples.json +4 -4
- tccli/services/bpaas/v20181217/api.json +71 -46
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +99 -78
- tccli/services/cam/v20190116/examples.json +10 -10
- tccli/services/cbs/v20170312/api.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudhsm/v20191112/api.json +324 -320
- tccli/services/cloudhsm/v20191112/examples.json +16 -16
- tccli/services/cls/v20201016/api.json +2 -2
- tccli/services/config/config_client.py +106 -0
- tccli/services/config/v20220802/api.json +364 -0
- tccli/services/config/v20220802/examples.json +16 -0
- tccli/services/cvm/v20170312/api.json +33 -11
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +4 -4
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/gwlb/v20240906/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +11 -11
- tccli/services/ivld/v20210903/api.json +3 -3
- tccli/services/lcic/lcic_client.py +110 -4
- tccli/services/lcic/v20220817/api.json +297 -2
- tccli/services/lcic/v20220817/examples.json +16 -0
- tccli/services/live/live_client.py +460 -36
- tccli/services/live/v20180801/api.json +594 -4
- tccli/services/live/v20180801/examples.json +64 -0
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mps/v20190612/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +4217 -4211
- tccli/services/mrs/v20200910/examples.json +14 -14
- tccli/services/ocr/ocr_client.py +310 -734
- tccli/services/ocr/v20181119/api.json +133 -1344
- tccli/services/ocr/v20181119/examples.json +0 -64
- tccli/services/organization/v20181225/api.json +43 -43
- tccli/services/organization/v20181225/examples.json +2 -2
- tccli/services/organization/v20210331/api.json +516 -508
- tccli/services/organization/v20210331/examples.json +26 -26
- tccli/services/teo/teo_client.py +159 -0
- tccli/services/teo/v20220901/api.json +199 -0
- tccli/services/teo/v20220901/examples.json +36 -0
- tccli/services/trtc/trtc_client.py +126 -20
- tccli/services/trtc/v20190722/api.json +138 -14
- tccli/services/trtc/v20190722/examples.json +16 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/RECORD +65 -65
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1223.1.dist-info → tccli-3.0.1225.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"DescribeDiscoveredResource": {
|
4
|
+
"document": "资源详情",
|
5
|
+
"input": "DescribeDiscoveredResourceRequest",
|
6
|
+
"name": "资源详情",
|
7
|
+
"output": "DescribeDiscoveredResourceResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
3
10
|
"ListAggregateConfigRules": {
|
4
11
|
"document": "账号组获取规则列表",
|
5
12
|
"input": "ListAggregateConfigRulesRequest",
|
@@ -14,6 +21,13 @@
|
|
14
21
|
"output": "ListConfigRulesResponse",
|
15
22
|
"status": "online"
|
16
23
|
},
|
24
|
+
"ListDiscoveredResources": {
|
25
|
+
"document": "获取资源列表",
|
26
|
+
"input": "ListDiscoveredResourcesRequest",
|
27
|
+
"name": "获取资源列表",
|
28
|
+
"output": "ListDiscoveredResourcesResponse",
|
29
|
+
"status": "online"
|
30
|
+
},
|
17
31
|
"PutEvaluations": {
|
18
32
|
"document": "上报自定义规则评估结果",
|
19
33
|
"input": "PutEvaluationsRequest",
|
@@ -351,6 +365,141 @@
|
|
351
365
|
],
|
352
366
|
"usage": "out"
|
353
367
|
},
|
368
|
+
"DescribeDiscoveredResourceRequest": {
|
369
|
+
"document": "DescribeDiscoveredResource请求参数结构体",
|
370
|
+
"members": [
|
371
|
+
{
|
372
|
+
"disabled": false,
|
373
|
+
"document": "资源ID",
|
374
|
+
"example": "ins-sada",
|
375
|
+
"member": "string",
|
376
|
+
"name": "ResourceId",
|
377
|
+
"required": true,
|
378
|
+
"type": "string"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"disabled": false,
|
382
|
+
"document": "资源类型",
|
383
|
+
"example": "QCS::CVM::Instance",
|
384
|
+
"member": "string",
|
385
|
+
"name": "ResourceType",
|
386
|
+
"required": true,
|
387
|
+
"type": "string"
|
388
|
+
},
|
389
|
+
{
|
390
|
+
"disabled": false,
|
391
|
+
"document": "资源地域",
|
392
|
+
"example": "ap-hangzhou",
|
393
|
+
"member": "string",
|
394
|
+
"name": "ResourceRegion",
|
395
|
+
"required": true,
|
396
|
+
"type": "string"
|
397
|
+
}
|
398
|
+
],
|
399
|
+
"type": "object"
|
400
|
+
},
|
401
|
+
"DescribeDiscoveredResourceResponse": {
|
402
|
+
"document": "DescribeDiscoveredResource返回参数结构体",
|
403
|
+
"members": [
|
404
|
+
{
|
405
|
+
"disabled": false,
|
406
|
+
"document": "资源Id\n注意:此字段可能返回 null,表示取不到有效值。",
|
407
|
+
"example": "instance-123",
|
408
|
+
"member": "string",
|
409
|
+
"name": "ResourceId",
|
410
|
+
"output_required": true,
|
411
|
+
"type": "string",
|
412
|
+
"value_allowed_null": true
|
413
|
+
},
|
414
|
+
{
|
415
|
+
"disabled": false,
|
416
|
+
"document": "资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
417
|
+
"example": "QCS::CVM::Instance",
|
418
|
+
"member": "string",
|
419
|
+
"name": "ResourceType",
|
420
|
+
"output_required": true,
|
421
|
+
"type": "string",
|
422
|
+
"value_allowed_null": true
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"disabled": false,
|
426
|
+
"document": "资源名\n注意:此字段可能返回 null,表示取不到有效值。",
|
427
|
+
"example": "cvm",
|
428
|
+
"member": "string",
|
429
|
+
"name": "ResourceName",
|
430
|
+
"output_required": true,
|
431
|
+
"type": "string",
|
432
|
+
"value_allowed_null": true
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"disabled": false,
|
436
|
+
"document": "资源地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
437
|
+
"example": "ap-guangzhou",
|
438
|
+
"member": "string",
|
439
|
+
"name": "ResourceRegion",
|
440
|
+
"output_required": true,
|
441
|
+
"type": "string",
|
442
|
+
"value_allowed_null": true
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"disabled": false,
|
446
|
+
"document": "资源可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
447
|
+
"example": "ap-guangzhou-1",
|
448
|
+
"member": "string",
|
449
|
+
"name": "ResourceZone",
|
450
|
+
"output_required": true,
|
451
|
+
"type": "string",
|
452
|
+
"value_allowed_null": true
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"disabled": false,
|
456
|
+
"document": "资源配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
457
|
+
"example": "qq",
|
458
|
+
"member": "string",
|
459
|
+
"name": "Configuration",
|
460
|
+
"output_required": true,
|
461
|
+
"type": "string",
|
462
|
+
"value_allowed_null": true
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"disabled": false,
|
466
|
+
"document": "资源创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
467
|
+
"example": "12332",
|
468
|
+
"member": "string",
|
469
|
+
"name": "ResourceCreateTime",
|
470
|
+
"output_required": true,
|
471
|
+
"type": "string",
|
472
|
+
"value_allowed_null": true
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"disabled": false,
|
476
|
+
"document": "资源标签\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
+
"example": "无",
|
478
|
+
"member": "Tag",
|
479
|
+
"name": "Tags",
|
480
|
+
"output_required": true,
|
481
|
+
"type": "list",
|
482
|
+
"value_allowed_null": true
|
483
|
+
},
|
484
|
+
{
|
485
|
+
"disabled": false,
|
486
|
+
"document": "资源更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
487
|
+
"example": "无",
|
488
|
+
"member": "string",
|
489
|
+
"name": "UpdateTime",
|
490
|
+
"output_required": true,
|
491
|
+
"type": "string",
|
492
|
+
"value_allowed_null": true
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
496
|
+
"member": "string",
|
497
|
+
"name": "RequestId",
|
498
|
+
"type": "string"
|
499
|
+
}
|
500
|
+
],
|
501
|
+
"type": "object"
|
502
|
+
},
|
354
503
|
"Evaluation": {
|
355
504
|
"document": "自定义规则评估结果",
|
356
505
|
"members": [
|
@@ -407,6 +556,32 @@
|
|
407
556
|
],
|
408
557
|
"usage": "in"
|
409
558
|
},
|
559
|
+
"Filter": {
|
560
|
+
"document": "资源列表筛选",
|
561
|
+
"members": [
|
562
|
+
{
|
563
|
+
"disabled": false,
|
564
|
+
"document": "查询字段名称 资源名称:resourceName 资源ID:resourceId 资源类型:resourceType 资源地域:resourceRegion 删除状态:resourceDelete 0未删除,1已删除 resourceRegionAndZone地域/可用区",
|
565
|
+
"example": "resourceId",
|
566
|
+
"member": "string",
|
567
|
+
"name": "Name",
|
568
|
+
"required": false,
|
569
|
+
"type": "string",
|
570
|
+
"value_allowed_null": false
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"disabled": false,
|
574
|
+
"document": "查询字段值",
|
575
|
+
"example": "cvm17",
|
576
|
+
"member": "string",
|
577
|
+
"name": "Values",
|
578
|
+
"required": false,
|
579
|
+
"type": "list",
|
580
|
+
"value_allowed_null": false
|
581
|
+
}
|
582
|
+
],
|
583
|
+
"usage": "in"
|
584
|
+
},
|
410
585
|
"InputParameter": {
|
411
586
|
"document": "参数值",
|
412
587
|
"members": [
|
@@ -717,6 +892,89 @@
|
|
717
892
|
],
|
718
893
|
"type": "object"
|
719
894
|
},
|
895
|
+
"ListDiscoveredResourcesRequest": {
|
896
|
+
"document": "ListDiscoveredResources请求参数结构体",
|
897
|
+
"members": [
|
898
|
+
{
|
899
|
+
"disabled": false,
|
900
|
+
"document": "每页显示数量",
|
901
|
+
"example": "10",
|
902
|
+
"member": "uint64",
|
903
|
+
"name": "MaxResults",
|
904
|
+
"required": true,
|
905
|
+
"type": "int"
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"disabled": false,
|
909
|
+
"document": "resourceName:资源名 resourceId :资源ID",
|
910
|
+
"example": "无",
|
911
|
+
"member": "Filter",
|
912
|
+
"name": "Filters",
|
913
|
+
"required": false,
|
914
|
+
"type": "list"
|
915
|
+
},
|
916
|
+
{
|
917
|
+
"disabled": false,
|
918
|
+
"document": "标签",
|
919
|
+
"example": " 无",
|
920
|
+
"member": "Tag",
|
921
|
+
"name": "Tags",
|
922
|
+
"required": false,
|
923
|
+
"type": "list"
|
924
|
+
},
|
925
|
+
{
|
926
|
+
"disabled": false,
|
927
|
+
"document": "下一页token",
|
928
|
+
"example": "\"\"",
|
929
|
+
"member": "string",
|
930
|
+
"name": "NextToken",
|
931
|
+
"required": false,
|
932
|
+
"type": "string"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"disabled": false,
|
936
|
+
"document": "排序方式 asc、desc",
|
937
|
+
"example": "desc",
|
938
|
+
"member": "string",
|
939
|
+
"name": "OrderType",
|
940
|
+
"required": false,
|
941
|
+
"type": "string"
|
942
|
+
}
|
943
|
+
],
|
944
|
+
"type": "object"
|
945
|
+
},
|
946
|
+
"ListDiscoveredResourcesResponse": {
|
947
|
+
"document": "ListDiscoveredResources返回参数结构体",
|
948
|
+
"members": [
|
949
|
+
{
|
950
|
+
"disabled": false,
|
951
|
+
"document": "详情",
|
952
|
+
"example": "无",
|
953
|
+
"member": "ResourceListInfo",
|
954
|
+
"name": "Items",
|
955
|
+
"required": true,
|
956
|
+
"type": "list",
|
957
|
+
"value_allowed_null": false
|
958
|
+
},
|
959
|
+
{
|
960
|
+
"disabled": false,
|
961
|
+
"document": "下一页\n注意:此字段可能返回 null,表示取不到有效值。",
|
962
|
+
"example": "x",
|
963
|
+
"member": "string",
|
964
|
+
"name": "NextToken",
|
965
|
+
"required": true,
|
966
|
+
"type": "string",
|
967
|
+
"value_allowed_null": true
|
968
|
+
},
|
969
|
+
{
|
970
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
971
|
+
"member": "string",
|
972
|
+
"name": "RequestId",
|
973
|
+
"type": "string"
|
974
|
+
}
|
975
|
+
],
|
976
|
+
"type": "object"
|
977
|
+
},
|
720
978
|
"PutEvaluationsRequest": {
|
721
979
|
"document": "PutEvaluations请求参数结构体",
|
722
980
|
"members": [
|
@@ -753,6 +1011,112 @@
|
|
753
1011
|
],
|
754
1012
|
"type": "object"
|
755
1013
|
},
|
1014
|
+
"ResourceListInfo": {
|
1015
|
+
"document": "资源列列表信息",
|
1016
|
+
"members": [
|
1017
|
+
{
|
1018
|
+
"disabled": false,
|
1019
|
+
"document": "资源类型",
|
1020
|
+
"example": "cvm",
|
1021
|
+
"member": "string",
|
1022
|
+
"name": "ResourceType",
|
1023
|
+
"required": true,
|
1024
|
+
"type": "string",
|
1025
|
+
"value_allowed_null": false
|
1026
|
+
},
|
1027
|
+
{
|
1028
|
+
"disabled": false,
|
1029
|
+
"document": "资源名称",
|
1030
|
+
"example": "云服务器",
|
1031
|
+
"member": "string",
|
1032
|
+
"name": "ResourceName",
|
1033
|
+
"required": true,
|
1034
|
+
"type": "string",
|
1035
|
+
"value_allowed_null": false
|
1036
|
+
},
|
1037
|
+
{
|
1038
|
+
"disabled": false,
|
1039
|
+
"document": "资源ID",
|
1040
|
+
"example": "ins-4ynwt8x5",
|
1041
|
+
"member": "string",
|
1042
|
+
"name": "ResourceId",
|
1043
|
+
"required": true,
|
1044
|
+
"type": "string",
|
1045
|
+
"value_allowed_null": false
|
1046
|
+
},
|
1047
|
+
{
|
1048
|
+
"disabled": false,
|
1049
|
+
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
1050
|
+
"example": "ap-hangzhou",
|
1051
|
+
"member": "string",
|
1052
|
+
"name": "ResourceRegion",
|
1053
|
+
"required": true,
|
1054
|
+
"type": "string",
|
1055
|
+
"value_allowed_null": true
|
1056
|
+
},
|
1057
|
+
{
|
1058
|
+
"disabled": false,
|
1059
|
+
"document": "资源状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
1060
|
+
"example": "Running",
|
1061
|
+
"member": "string",
|
1062
|
+
"name": "ResourceStatus",
|
1063
|
+
"required": true,
|
1064
|
+
"type": "string",
|
1065
|
+
"value_allowed_null": true
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"disabled": false,
|
1069
|
+
"document": "1 :已删除 2:未删除\n注意:此字段可能返回 null,表示取不到有效值。",
|
1070
|
+
"example": "2",
|
1071
|
+
"member": "uint64",
|
1072
|
+
"name": "ResourceDelete",
|
1073
|
+
"required": true,
|
1074
|
+
"type": "int",
|
1075
|
+
"value_allowed_null": true
|
1076
|
+
},
|
1077
|
+
{
|
1078
|
+
"disabled": false,
|
1079
|
+
"document": "资源创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
1080
|
+
"example": "2022-10-10 12:56:37",
|
1081
|
+
"member": "string",
|
1082
|
+
"name": "ResourceCreateTime",
|
1083
|
+
"required": true,
|
1084
|
+
"type": "string",
|
1085
|
+
"value_allowed_null": true
|
1086
|
+
},
|
1087
|
+
{
|
1088
|
+
"disabled": false,
|
1089
|
+
"document": "标签信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
1090
|
+
"example": "x",
|
1091
|
+
"member": "Tag",
|
1092
|
+
"name": "Tags",
|
1093
|
+
"required": true,
|
1094
|
+
"type": "list",
|
1095
|
+
"value_allowed_null": true
|
1096
|
+
},
|
1097
|
+
{
|
1098
|
+
"disabled": false,
|
1099
|
+
"document": "可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
1100
|
+
"example": "ap-hangzhou-3",
|
1101
|
+
"member": "string",
|
1102
|
+
"name": "ResourceZone",
|
1103
|
+
"required": true,
|
1104
|
+
"type": "string",
|
1105
|
+
"value_allowed_null": true
|
1106
|
+
},
|
1107
|
+
{
|
1108
|
+
"disabled": false,
|
1109
|
+
"document": "合规状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
1110
|
+
"example": "COMPLIANT",
|
1111
|
+
"member": "string",
|
1112
|
+
"name": "ComplianceResult",
|
1113
|
+
"required": true,
|
1114
|
+
"type": "string",
|
1115
|
+
"value_allowed_null": true
|
1116
|
+
}
|
1117
|
+
],
|
1118
|
+
"usage": "out"
|
1119
|
+
},
|
756
1120
|
"SourceConditionForManage": {
|
757
1121
|
"document": "管理端规则条件",
|
758
1122
|
"members": [
|
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"DescribeDiscoveredResource": [
|
4
|
+
{
|
5
|
+
"document": "获取资源详情",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDiscoveredResource\n<公共请求参数>\n\n{\n \"ResourceId\": \"ins-2avl1cxx\",\n \"ResourceType\": \"QCS::CVM::Instance\",\n \"ResourceRegion\": \"ap-guangzhou\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2ea2d804-d278-4631-b04d-70bd40e1a478\",\n \"Configuration\": \"{\\\"InstanceState\\\":\\\"RUNNING\\\",\\\"InstanceName\\\":\\\"未命名\\\",\\\"InstanceId\\\":\\\"ins-111\\\",\\\"InstanceType\\\":\\\"S5.SMALL2\\\",\\\"VirtualPrivateCloud\\\":{\\\"VpcId\\\":\\\"vpc-333\\\",\\\"SubnetId\\\":\\\"subnet-qxupkefw\\\",\\\"AsVpcGateway\\\":false,\\\"PrivateIpAddresses\\\":null,\\\"Ipv6AddressCount\\\":0},\\\"PrivateIpAddresses\\\":[\\\"111\\\"],\\\"PublicIpAddresses\\\":null,\\\"OsName\\\":\\\"TencentOS Server 4 for x86_64\\\",\\\"Memory\\\":2,\\\"CPU\\\":1,\\\"InternetAccessible\\\":{\\\"InternetChargeType\\\":\\\"\\\",\\\"InternetMaxBandwidthOut\\\":0,\\\"PublicIpAssigned\\\":false,\\\"BandwidthPackageId\\\":\\\"\\\"},\\\"ImageId\\\":\\\"img-333\\\",\\\"InstanceChargeType\\\":\\\"PREPAID\\\",\\\"SecurityGroupIds\\\":[\\\"sg-222\\\"],\\\"DataDisks\\\":null,\\\"SystemDisk\\\":{\\\"DiskType\\\":\\\"CLOUD_PREMIUM\\\",\\\"DiskId\\\":\\\"disk-auh4557w\\\"},\\\"ExpiredTime\\\":\\\"2024-12-28T08:07:12Z\\\",\\\"RenewFlag\\\":\\\"NOTIFY_AND_MANUAL_RENEW\\\",\\\"LatestOperation\\\":\\\"\\\",\\\"Placement\\\":{\\\"ProjectId\\\":0},\\\"LatestOperationState\\\":\\\"\\\",\\\"CamRoleName\\\":\\\"\\\"}\",\n \"ResourceCreateTime\": \"2024-11-28 16:07:12\",\n \"ResourceId\": \"ins-2avl1cxx\",\n \"ResourceName\": \"未命名\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"ResourceType\": \"QCS::CVM::Instance\",\n \"ResourceZone\": \"\",\n \"Tags\": [],\n \"UpdateTime\": \"2024-11-28 16:08:36\"\n }\n}",
|
8
|
+
"title": "获取资源详情"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"ListAggregateConfigRules": [
|
4
12
|
{
|
5
13
|
"document": "账号组获取规则列表",
|
@@ -16,6 +24,14 @@
|
|
16
24
|
"title": "获取规则列表"
|
17
25
|
}
|
18
26
|
],
|
27
|
+
"ListDiscoveredResources": [
|
28
|
+
{
|
29
|
+
"document": "",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: config.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDiscoveredResources\n<公共请求参数>\n\n{\n \"OrderType\": \"xx\",\n \"NextToken\": \"xx\",\n \"MaxResults\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"xx\"\n ],\n \"Name\": \"xx\"\n }\n ],\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ]\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ResourceStatus\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ResourceType\": \"xx\",\n \"ResourceId\": \"xx\",\n \"ResourceCreateTime\": 1,\n \"ResourceRegion\": \"xx\",\n \"ResourceName\": \"xx\",\n \"ResourceZone\": \"xx\",\n \"ResourceDelete\": 1,\n \"ComplianceResult\": \"xx\"\n }\n ],\n \"NextToken\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
|
32
|
+
"title": "获取资源列表"
|
33
|
+
}
|
34
|
+
],
|
19
35
|
"PutEvaluations": [
|
20
36
|
{
|
21
37
|
"document": "上报自定义规则评估结果",
|
@@ -2446,7 +2446,7 @@
|
|
2446
2446
|
{
|
2447
2447
|
"disabled": false,
|
2448
2448
|
"document": "数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
|
2449
|
-
"example": "
|
2449
|
+
"example": "50",
|
2450
2450
|
"member": "int64",
|
2451
2451
|
"name": "DiskSize",
|
2452
2452
|
"output_required": true,
|
@@ -2456,8 +2456,8 @@
|
|
2456
2456
|
},
|
2457
2457
|
{
|
2458
2458
|
"disabled": false,
|
2459
|
-
"document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br
|
2460
|
-
"example": "
|
2459
|
+
"document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>",
|
2460
|
+
"example": "CLOUD_SSD",
|
2461
2461
|
"member": "string",
|
2462
2462
|
"name": "DiskType",
|
2463
2463
|
"output_required": true,
|
@@ -2468,7 +2468,7 @@
|
|
2468
2468
|
{
|
2469
2469
|
"disabled": false,
|
2470
2470
|
"document": "数据盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID,暂时不支持该参数。\n该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。",
|
2471
|
-
"example": "
|
2471
|
+
"example": "disk-ciezoimt",
|
2472
2472
|
"member": "string",
|
2473
2473
|
"name": "DiskId",
|
2474
2474
|
"output_required": true,
|
@@ -2478,8 +2478,8 @@
|
|
2478
2478
|
},
|
2479
2479
|
{
|
2480
2480
|
"disabled": false,
|
2481
|
-
"document": "数据盘是否随子机销毁。取值范围:\n<li>
|
2482
|
-
"example": "
|
2481
|
+
"document": "数据盘是否随子机销毁。取值范围:\n<li>true:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n false:子机销毁时,保留数据盘<br />\n 默认取值:true<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2482
|
+
"example": "true",
|
2483
2483
|
"member": "bool",
|
2484
2484
|
"name": "DeleteWithInstance",
|
2485
2485
|
"output_required": true,
|
@@ -2490,7 +2490,7 @@
|
|
2490
2490
|
{
|
2491
2491
|
"disabled": false,
|
2492
2492
|
"document": "数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2493
|
-
"example": "
|
2493
|
+
"example": "snap-6yczrj8x",
|
2494
2494
|
"member": "string",
|
2495
2495
|
"name": "SnapshotId",
|
2496
2496
|
"output_required": true,
|
@@ -2512,7 +2512,7 @@
|
|
2512
2512
|
{
|
2513
2513
|
"disabled": false,
|
2514
2514
|
"document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2515
|
-
"example": "
|
2515
|
+
"example": "kms-abcd1234",
|
2516
2516
|
"member": "string",
|
2517
2517
|
"name": "KmsKeyId",
|
2518
2518
|
"output_required": true,
|
@@ -2523,7 +2523,7 @@
|
|
2523
2523
|
{
|
2524
2524
|
"disabled": false,
|
2525
2525
|
"document": "云硬盘性能,单位:MB/s\n注意:此字段可能返回 null,表示取不到有效值。",
|
2526
|
-
"example": "
|
2526
|
+
"example": "20",
|
2527
2527
|
"member": "int64",
|
2528
2528
|
"name": "ThroughputPerformance",
|
2529
2529
|
"output_required": true,
|
@@ -2534,7 +2534,7 @@
|
|
2534
2534
|
{
|
2535
2535
|
"disabled": false,
|
2536
2536
|
"document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2537
|
-
"example": "
|
2537
|
+
"example": "cdc-1648zauv",
|
2538
2538
|
"member": "string",
|
2539
2539
|
"name": "CdcId",
|
2540
2540
|
"output_required": true,
|
@@ -2545,13 +2545,24 @@
|
|
2545
2545
|
{
|
2546
2546
|
"disabled": false,
|
2547
2547
|
"document": "突发性能\n\n <b>注:内测中。</b>\n注意:此字段可能返回 null,表示取不到有效值。",
|
2548
|
-
"example": "
|
2548
|
+
"example": "false",
|
2549
2549
|
"member": "bool",
|
2550
2550
|
"name": "BurstPerformance",
|
2551
2551
|
"output_required": false,
|
2552
2552
|
"required": false,
|
2553
2553
|
"type": "bool",
|
2554
2554
|
"value_allowed_null": true
|
2555
|
+
},
|
2556
|
+
{
|
2557
|
+
"disabled": false,
|
2558
|
+
"document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。",
|
2559
|
+
"example": "MyDiskName",
|
2560
|
+
"member": "string",
|
2561
|
+
"name": "DiskName",
|
2562
|
+
"output_required": false,
|
2563
|
+
"required": false,
|
2564
|
+
"type": "string",
|
2565
|
+
"value_allowed_null": false
|
2555
2566
|
}
|
2556
2567
|
],
|
2557
2568
|
"usage": "both"
|
@@ -11977,6 +11988,17 @@
|
|
11977
11988
|
"required": false,
|
11978
11989
|
"type": "string",
|
11979
11990
|
"value_allowed_null": true
|
11991
|
+
},
|
11992
|
+
{
|
11993
|
+
"disabled": false,
|
11994
|
+
"document": "磁盘名称,长度不超过128 个字符。\n\n该参数正在邀测中,暂未开放使用。\n注意:此字段可能返回 null,表示取不到有效值。",
|
11995
|
+
"example": "name",
|
11996
|
+
"member": "string",
|
11997
|
+
"name": "DiskName",
|
11998
|
+
"output_required": false,
|
11999
|
+
"required": false,
|
12000
|
+
"type": "string",
|
12001
|
+
"value_allowed_null": true
|
11980
12002
|
}
|
11981
12003
|
],
|
11982
12004
|
"usage": "both"
|
@@ -22465,7 +22465,7 @@
|
|
22465
22465
|
},
|
22466
22466
|
{
|
22467
22467
|
"disabled": false,
|
22468
|
-
"document": "过滤条件。\n<li>StrategyId- Uint64 - 基线策略id</li>\n<li>Status - Uint64 - 处理状态1已通过 0未通过</li>\n<li>Level - Uint64[] -
|
22468
|
+
"document": "过滤条件。\n<li>StrategyId- Uint64 - 基线策略id</li>\n<li>Status - Uint64 - 处理状态1已通过 0未通过</li>\n<li>Level - Uint64[] - 威胁等级</li>\n<li>BaselineName - String - 基线名称</li>\n<li>Quuid- String - 主机quuid</li>\n<li>Uuid- String - 主机uuid</li>",
|
22469
22469
|
"example": "[{\"Name\": \"Strate****\", \"Values\": [null]}]",
|
22470
22470
|
"member": "Filters",
|
22471
22471
|
"name": "Filters",
|
@@ -13552,8 +13552,8 @@
|
|
13552
13552
|
"members": [
|
13553
13553
|
{
|
13554
13554
|
"disabled": false,
|
13555
|
-
"document": "任务流ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
13556
|
-
"example": "
|
13555
|
+
"document": "任务流ID(后付费或者serverless资源返回,如果需要同步任务状态,请使用DescribeFlow接口)\n注意:此字段可能返回 null,表示取不到有效值。",
|
13556
|
+
"example": "147284",
|
13557
13557
|
"member": "int64",
|
13558
13558
|
"name": "FlowId",
|
13559
13559
|
"output_required": true,
|
@@ -13562,8 +13562,8 @@
|
|
13562
13562
|
},
|
13563
13563
|
{
|
13564
13564
|
"disabled": false,
|
13565
|
-
"document": "
|
13566
|
-
"example": "[134]",
|
13565
|
+
"document": "退款订单号(预付费资源返回,如果需要同步订单状态,请使用计费产品的DescribeDealsByCond同步订单状态)\n注意:此字段可能返回 null,表示取不到有效值。",
|
13566
|
+
"example": "[\"134\"]",
|
13567
13567
|
"member": "string",
|
13568
13568
|
"name": "DealNames",
|
13569
13569
|
"output_required": true,
|