tccli 3.0.1036.1__py2.py3-none-any.whl → 3.0.1037.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/cdc/v20201214/DescribeDedicatedClusterHosts.md +2 -0
- tccli/examples/cdc/v20201214/DescribeDedicatedClusterOverview.md +59 -7
- tccli/examples/cdwch/v20200915/DescribeInstanceNodes.md +41 -0
- tccli/examples/cdwch/v20200915/DescribeSpec.md +27 -20
- tccli/examples/cwp/v20180228/CreateMalwareWhiteList.md +10 -4
- tccli/examples/cwp/v20180228/DescribeMachineFileTamperRules.md +9 -8
- tccli/examples/cwp/v20180228/ModifyLoginWhiteRecord.md +11 -10
- tccli/examples/hai/v20230812/DescribeApplications.md +6 -2
- tccli/examples/mrs/v20200910/ImageMaskAsync.md +25 -0
- tccli/examples/mrs/v20200910/ImageMaskAsyncGetResult.md +21 -0
- tccli/examples/tcss/v20201101/DescribeAssetSuperNodeList.md +41 -0
- tccli/examples/tcss/v20201101/DescribeClusterNodes.md +42 -0
- tccli/examples/tcss/v20201101/DescribeSuperNodePodList.md +41 -0
- tccli/examples/tcss/v20201101/DescribeUserPodList.md +56 -0
- tccli/services/aa/aa_client.py +2 -1
- tccli/services/aai/aai_client.py +5 -4
- tccli/services/acp/acp_client.py +9 -8
- tccli/services/advisor/advisor_client.py +3 -2
- tccli/services/af/af_client.py +4 -3
- tccli/services/afc/afc_client.py +4 -3
- tccli/services/aiart/aiart_client.py +3 -2
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/ame/ame_client.py +32 -31
- tccli/services/ams/ams_client.py +10 -9
- tccli/services/anicloud/anicloud_client.py +4 -3
- tccli/services/antiddos/antiddos_client.py +96 -95
- tccli/services/apcas/apcas_client.py +8 -7
- tccli/services/ape/ape_client.py +9 -8
- tccli/services/api/api_client.py +4 -3
- tccli/services/apigateway/apigateway_client.py +97 -96
- tccli/services/apm/apm_client.py +10 -9
- tccli/services/asr/asr_client.py +26 -25
- tccli/services/asw/asw_client.py +10 -9
- tccli/services/autoscaling/autoscaling_client.py +58 -57
- tccli/services/ba/ba_client.py +4 -3
- tccli/services/batch/batch_client.py +32 -31
- tccli/services/bda/bda_client.py +19 -18
- tccli/services/bi/bi_client.py +23 -22
- tccli/services/billing/billing_client.py +33 -32
- tccli/services/bizlive/bizlive_client.py +7 -6
- tccli/services/bm/bm_client.py +54 -53
- tccli/services/bma/bma_client.py +38 -37
- tccli/services/bmeip/bmeip_client.py +21 -20
- tccli/services/bmlb/bmlb_client.py +50 -49
- tccli/services/bmvpc/bmvpc_client.py +62 -61
- tccli/services/bpaas/bpaas_client.py +3 -2
- tccli/services/bri/bri_client.py +2 -1
- tccli/services/bsca/bsca_client.py +8 -7
- tccli/services/btoe/btoe_client.py +15 -14
- tccli/services/cam/cam_client.py +88 -87
- tccli/services/captcha/captcha_client.py +19 -18
- tccli/services/car/car_client.py +7 -6
- tccli/services/cat/cat_client.py +13 -12
- tccli/services/cbs/cbs_client.py +42 -41
- tccli/services/ccc/ccc_client.py +42 -41
- tccli/services/cdb/cdb_client.py +159 -158
- tccli/services/cdc/cdc_client.py +21 -20
- tccli/services/cdc/v20201214/api.json +110 -24
- tccli/services/cdc/v20201214/examples.json +2 -2
- tccli/services/cdn/cdn_client.py +82 -81
- tccli/services/cdn/v20180606/api.json +10 -1
- tccli/services/cds/cds_client.py +7 -6
- tccli/services/cdwch/cdwch_client.py +109 -55
- tccli/services/cdwch/v20200915/api.json +253 -3
- tccli/services/cdwch/v20200915/examples.json +10 -2
- tccli/services/cdwdoris/cdwdoris_client.py +18 -17
- tccli/services/cdwpg/cdwpg_client.py +9 -8
- tccli/services/cfg/cfg_client.py +13 -12
- tccli/services/cfs/cfs_client.py +44 -43
- tccli/services/cfw/cfw_client.py +112 -111
- tccli/services/chdfs/chdfs_client.py +30 -29
- tccli/services/ciam/ciam_client.py +24 -23
- tccli/services/cii/cii_client.py +14 -13
- tccli/services/cim/cim_client.py +2 -1
- tccli/services/cis/cis_client.py +8 -7
- tccli/services/ckafka/ckafka_client.py +82 -81
- tccli/services/clb/clb_client.py +86 -85
- tccli/services/cloudaudit/cloudaudit_client.py +20 -19
- tccli/services/cloudhsm/cloudhsm_client.py +15 -14
- tccli/services/cloudstudio/cloudstudio_client.py +10 -9
- tccli/services/cls/cls_client.py +90 -89
- tccli/services/cme/cme_client.py +51 -50
- tccli/services/cmq/cmq_client.py +18 -17
- tccli/services/cms/cms_client.py +7 -6
- tccli/services/config/config_client.py +4 -3
- tccli/services/cpdp/cpdp_client.py +220 -219
- tccli/services/cr/cr_client.py +29 -28
- tccli/services/csip/csip_client.py +35 -34
- tccli/services/csxg/csxg_client.py +6 -5
- tccli/services/cvm/cvm_client.py +95 -94
- tccli/services/cwp/cwp_client.py +519 -518
- tccli/services/cwp/v20180228/api.json +17 -16
- tccli/services/cwp/v20180228/examples.json +5 -5
- tccli/services/cws/cws_client.py +20 -19
- tccli/services/cynosdb/cynosdb_client.py +131 -130
- tccli/services/dasb/dasb_client.py +56 -55
- tccli/services/dataintegration/dataintegration_client.py +2 -1
- tccli/services/dayu/dayu_client.py +113 -112
- tccli/services/dbbrain/dbbrain_client.py +62 -61
- tccli/services/dbdc/dbdc_client.py +7 -6
- tccli/services/dc/dc_client.py +22 -21
- tccli/services/dcdb/dcdb_client.py +74 -73
- tccli/services/dlc/dlc_client.py +124 -123
- tccli/services/dnspod/dnspod_client.py +73 -72
- tccli/services/domain/domain_client.py +34 -33
- tccli/services/drm/drm_client.py +12 -11
- tccli/services/ds/ds_client.py +13 -12
- tccli/services/dsgc/dsgc_client.py +149 -148
- tccli/services/dtf/dtf_client.py +2 -1
- tccli/services/dts/dts_client.py +69 -68
- tccli/services/dts/v20211206/api.json +1 -0
- tccli/services/eb/eb_client.py +33 -32
- tccli/services/ecc/ecc_client.py +5 -4
- tccli/services/ecdn/ecdn_client.py +17 -16
- tccli/services/ecm/ecm_client.py +140 -139
- tccli/services/eiam/eiam_client.py +43 -42
- tccli/services/eis/eis_client.py +9 -8
- tccli/services/emr/emr_client.py +36 -35
- tccli/services/es/es_client.py +43 -42
- tccli/services/ess/ess_client.py +72 -71
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/essbasic_client.py +123 -122
- tccli/services/essbasic/v20210526/api.json +11 -11
- tccli/services/facefusion/facefusion_client.py +5 -4
- tccli/services/faceid/faceid_client.py +36 -35
- tccli/services/fmu/fmu_client.py +11 -10
- tccli/services/ft/ft_client.py +7 -6
- tccli/services/gaap/gaap_client.py +104 -103
- tccli/services/gme/gme_client.py +29 -28
- tccli/services/goosefs/goosefs_client.py +21 -20
- tccli/services/gpm/gpm_client.py +19 -18
- tccli/services/gs/gs_client.py +9 -8
- tccli/services/gse/gse_client.py +75 -74
- tccli/services/habo/habo_client.py +3 -2
- tccli/services/hai/hai_client.py +12 -11
- tccli/services/hai/v20230812/api.json +59 -1
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/hasim/hasim_client.py +23 -22
- tccli/services/hcm/hcm_client.py +2 -1
- tccli/services/hunyuan/hunyuan_client.py +4 -3
- tccli/services/iai/iai_client.py +36 -35
- tccli/services/ic/ic_client.py +10 -9
- tccli/services/icr/icr_client.py +2 -1
- tccli/services/ie/ie_client.py +11 -10
- tccli/services/iecp/iecp_client.py +103 -102
- tccli/services/iir/iir_client.py +2 -1
- tccli/services/ims/ims_client.py +3 -2
- tccli/services/ioa/ioa_client.py +2 -1
- tccli/services/iot/iot_client.py +46 -45
- tccli/services/iotcloud/iotcloud_client.py +86 -85
- tccli/services/iotexplorer/iotexplorer_client.py +93 -92
- tccli/services/iottid/iottid_client.py +10 -9
- tccli/services/iotvideo/iotvideo_client.py +158 -157
- tccli/services/iotvideoindustry/iotvideoindustry_client.py +105 -104
- tccli/services/irp/irp_client.py +12 -11
- tccli/services/iss/iss_client.py +83 -82
- tccli/services/ivld/ivld_client.py +26 -25
- tccli/services/keewidb/keewidb_client.py +39 -38
- tccli/services/kms/kms_client.py +54 -53
- tccli/services/lcic/lcic_client.py +61 -60
- tccli/services/lighthouse/lighthouse_client.py +108 -107
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/live/live_client.py +154 -153
- tccli/services/lowcode/lowcode_client.py +2 -1
- tccli/services/lp/lp_client.py +2 -1
- tccli/services/mall/mall_client.py +2 -1
- tccli/services/mariadb/mariadb_client.py +73 -72
- tccli/services/market/market_client.py +3 -2
- tccli/services/memcached/memcached_client.py +2 -1
- tccli/services/mgobe/mgobe_client.py +8 -7
- tccli/services/mmps/mmps_client.py +16 -15
- tccli/services/mna/mna_client.py +24 -23
- tccli/services/mongodb/mongodb_client.py +43 -42
- tccli/services/monitor/monitor_client.py +151 -150
- tccli/services/mps/mps_client.py +101 -100
- tccli/services/mrs/mrs_client.py +115 -8
- tccli/services/mrs/v20200910/api.json +97 -0
- tccli/services/mrs/v20200910/examples.json +16 -0
- tccli/services/ms/ms_client.py +24 -23
- tccli/services/msp/msp_client.py +8 -7
- tccli/services/mvj/mvj_client.py +2 -1
- tccli/services/nlp/nlp_client.py +13 -12
- tccli/services/npp/npp_client.py +9 -8
- tccli/services/oceanus/oceanus_client.py +39 -38
- tccli/services/oceanus/v20190422/api.json +4 -4
- tccli/services/ocr/ocr_client.py +82 -81
- tccli/services/omics/omics_client.py +16 -15
- tccli/services/organization/organization_client.py +48 -47
- tccli/services/partners/partners_client.py +20 -19
- tccli/services/pds/pds_client.py +3 -2
- tccli/services/postgres/postgres_client.py +91 -90
- tccli/services/privatedns/privatedns_client.py +26 -25
- tccli/services/pts/pts_client.py +45 -44
- tccli/services/rce/rce_client.py +4 -3
- tccli/services/redis/redis_client.py +96 -95
- tccli/services/region/region_client.py +4 -3
- tccli/services/rkp/rkp_client.py +4 -3
- tccli/services/rp/rp_client.py +2 -1
- tccli/services/rum/rum_client.py +66 -65
- tccli/services/scf/scf_client.py +47 -46
- tccli/services/ses/ses_client.py +28 -27
- tccli/services/smh/smh_client.py +11 -10
- tccli/services/smop/smop_client.py +2 -1
- tccli/services/smpn/smpn_client.py +6 -5
- tccli/services/sms/sms_client.py +19 -18
- tccli/services/soe/soe_client.py +5 -4
- tccli/services/solar/solar_client.py +18 -17
- tccli/services/sqlserver/sqlserver_client.py +145 -144
- tccli/services/ssa/ssa_client.py +24 -23
- tccli/services/ssl/ssl_client.py +58 -57
- tccli/services/sslpod/sslpod_client.py +11 -10
- tccli/services/ssm/ssm_client.py +25 -24
- tccli/services/sts/sts_client.py +7 -6
- tccli/services/taf/taf_client.py +4 -3
- tccli/services/tag/tag_client.py +32 -31
- tccli/services/tan/tan_client.py +2 -1
- tccli/services/tat/tat_client.py +29 -28
- tccli/services/tav/tav_client.py +5 -4
- tccli/services/tbaas/tbaas_client.py +26 -25
- tccli/services/tbm/tbm_client.py +10 -9
- tccli/services/tbp/tbp_client.py +5 -4
- tccli/services/tcaplusdb/tcaplusdb_client.py +54 -53
- tccli/services/tcb/tcb_client.py +90 -89
- tccli/services/tcbr/tcbr_client.py +11 -10
- tccli/services/tcex/tcex_client.py +3 -2
- tccli/services/tchd/tchd_client.py +2 -1
- tccli/services/tci/tci_client.py +42 -41
- tccli/services/tcm/tcm_client.py +13 -12
- tccli/services/tcr/tcr_client.py +110 -109
- tccli/services/tcss/tcss_client.py +558 -345
- tccli/services/tcss/v20201101/api.json +1200 -0
- tccli/services/tcss/v20201101/examples.json +32 -0
- tccli/services/tdcpg/tdcpg_client.py +26 -25
- tccli/services/tdid/tdid_client.py +14 -13
- tccli/services/tdmq/tdmq_client.py +128 -127
- tccli/services/tds/tds_client.py +5 -4
- tccli/services/tem/tem_client.py +61 -60
- tccli/services/teo/teo_client.py +79 -78
- tccli/services/thpc/thpc_client.py +19 -18
- tccli/services/tia/tia_client.py +11 -10
- tccli/services/tic/tic_client.py +14 -13
- tccli/services/ticm/ticm_client.py +4 -3
- tccli/services/tics/tics_client.py +5 -4
- tccli/services/tiems/tiems_client.py +26 -25
- tccli/services/tiia/tiia_client.py +24 -23
- tccli/services/tione/tione_client.py +98 -97
- tccli/services/tiw/tiw_client.py +61 -60
- tccli/services/tke/tke_client.py +219 -218
- tccli/services/tkgdq/tkgdq_client.py +4 -3
- tccli/services/tms/tms_client.py +6 -5
- tccli/services/tmt/tmt_client.py +8 -7
- tccli/services/tourism/tourism_client.py +2 -1
- tccli/services/trdp/trdp_client.py +2 -1
- tccli/services/trocket/trocket_client.py +23 -22
- tccli/services/trp/trp_client.py +54 -53
- tccli/services/trro/trro_client.py +24 -23
- tccli/services/trtc/trtc_client.py +44 -43
- tccli/services/tse/tse_client.py +66 -65
- tccli/services/tsf/tsf_client.py +220 -219
- tccli/services/tsw/tsw_client.py +5 -4
- tccli/services/tts/tts_client.py +4 -3
- tccli/services/ump/ump_client.py +18 -17
- tccli/services/vm/vm_client.py +7 -6
- tccli/services/vms/vms_client.py +3 -2
- tccli/services/vod/vod_client.py +169 -168
- tccli/services/vpc/vpc_client.py +317 -316
- tccli/services/vrs/vrs_client.py +8 -7
- tccli/services/waf/waf_client.py +133 -132
- tccli/services/wav/wav_client.py +27 -26
- tccli/services/wedata/wedata_client.py +319 -318
- tccli/services/weilingwith/weilingwith_client.py +58 -57
- tccli/services/wss/wss_client.py +4 -3
- tccli/services/yinsuda/yinsuda_client.py +21 -20
- tccli/services/youmall/youmall_client.py +32 -31
- tccli/services/yunjing/yunjing_client.py +101 -100
- tccli/services/yunsou/yunsou_client.py +3 -2
- {tccli-3.0.1036.1.dist-info → tccli-3.0.1037.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1036.1.dist-info → tccli-3.0.1037.1.dist-info}/RECORD +282 -275
- {tccli-3.0.1036.1.dist-info → tccli-3.0.1037.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1036.1.dist-info → tccli-3.0.1037.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1036.1.dist-info → tccli-3.0.1037.1.dist-info}/license_files/LICENSE +0 -0
@@ -938,6 +938,13 @@
|
|
938
938
|
"output": "DescribeAssetSummaryResponse",
|
939
939
|
"status": "online"
|
940
940
|
},
|
941
|
+
"DescribeAssetSuperNodeList": {
|
942
|
+
"document": "查询超级节点列表",
|
943
|
+
"input": "DescribeAssetSuperNodeListRequest",
|
944
|
+
"name": "查询超级节点列表",
|
945
|
+
"output": "DescribeAssetSuperNodeListResponse",
|
946
|
+
"status": "online"
|
947
|
+
},
|
941
948
|
"DescribeAssetSyncLastTime": {
|
942
949
|
"document": "查询资产同步最近时间",
|
943
950
|
"input": "DescribeAssetSyncLastTimeRequest",
|
@@ -973,6 +980,13 @@
|
|
973
980
|
"output": "DescribeClusterDetailResponse",
|
974
981
|
"status": "online"
|
975
982
|
},
|
983
|
+
"DescribeClusterNodes": {
|
984
|
+
"document": "查询集群节点信息",
|
985
|
+
"input": "DescribeClusterNodesRequest",
|
986
|
+
"name": "查询集群节点信息",
|
987
|
+
"output": "DescribeClusterNodesResponse",
|
988
|
+
"status": "online"
|
989
|
+
},
|
976
990
|
"DescribeClusterSummary": {
|
977
991
|
"document": "查询用户集群资产总览",
|
978
992
|
"input": "DescribeClusterSummaryRequest",
|
@@ -1631,6 +1645,13 @@
|
|
1631
1645
|
"output": "DescribeSecLogVasInfoResponse",
|
1632
1646
|
"status": "online"
|
1633
1647
|
},
|
1648
|
+
"DescribeSuperNodePodList": {
|
1649
|
+
"document": "查询超级节点pod列表",
|
1650
|
+
"input": "DescribeSuperNodePodListRequest",
|
1651
|
+
"name": "查询超级节点pod列表",
|
1652
|
+
"output": "DescribeSuperNodePodListResponse",
|
1653
|
+
"status": "online"
|
1654
|
+
},
|
1634
1655
|
"DescribeSupportDefenceVul": {
|
1635
1656
|
"document": "查询支持防御的漏洞列表",
|
1636
1657
|
"input": "DescribeSupportDefenceVulRequest",
|
@@ -1680,6 +1701,13 @@
|
|
1680
1701
|
"output": "DescribeUserClusterResponse",
|
1681
1702
|
"status": "online"
|
1682
1703
|
},
|
1704
|
+
"DescribeUserPodList": {
|
1705
|
+
"document": "获取用户的pod列表",
|
1706
|
+
"input": "DescribeUserPodListRequest",
|
1707
|
+
"name": "获取用户的pod列表",
|
1708
|
+
"output": "DescribeUserPodListResponse",
|
1709
|
+
"status": "online"
|
1710
|
+
},
|
1683
1711
|
"DescribeValueAddedSrvInfo": {
|
1684
1712
|
"document": "DescribeValueAddedSrvInfo查询增值服务需购买信息",
|
1685
1713
|
"input": "DescribeValueAddedSrvInfoRequest",
|
@@ -6085,6 +6113,438 @@
|
|
6085
6113
|
],
|
6086
6114
|
"usage": "out"
|
6087
6115
|
},
|
6116
|
+
"ClusterNodeInfo": {
|
6117
|
+
"document": "集群的节点信息",
|
6118
|
+
"members": [
|
6119
|
+
{
|
6120
|
+
"disabled": false,
|
6121
|
+
"document": "实例id",
|
6122
|
+
"example": "无",
|
6123
|
+
"member": "string",
|
6124
|
+
"name": "InstanceId",
|
6125
|
+
"output_required": true,
|
6126
|
+
"type": "string",
|
6127
|
+
"value_allowed_null": false
|
6128
|
+
},
|
6129
|
+
{
|
6130
|
+
"disabled": false,
|
6131
|
+
"document": "内网ip地址",
|
6132
|
+
"example": "\"10.1.1.22\"",
|
6133
|
+
"member": "string",
|
6134
|
+
"name": "PrivateIpAddresses",
|
6135
|
+
"output_required": true,
|
6136
|
+
"type": "string",
|
6137
|
+
"value_allowed_null": false
|
6138
|
+
},
|
6139
|
+
{
|
6140
|
+
"disabled": false,
|
6141
|
+
"document": "节点的角色,Master、Work等",
|
6142
|
+
"example": "Master",
|
6143
|
+
"member": "string",
|
6144
|
+
"name": "InstanceRole",
|
6145
|
+
"output_required": true,
|
6146
|
+
"type": "string",
|
6147
|
+
"value_allowed_null": false
|
6148
|
+
},
|
6149
|
+
{
|
6150
|
+
"disabled": false,
|
6151
|
+
"document": "实例的状态(running 运行中,initializing 初始化中,failed 异常)",
|
6152
|
+
"example": "无",
|
6153
|
+
"member": "string",
|
6154
|
+
"name": "InstanceState",
|
6155
|
+
"output_required": true,
|
6156
|
+
"type": "string",
|
6157
|
+
"value_allowed_null": false
|
6158
|
+
},
|
6159
|
+
{
|
6160
|
+
"disabled": false,
|
6161
|
+
"document": "节点名称",
|
6162
|
+
"example": "无",
|
6163
|
+
"member": "string",
|
6164
|
+
"name": "NodeName",
|
6165
|
+
"output_required": true,
|
6166
|
+
"type": "string",
|
6167
|
+
"value_allowed_null": false
|
6168
|
+
},
|
6169
|
+
{
|
6170
|
+
"disabled": false,
|
6171
|
+
"document": "agent安装状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
6172
|
+
"example": "无",
|
6173
|
+
"member": "string",
|
6174
|
+
"name": "AgentStatus",
|
6175
|
+
"output_required": false,
|
6176
|
+
"type": "string",
|
6177
|
+
"value_allowed_null": true
|
6178
|
+
},
|
6179
|
+
{
|
6180
|
+
"disabled": false,
|
6181
|
+
"document": "公网ip\n注意:此字段可能返回 null,表示取不到有效值。",
|
6182
|
+
"example": "无",
|
6183
|
+
"member": "string",
|
6184
|
+
"name": "PublicIP",
|
6185
|
+
"output_required": false,
|
6186
|
+
"type": "string",
|
6187
|
+
"value_allowed_null": true
|
6188
|
+
},
|
6189
|
+
{
|
6190
|
+
"disabled": false,
|
6191
|
+
"document": "节点ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6192
|
+
"example": "无",
|
6193
|
+
"member": "string",
|
6194
|
+
"name": "HostID",
|
6195
|
+
"output_required": false,
|
6196
|
+
"type": "string",
|
6197
|
+
"value_allowed_null": true
|
6198
|
+
},
|
6199
|
+
{
|
6200
|
+
"disabled": false,
|
6201
|
+
"document": "主机类型(普通节点情况)\n注意:此字段可能返回 null,表示取不到有效值。",
|
6202
|
+
"example": "无",
|
6203
|
+
"member": "string",
|
6204
|
+
"name": "MachineType",
|
6205
|
+
"output_required": false,
|
6206
|
+
"type": "string",
|
6207
|
+
"value_allowed_null": true
|
6208
|
+
},
|
6209
|
+
{
|
6210
|
+
"disabled": false,
|
6211
|
+
"document": "节点类型(\nNORMAL: 普通节点\nSUPER:超级节点\n)\n注意:此字段可能返回 null,表示取不到有效值。",
|
6212
|
+
"example": "无",
|
6213
|
+
"member": "string",
|
6214
|
+
"name": "NodeType",
|
6215
|
+
"output_required": false,
|
6216
|
+
"type": "string",
|
6217
|
+
"value_allowed_null": true
|
6218
|
+
},
|
6219
|
+
{
|
6220
|
+
"disabled": false,
|
6221
|
+
"document": "uuid\n注意:此字段可能返回 null,表示取不到有效值。",
|
6222
|
+
"example": "无",
|
6223
|
+
"member": "string",
|
6224
|
+
"name": "UUID",
|
6225
|
+
"output_required": false,
|
6226
|
+
"type": "string",
|
6227
|
+
"value_allowed_null": true
|
6228
|
+
},
|
6229
|
+
{
|
6230
|
+
"disabled": false,
|
6231
|
+
"document": "计费核数\n注意:此字段可能返回 null,表示取不到有效值。",
|
6232
|
+
"example": "无",
|
6233
|
+
"member": "uint64",
|
6234
|
+
"name": "ChargeCoresCnt",
|
6235
|
+
"output_required": false,
|
6236
|
+
"type": "int",
|
6237
|
+
"value_allowed_null": true
|
6238
|
+
},
|
6239
|
+
{
|
6240
|
+
"disabled": false,
|
6241
|
+
"document": "防护状态:\n已防护: Defended\n未防护: UnDefended\n注意:此字段可能返回 null,表示取不到有效值。",
|
6242
|
+
"example": "无",
|
6243
|
+
"member": "string",
|
6244
|
+
"name": "DefendStatus",
|
6245
|
+
"output_required": false,
|
6246
|
+
"type": "string",
|
6247
|
+
"value_allowed_null": true
|
6248
|
+
}
|
6249
|
+
],
|
6250
|
+
"usage": "out"
|
6251
|
+
},
|
6252
|
+
"ClusterPodInfo": {
|
6253
|
+
"document": "集群的pod详细信息",
|
6254
|
+
"members": [
|
6255
|
+
{
|
6256
|
+
"disabled": false,
|
6257
|
+
"document": "Pod名称.",
|
6258
|
+
"example": "wktest-6486d6544d-v9gkn",
|
6259
|
+
"member": "string",
|
6260
|
+
"name": "PodName",
|
6261
|
+
"output_required": true,
|
6262
|
+
"type": "string",
|
6263
|
+
"value_allowed_null": false
|
6264
|
+
},
|
6265
|
+
{
|
6266
|
+
"disabled": false,
|
6267
|
+
"document": "Pod状态",
|
6268
|
+
"example": "Running",
|
6269
|
+
"member": "string",
|
6270
|
+
"name": "Status",
|
6271
|
+
"output_required": true,
|
6272
|
+
"type": "string",
|
6273
|
+
"value_allowed_null": false
|
6274
|
+
},
|
6275
|
+
{
|
6276
|
+
"disabled": false,
|
6277
|
+
"document": "Pod IP",
|
6278
|
+
"example": "10.0.0.9",
|
6279
|
+
"member": "string",
|
6280
|
+
"name": "PodIP",
|
6281
|
+
"output_required": true,
|
6282
|
+
"type": "string",
|
6283
|
+
"value_allowed_null": false
|
6284
|
+
},
|
6285
|
+
{
|
6286
|
+
"disabled": false,
|
6287
|
+
"document": "节点内网Ip",
|
6288
|
+
"example": "10.0.0.11",
|
6289
|
+
"member": "string",
|
6290
|
+
"name": "NodeLanIP",
|
6291
|
+
"output_required": true,
|
6292
|
+
"type": "string",
|
6293
|
+
"value_allowed_null": false
|
6294
|
+
},
|
6295
|
+
{
|
6296
|
+
"disabled": false,
|
6297
|
+
"document": "所属的工作负载名字",
|
6298
|
+
"example": "wktest-6486d6544d",
|
6299
|
+
"member": "string",
|
6300
|
+
"name": "WorkloadName",
|
6301
|
+
"output_required": true,
|
6302
|
+
"type": "string",
|
6303
|
+
"value_allowed_null": false
|
6304
|
+
},
|
6305
|
+
{
|
6306
|
+
"disabled": false,
|
6307
|
+
"document": "所属工作负载类型",
|
6308
|
+
"example": "Deployment",
|
6309
|
+
"member": "string",
|
6310
|
+
"name": "WorkloadKind",
|
6311
|
+
"output_required": true,
|
6312
|
+
"type": "string",
|
6313
|
+
"value_allowed_null": false
|
6314
|
+
},
|
6315
|
+
{
|
6316
|
+
"disabled": false,
|
6317
|
+
"document": "所属集群名字",
|
6318
|
+
"example": "wk-cluster",
|
6319
|
+
"member": "string",
|
6320
|
+
"name": "ClusterName",
|
6321
|
+
"output_required": true,
|
6322
|
+
"type": "string",
|
6323
|
+
"value_allowed_null": false
|
6324
|
+
},
|
6325
|
+
{
|
6326
|
+
"disabled": false,
|
6327
|
+
"document": "所属集群ID",
|
6328
|
+
"example": "cls-as2mkd13",
|
6329
|
+
"member": "string",
|
6330
|
+
"name": "ClusterId",
|
6331
|
+
"output_required": true,
|
6332
|
+
"type": "string",
|
6333
|
+
"value_allowed_null": false
|
6334
|
+
},
|
6335
|
+
{
|
6336
|
+
"disabled": false,
|
6337
|
+
"document": "所属命名空间",
|
6338
|
+
"example": "Default",
|
6339
|
+
"member": "string",
|
6340
|
+
"name": "Namespace",
|
6341
|
+
"output_required": true,
|
6342
|
+
"type": "string",
|
6343
|
+
"value_allowed_null": false
|
6344
|
+
},
|
6345
|
+
{
|
6346
|
+
"disabled": false,
|
6347
|
+
"document": "所属地域",
|
6348
|
+
"example": "ap-guangzhou",
|
6349
|
+
"member": "string",
|
6350
|
+
"name": "Region",
|
6351
|
+
"output_required": true,
|
6352
|
+
"type": "string",
|
6353
|
+
"value_allowed_null": false
|
6354
|
+
},
|
6355
|
+
{
|
6356
|
+
"disabled": false,
|
6357
|
+
"document": "运行时间",
|
6358
|
+
"example": "78d",
|
6359
|
+
"member": "string",
|
6360
|
+
"name": "Age",
|
6361
|
+
"output_required": true,
|
6362
|
+
"type": "string",
|
6363
|
+
"value_allowed_null": false
|
6364
|
+
},
|
6365
|
+
{
|
6366
|
+
"disabled": false,
|
6367
|
+
"document": "创建时间",
|
6368
|
+
"example": "Wed, 24 Nov 2021 11:31:16",
|
6369
|
+
"member": "string",
|
6370
|
+
"name": "StartTime",
|
6371
|
+
"output_required": true,
|
6372
|
+
"type": "string",
|
6373
|
+
"value_allowed_null": false
|
6374
|
+
},
|
6375
|
+
{
|
6376
|
+
"disabled": false,
|
6377
|
+
"document": "重启次数",
|
6378
|
+
"example": "12",
|
6379
|
+
"member": "uint64",
|
6380
|
+
"name": "Restarts",
|
6381
|
+
"output_required": true,
|
6382
|
+
"type": "int",
|
6383
|
+
"value_allowed_null": false
|
6384
|
+
},
|
6385
|
+
{
|
6386
|
+
"disabled": false,
|
6387
|
+
"document": "关联的service名字",
|
6388
|
+
"example": "wk-service",
|
6389
|
+
"member": "string",
|
6390
|
+
"name": "ServiceName",
|
6391
|
+
"output_required": true,
|
6392
|
+
"type": "string",
|
6393
|
+
"value_allowed_null": false
|
6394
|
+
},
|
6395
|
+
{
|
6396
|
+
"disabled": false,
|
6397
|
+
"document": "关联的service数量",
|
6398
|
+
"example": "2",
|
6399
|
+
"member": "uint64",
|
6400
|
+
"name": "ServiceCount",
|
6401
|
+
"output_required": true,
|
6402
|
+
"type": "int",
|
6403
|
+
"value_allowed_null": false
|
6404
|
+
},
|
6405
|
+
{
|
6406
|
+
"disabled": false,
|
6407
|
+
"document": "关联的容器名字",
|
6408
|
+
"example": "k8s_cluster-security-agent_cluster-security-defender-f8fhj_kube-",
|
6409
|
+
"member": "string",
|
6410
|
+
"name": "ContainerName",
|
6411
|
+
"output_required": true,
|
6412
|
+
"type": "string",
|
6413
|
+
"value_allowed_null": false
|
6414
|
+
},
|
6415
|
+
{
|
6416
|
+
"disabled": false,
|
6417
|
+
"document": "关联的容器数量",
|
6418
|
+
"example": "3",
|
6419
|
+
"member": "uint64",
|
6420
|
+
"name": "ContainerCount",
|
6421
|
+
"output_required": true,
|
6422
|
+
"type": "int",
|
6423
|
+
"value_allowed_null": false
|
6424
|
+
},
|
6425
|
+
{
|
6426
|
+
"disabled": false,
|
6427
|
+
"document": "CPU占用率",
|
6428
|
+
"example": "0",
|
6429
|
+
"member": "uint64",
|
6430
|
+
"name": "CPU",
|
6431
|
+
"output_required": true,
|
6432
|
+
"type": "int",
|
6433
|
+
"value_allowed_null": false
|
6434
|
+
},
|
6435
|
+
{
|
6436
|
+
"disabled": false,
|
6437
|
+
"document": "内存占用量",
|
6438
|
+
"example": "16",
|
6439
|
+
"member": "uint64",
|
6440
|
+
"name": "Memory",
|
6441
|
+
"output_required": true,
|
6442
|
+
"type": "int",
|
6443
|
+
"value_allowed_null": false
|
6444
|
+
},
|
6445
|
+
{
|
6446
|
+
"disabled": false,
|
6447
|
+
"document": "Pod标签",
|
6448
|
+
"example": "无",
|
6449
|
+
"member": "string",
|
6450
|
+
"name": "Labels",
|
6451
|
+
"output_required": true,
|
6452
|
+
"type": "string",
|
6453
|
+
"value_allowed_null": false
|
6454
|
+
},
|
6455
|
+
{
|
6456
|
+
"disabled": false,
|
6457
|
+
"document": "集群状态",
|
6458
|
+
"example": "无",
|
6459
|
+
"member": "string",
|
6460
|
+
"name": "ClusterStatus",
|
6461
|
+
"output_required": true,
|
6462
|
+
"type": "string",
|
6463
|
+
"value_allowed_null": false
|
6464
|
+
},
|
6465
|
+
{
|
6466
|
+
"disabled": false,
|
6467
|
+
"document": "工作负载标签",
|
6468
|
+
"example": "无",
|
6469
|
+
"member": "string",
|
6470
|
+
"name": "WorkloadLabels",
|
6471
|
+
"output_required": true,
|
6472
|
+
"type": "string",
|
6473
|
+
"value_allowed_null": false
|
6474
|
+
},
|
6475
|
+
{
|
6476
|
+
"disabled": false,
|
6477
|
+
"document": "容器Id",
|
6478
|
+
"example": "无",
|
6479
|
+
"member": "string",
|
6480
|
+
"name": "ContainerId",
|
6481
|
+
"output_required": true,
|
6482
|
+
"type": "string",
|
6483
|
+
"value_allowed_null": false
|
6484
|
+
},
|
6485
|
+
{
|
6486
|
+
"disabled": false,
|
6487
|
+
"document": "主机名称",
|
6488
|
+
"example": "无",
|
6489
|
+
"member": "string",
|
6490
|
+
"name": "HostName",
|
6491
|
+
"output_required": true,
|
6492
|
+
"type": "string",
|
6493
|
+
"value_allowed_null": false
|
6494
|
+
},
|
6495
|
+
{
|
6496
|
+
"disabled": false,
|
6497
|
+
"document": "主机Id",
|
6498
|
+
"example": "无",
|
6499
|
+
"member": "string",
|
6500
|
+
"name": "HostId",
|
6501
|
+
"output_required": true,
|
6502
|
+
"type": "string",
|
6503
|
+
"value_allowed_null": false
|
6504
|
+
},
|
6505
|
+
{
|
6506
|
+
"disabled": false,
|
6507
|
+
"document": "集群类型",
|
6508
|
+
"example": "无",
|
6509
|
+
"member": "string",
|
6510
|
+
"name": "ClusterType",
|
6511
|
+
"output_required": true,
|
6512
|
+
"type": "string",
|
6513
|
+
"value_allowed_null": false
|
6514
|
+
},
|
6515
|
+
{
|
6516
|
+
"disabled": false,
|
6517
|
+
"document": "abc",
|
6518
|
+
"example": "无",
|
6519
|
+
"member": "string",
|
6520
|
+
"name": "NodeName",
|
6521
|
+
"output_required": true,
|
6522
|
+
"type": "string",
|
6523
|
+
"value_allowed_null": false
|
6524
|
+
},
|
6525
|
+
{
|
6526
|
+
"disabled": false,
|
6527
|
+
"document": "NORMAL:普通节点 SUPER:超级节点",
|
6528
|
+
"example": "无",
|
6529
|
+
"member": "string",
|
6530
|
+
"name": "NodeType",
|
6531
|
+
"output_required": true,
|
6532
|
+
"type": "string",
|
6533
|
+
"value_allowed_null": false
|
6534
|
+
},
|
6535
|
+
{
|
6536
|
+
"disabled": false,
|
6537
|
+
"document": "计费核数",
|
6538
|
+
"example": "无",
|
6539
|
+
"member": "uint64",
|
6540
|
+
"name": "ChargeCoresCnt",
|
6541
|
+
"output_required": true,
|
6542
|
+
"type": "int",
|
6543
|
+
"value_allowed_null": false
|
6544
|
+
}
|
6545
|
+
],
|
6546
|
+
"usage": "out"
|
6547
|
+
},
|
6088
6548
|
"ClusterRiskItem": {
|
6089
6549
|
"document": "风险项是检查完之后,有问题的检测项,并且加了一些检查结果信息。",
|
6090
6550
|
"members": [
|
@@ -17530,6 +17990,89 @@
|
|
17530
17990
|
],
|
17531
17991
|
"type": "object"
|
17532
17992
|
},
|
17993
|
+
"DescribeAssetSuperNodeListRequest": {
|
17994
|
+
"document": "DescribeAssetSuperNodeList请求参数结构体",
|
17995
|
+
"members": [
|
17996
|
+
{
|
17997
|
+
"disabled": false,
|
17998
|
+
"document": "过滤条件。\n<li>NodeID- String - 是否必填:否 - ID </li>\n<li>NodeName- String - 是否必填:否 - 超级节点名称 </li>\n<li>SubnetName- String - 是否必填:否 - VPC子网 </li>\n<li>AgentStatus- String - 是否必填:否 - 安装状态UNINSTALL:未安装;INSTALLED:已安装;INSTALLING:安装中; </li>",
|
17999
|
+
"example": "无",
|
18000
|
+
"member": "RunTimeFilters",
|
18001
|
+
"name": "Filters",
|
18002
|
+
"required": false,
|
18003
|
+
"type": "list"
|
18004
|
+
},
|
18005
|
+
{
|
18006
|
+
"disabled": false,
|
18007
|
+
"document": "需要返回的数量,默认为10,最大值为100",
|
18008
|
+
"example": "1",
|
18009
|
+
"member": "uint64",
|
18010
|
+
"name": "Limit",
|
18011
|
+
"required": false,
|
18012
|
+
"type": "int"
|
18013
|
+
},
|
18014
|
+
{
|
18015
|
+
"disabled": false,
|
18016
|
+
"document": "偏移量,默认为0。",
|
18017
|
+
"example": "0",
|
18018
|
+
"member": "uint64",
|
18019
|
+
"name": "Offset",
|
18020
|
+
"required": false,
|
18021
|
+
"type": "int"
|
18022
|
+
},
|
18023
|
+
{
|
18024
|
+
"disabled": false,
|
18025
|
+
"document": "排序字段",
|
18026
|
+
"example": "无",
|
18027
|
+
"member": "string",
|
18028
|
+
"name": "By",
|
18029
|
+
"required": false,
|
18030
|
+
"type": "string"
|
18031
|
+
},
|
18032
|
+
{
|
18033
|
+
"disabled": false,
|
18034
|
+
"document": "排序方式 asc,desc",
|
18035
|
+
"example": "CreateTime",
|
18036
|
+
"member": "string",
|
18037
|
+
"name": "Order",
|
18038
|
+
"required": false,
|
18039
|
+
"type": "string"
|
18040
|
+
}
|
18041
|
+
],
|
18042
|
+
"type": "object"
|
18043
|
+
},
|
18044
|
+
"DescribeAssetSuperNodeListResponse": {
|
18045
|
+
"document": "DescribeAssetSuperNodeList返回参数结构体",
|
18046
|
+
"members": [
|
18047
|
+
{
|
18048
|
+
"disabled": false,
|
18049
|
+
"document": "超级节点列表",
|
18050
|
+
"example": "无",
|
18051
|
+
"member": "SuperNodeListItem",
|
18052
|
+
"name": "List",
|
18053
|
+
"output_required": true,
|
18054
|
+
"type": "list",
|
18055
|
+
"value_allowed_null": false
|
18056
|
+
},
|
18057
|
+
{
|
18058
|
+
"disabled": false,
|
18059
|
+
"document": "总数",
|
18060
|
+
"example": "无",
|
18061
|
+
"member": "uint64",
|
18062
|
+
"name": "TotalCount",
|
18063
|
+
"output_required": true,
|
18064
|
+
"type": "int",
|
18065
|
+
"value_allowed_null": false
|
18066
|
+
},
|
18067
|
+
{
|
18068
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
18069
|
+
"member": "string",
|
18070
|
+
"name": "RequestId",
|
18071
|
+
"type": "string"
|
18072
|
+
}
|
18073
|
+
],
|
18074
|
+
"type": "object"
|
18075
|
+
},
|
17533
18076
|
"DescribeAssetSyncLastTimeRequest": {
|
17534
18077
|
"document": "DescribeAssetSyncLastTime请求参数结构体",
|
17535
18078
|
"members": [],
|
@@ -18040,6 +18583,98 @@
|
|
18040
18583
|
],
|
18041
18584
|
"type": "object"
|
18042
18585
|
},
|
18586
|
+
"DescribeClusterNodesRequest": {
|
18587
|
+
"document": "DescribeClusterNodes请求参数结构体",
|
18588
|
+
"members": [
|
18589
|
+
{
|
18590
|
+
"disabled": false,
|
18591
|
+
"document": "集群Id,不输入表示查询所有",
|
18592
|
+
"example": "cls-as2mkd13",
|
18593
|
+
"member": "string",
|
18594
|
+
"name": "ClusterId",
|
18595
|
+
"required": false,
|
18596
|
+
"type": "string"
|
18597
|
+
},
|
18598
|
+
{
|
18599
|
+
"disabled": false,
|
18600
|
+
"document": "偏移量",
|
18601
|
+
"example": "3",
|
18602
|
+
"member": "uint64",
|
18603
|
+
"name": "Offset",
|
18604
|
+
"required": false,
|
18605
|
+
"type": "int"
|
18606
|
+
},
|
18607
|
+
{
|
18608
|
+
"disabled": false,
|
18609
|
+
"document": "每次查询的最大记录数量",
|
18610
|
+
"example": "10",
|
18611
|
+
"member": "uint64",
|
18612
|
+
"name": "Limit",
|
18613
|
+
"required": false,
|
18614
|
+
"type": "int"
|
18615
|
+
},
|
18616
|
+
{
|
18617
|
+
"disabled": false,
|
18618
|
+
"document": "Name 可取值:\nDefendStatus(防护状态):\n\tDefended 已防护\n\tUnDefended 未防护\nAgentStatus (容器agent状态):\n \tOFFLINE 离线\n \tONLINE 在线\n \tUNINSTALL 未安装\nInstanceState (节点状态):\n \tRunning 运行中\n \tReady 准备\n \tNotready 未准备好\n \tInitializing 初始化\n \tFailed 失败\n \tError 错误\nInstanceRole (节点角色)\n WORKER 工作节点\n MASTER_ETCD 主节点\n SUPER 超级节点",
|
18619
|
+
"example": "无",
|
18620
|
+
"member": "ComplianceFilters",
|
18621
|
+
"name": "Filters",
|
18622
|
+
"required": false,
|
18623
|
+
"type": "list"
|
18624
|
+
},
|
18625
|
+
{
|
18626
|
+
"disabled": false,
|
18627
|
+
"document": "排序字段",
|
18628
|
+
"example": "无",
|
18629
|
+
"member": "string",
|
18630
|
+
"name": "By",
|
18631
|
+
"required": false,
|
18632
|
+
"type": "string"
|
18633
|
+
},
|
18634
|
+
{
|
18635
|
+
"disabled": false,
|
18636
|
+
"document": "排序方式 asc,desc",
|
18637
|
+
"example": "无",
|
18638
|
+
"member": "string",
|
18639
|
+
"name": "Order",
|
18640
|
+
"required": false,
|
18641
|
+
"type": "string"
|
18642
|
+
}
|
18643
|
+
],
|
18644
|
+
"type": "object"
|
18645
|
+
},
|
18646
|
+
"DescribeClusterNodesResponse": {
|
18647
|
+
"document": "DescribeClusterNodes返回参数结构体",
|
18648
|
+
"members": [
|
18649
|
+
{
|
18650
|
+
"disabled": false,
|
18651
|
+
"document": "总数",
|
18652
|
+
"example": "20",
|
18653
|
+
"member": "uint64",
|
18654
|
+
"name": "TotalCount",
|
18655
|
+
"output_required": true,
|
18656
|
+
"type": "int",
|
18657
|
+
"value_allowed_null": false
|
18658
|
+
},
|
18659
|
+
{
|
18660
|
+
"disabled": false,
|
18661
|
+
"document": "节点列表",
|
18662
|
+
"example": "无",
|
18663
|
+
"member": "ClusterNodeInfo",
|
18664
|
+
"name": "ClusterNodeList",
|
18665
|
+
"output_required": true,
|
18666
|
+
"type": "list",
|
18667
|
+
"value_allowed_null": false
|
18668
|
+
},
|
18669
|
+
{
|
18670
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
18671
|
+
"member": "string",
|
18672
|
+
"name": "RequestId",
|
18673
|
+
"type": "string"
|
18674
|
+
}
|
18675
|
+
],
|
18676
|
+
"type": "object"
|
18677
|
+
},
|
18043
18678
|
"DescribeClusterSummaryRequest": {
|
18044
18679
|
"document": "DescribeClusterSummary请求参数结构体",
|
18045
18680
|
"members": [],
|
@@ -25000,6 +25635,89 @@
|
|
25000
25635
|
],
|
25001
25636
|
"type": "object"
|
25002
25637
|
},
|
25638
|
+
"DescribeSuperNodePodListRequest": {
|
25639
|
+
"document": "DescribeSuperNodePodList请求参数结构体",
|
25640
|
+
"members": [
|
25641
|
+
{
|
25642
|
+
"disabled": false,
|
25643
|
+
"document": "过滤条件。\n<li>NodeUniqueID- String - 是否必填:否 - 节点唯一id </li>\n<li>PodName- String - 是否必填:否 - Pod示例名称 </li>\n<li>PodIP- String - 是否必填:否 - POD IP </li>\n<li>Namespace- String - 是否必填:否 - 命名空间 </li>\n<li>Deployment- String - 是否必填:否 - 所属工作负载 </li>\n<li>Status- String - 是否必填:否 - 状态 </li>\n",
|
25644
|
+
"example": "无",
|
25645
|
+
"member": "RunTimeFilters",
|
25646
|
+
"name": "Filters",
|
25647
|
+
"required": false,
|
25648
|
+
"type": "list"
|
25649
|
+
},
|
25650
|
+
{
|
25651
|
+
"disabled": false,
|
25652
|
+
"document": "需要返回的数量,默认为10,最大值为100",
|
25653
|
+
"example": "无",
|
25654
|
+
"member": "uint64",
|
25655
|
+
"name": "Limit",
|
25656
|
+
"required": false,
|
25657
|
+
"type": "int"
|
25658
|
+
},
|
25659
|
+
{
|
25660
|
+
"disabled": false,
|
25661
|
+
"document": "偏移量,默认为0。",
|
25662
|
+
"example": "无",
|
25663
|
+
"member": "uint64",
|
25664
|
+
"name": "Offset",
|
25665
|
+
"required": false,
|
25666
|
+
"type": "int"
|
25667
|
+
},
|
25668
|
+
{
|
25669
|
+
"disabled": false,
|
25670
|
+
"document": "排序字段",
|
25671
|
+
"example": "无",
|
25672
|
+
"member": "string",
|
25673
|
+
"name": "By",
|
25674
|
+
"required": false,
|
25675
|
+
"type": "string"
|
25676
|
+
},
|
25677
|
+
{
|
25678
|
+
"disabled": false,
|
25679
|
+
"document": "排序方式 asc,desc",
|
25680
|
+
"example": "无",
|
25681
|
+
"member": "string",
|
25682
|
+
"name": "Order",
|
25683
|
+
"required": false,
|
25684
|
+
"type": "string"
|
25685
|
+
}
|
25686
|
+
],
|
25687
|
+
"type": "object"
|
25688
|
+
},
|
25689
|
+
"DescribeSuperNodePodListResponse": {
|
25690
|
+
"document": "DescribeSuperNodePodList返回参数结构体",
|
25691
|
+
"members": [
|
25692
|
+
{
|
25693
|
+
"disabled": false,
|
25694
|
+
"document": "列表",
|
25695
|
+
"example": "无",
|
25696
|
+
"member": "SuperNodePodListItem",
|
25697
|
+
"name": "List",
|
25698
|
+
"output_required": true,
|
25699
|
+
"type": "list",
|
25700
|
+
"value_allowed_null": false
|
25701
|
+
},
|
25702
|
+
{
|
25703
|
+
"disabled": false,
|
25704
|
+
"document": "总数",
|
25705
|
+
"example": "无",
|
25706
|
+
"member": "uint64",
|
25707
|
+
"name": "TotalCount",
|
25708
|
+
"output_required": true,
|
25709
|
+
"type": "int",
|
25710
|
+
"value_allowed_null": false
|
25711
|
+
},
|
25712
|
+
{
|
25713
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
25714
|
+
"member": "string",
|
25715
|
+
"name": "RequestId",
|
25716
|
+
"type": "string"
|
25717
|
+
}
|
25718
|
+
],
|
25719
|
+
"type": "object"
|
25720
|
+
},
|
25003
25721
|
"DescribeSupportDefenceVulRequest": {
|
25004
25722
|
"document": "DescribeSupportDefenceVul请求参数结构体",
|
25005
25723
|
"members": [
|
@@ -25617,6 +26335,116 @@
|
|
25617
26335
|
],
|
25618
26336
|
"type": "object"
|
25619
26337
|
},
|
26338
|
+
"DescribeUserPodListRequest": {
|
26339
|
+
"document": "DescribeUserPodList请求参数结构体",
|
26340
|
+
"members": [
|
26341
|
+
{
|
26342
|
+
"disabled": false,
|
26343
|
+
"document": "集群Id,不填表示获取用户所有pod",
|
26344
|
+
"example": "cls-as2mkd13",
|
26345
|
+
"member": "string",
|
26346
|
+
"name": "ClusterId",
|
26347
|
+
"required": false,
|
26348
|
+
"type": "string"
|
26349
|
+
},
|
26350
|
+
{
|
26351
|
+
"disabled": false,
|
26352
|
+
"document": "偏移量",
|
26353
|
+
"example": "10",
|
26354
|
+
"member": "uint64",
|
26355
|
+
"name": "Offset",
|
26356
|
+
"required": false,
|
26357
|
+
"type": "int"
|
26358
|
+
},
|
26359
|
+
{
|
26360
|
+
"disabled": false,
|
26361
|
+
"document": "每次查询的最大记录数量",
|
26362
|
+
"example": "10",
|
26363
|
+
"member": "uint64",
|
26364
|
+
"name": "Limit",
|
26365
|
+
"required": false,
|
26366
|
+
"type": "int"
|
26367
|
+
},
|
26368
|
+
{
|
26369
|
+
"disabled": false,
|
26370
|
+
"document": "Name 可取值:ClusterId集群id,Namespace命名空间等",
|
26371
|
+
"example": "无",
|
26372
|
+
"member": "ComplianceFilters",
|
26373
|
+
"name": "Filters",
|
26374
|
+
"required": false,
|
26375
|
+
"type": "list"
|
26376
|
+
},
|
26377
|
+
{
|
26378
|
+
"disabled": false,
|
26379
|
+
"document": "排序字段",
|
26380
|
+
"example": "StartTime",
|
26381
|
+
"member": "string",
|
26382
|
+
"name": "By",
|
26383
|
+
"required": false,
|
26384
|
+
"type": "string"
|
26385
|
+
},
|
26386
|
+
{
|
26387
|
+
"disabled": false,
|
26388
|
+
"document": "排序方式 asc,desc",
|
26389
|
+
"example": "asc",
|
26390
|
+
"member": "string",
|
26391
|
+
"name": "Order",
|
26392
|
+
"required": false,
|
26393
|
+
"type": "string"
|
26394
|
+
},
|
26395
|
+
{
|
26396
|
+
"disabled": false,
|
26397
|
+
"document": "Service名称",
|
26398
|
+
"example": "wk-service",
|
26399
|
+
"member": "string",
|
26400
|
+
"name": "ServiceName",
|
26401
|
+
"required": false,
|
26402
|
+
"type": "string"
|
26403
|
+
},
|
26404
|
+
{
|
26405
|
+
"disabled": false,
|
26406
|
+
"document": "命名空间",
|
26407
|
+
"example": "default",
|
26408
|
+
"member": "string",
|
26409
|
+
"name": "Namespace",
|
26410
|
+
"required": false,
|
26411
|
+
"type": "string"
|
26412
|
+
}
|
26413
|
+
],
|
26414
|
+
"type": "object"
|
26415
|
+
},
|
26416
|
+
"DescribeUserPodListResponse": {
|
26417
|
+
"document": "DescribeUserPodList返回参数结构体",
|
26418
|
+
"members": [
|
26419
|
+
{
|
26420
|
+
"disabled": false,
|
26421
|
+
"document": "Pod列表详细信息",
|
26422
|
+
"example": "无",
|
26423
|
+
"member": "ClusterPodInfo",
|
26424
|
+
"name": "PodList",
|
26425
|
+
"output_required": true,
|
26426
|
+
"type": "list",
|
26427
|
+
"value_allowed_null": false
|
26428
|
+
},
|
26429
|
+
{
|
26430
|
+
"disabled": false,
|
26431
|
+
"document": "Pod列表总数量",
|
26432
|
+
"example": "19",
|
26433
|
+
"member": "uint64",
|
26434
|
+
"name": "TotalCount",
|
26435
|
+
"output_required": true,
|
26436
|
+
"type": "int",
|
26437
|
+
"value_allowed_null": false
|
26438
|
+
},
|
26439
|
+
{
|
26440
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
26441
|
+
"member": "string",
|
26442
|
+
"name": "RequestId",
|
26443
|
+
"type": "string"
|
26444
|
+
}
|
26445
|
+
],
|
26446
|
+
"type": "object"
|
26447
|
+
},
|
25620
26448
|
"DescribeValueAddedSrvInfoRequest": {
|
25621
26449
|
"document": "DescribeValueAddedSrvInfo请求参数结构体",
|
25622
26450
|
"members": [],
|
@@ -39153,6 +39981,378 @@
|
|
39153
39981
|
],
|
39154
39982
|
"type": "object"
|
39155
39983
|
},
|
39984
|
+
"SuperNodeListItem": {
|
39985
|
+
"document": "超级节点信息",
|
39986
|
+
"members": [
|
39987
|
+
{
|
39988
|
+
"disabled": false,
|
39989
|
+
"document": "超级节点ID",
|
39990
|
+
"example": "无",
|
39991
|
+
"member": "string",
|
39992
|
+
"name": "NodeID",
|
39993
|
+
"output_required": true,
|
39994
|
+
"type": "string",
|
39995
|
+
"value_allowed_null": false
|
39996
|
+
},
|
39997
|
+
{
|
39998
|
+
"disabled": false,
|
39999
|
+
"document": "超级节点名称",
|
40000
|
+
"example": "无",
|
40001
|
+
"member": "string",
|
40002
|
+
"name": "NodeName",
|
40003
|
+
"output_required": true,
|
40004
|
+
"type": "string",
|
40005
|
+
"value_allowed_null": false
|
40006
|
+
},
|
40007
|
+
{
|
40008
|
+
"disabled": false,
|
40009
|
+
"document": "所属集群名",
|
40010
|
+
"example": "无",
|
40011
|
+
"member": "string",
|
40012
|
+
"name": "ClusterName",
|
40013
|
+
"output_required": true,
|
40014
|
+
"type": "string",
|
40015
|
+
"value_allowed_null": false
|
40016
|
+
},
|
40017
|
+
{
|
40018
|
+
"disabled": false,
|
40019
|
+
"document": "所属集群ID",
|
40020
|
+
"example": "无",
|
40021
|
+
"member": "string",
|
40022
|
+
"name": "ClusterID",
|
40023
|
+
"output_required": true,
|
40024
|
+
"type": "string",
|
40025
|
+
"value_allowed_null": false
|
40026
|
+
},
|
40027
|
+
{
|
40028
|
+
"disabled": false,
|
40029
|
+
"document": "节点状态:Running,Ready,Notready,Initializing,Failed,Error",
|
40030
|
+
"example": "无",
|
40031
|
+
"member": "string",
|
40032
|
+
"name": "Status",
|
40033
|
+
"output_required": true,
|
40034
|
+
"type": "string",
|
40035
|
+
"value_allowed_null": false
|
40036
|
+
},
|
40037
|
+
{
|
40038
|
+
"disabled": false,
|
40039
|
+
"document": "子网ID",
|
40040
|
+
"example": "无",
|
40041
|
+
"member": "string",
|
40042
|
+
"name": "SubNetID",
|
40043
|
+
"output_required": true,
|
40044
|
+
"type": "string",
|
40045
|
+
"value_allowed_null": false
|
40046
|
+
},
|
40047
|
+
{
|
40048
|
+
"disabled": false,
|
40049
|
+
"document": "子网名称",
|
40050
|
+
"example": "无",
|
40051
|
+
"member": "string",
|
40052
|
+
"name": "SubNetName",
|
40053
|
+
"output_required": true,
|
40054
|
+
"type": "string",
|
40055
|
+
"value_allowed_null": false
|
40056
|
+
},
|
40057
|
+
{
|
40058
|
+
"disabled": false,
|
40059
|
+
"document": "子网网段",
|
40060
|
+
"example": "无",
|
40061
|
+
"member": "string",
|
40062
|
+
"name": "SubNetCidr",
|
40063
|
+
"output_required": true,
|
40064
|
+
"type": "string",
|
40065
|
+
"value_allowed_null": false
|
40066
|
+
},
|
40067
|
+
{
|
40068
|
+
"disabled": false,
|
40069
|
+
"document": "可用区ID",
|
40070
|
+
"example": "ap-guangzhou-6 广州六区",
|
40071
|
+
"member": "string",
|
40072
|
+
"name": "ZoneID",
|
40073
|
+
"output_required": true,
|
40074
|
+
"type": "string",
|
40075
|
+
"value_allowed_null": false
|
40076
|
+
},
|
40077
|
+
{
|
40078
|
+
"disabled": false,
|
40079
|
+
"document": "可用区",
|
40080
|
+
"example": "100006",
|
40081
|
+
"member": "string",
|
40082
|
+
"name": "Zone",
|
40083
|
+
"output_required": true,
|
40084
|
+
"type": "string",
|
40085
|
+
"value_allowed_null": false
|
40086
|
+
},
|
40087
|
+
{
|
40088
|
+
"disabled": false,
|
40089
|
+
"document": "创建时间",
|
40090
|
+
"example": "无",
|
40091
|
+
"member": "string",
|
40092
|
+
"name": "CreateTime",
|
40093
|
+
"output_required": true,
|
40094
|
+
"type": "string",
|
40095
|
+
"value_allowed_null": false
|
40096
|
+
},
|
40097
|
+
{
|
40098
|
+
"disabled": false,
|
40099
|
+
"document": "关联pod数",
|
40100
|
+
"example": "无",
|
40101
|
+
"member": "uint64",
|
40102
|
+
"name": "RelatePodCount",
|
40103
|
+
"output_required": true,
|
40104
|
+
"type": "int",
|
40105
|
+
"value_allowed_null": false
|
40106
|
+
},
|
40107
|
+
{
|
40108
|
+
"disabled": false,
|
40109
|
+
"document": "关联容器数",
|
40110
|
+
"example": "无",
|
40111
|
+
"member": "uint64",
|
40112
|
+
"name": "RelateContainerCount",
|
40113
|
+
"output_required": true,
|
40114
|
+
"type": "int",
|
40115
|
+
"value_allowed_null": false
|
40116
|
+
},
|
40117
|
+
{
|
40118
|
+
"disabled": false,
|
40119
|
+
"document": "agent安装状态UNINSTALL:未安装;INSTALLED:已安装;INSTALLING:安装中;",
|
40120
|
+
"example": "无",
|
40121
|
+
"member": "string",
|
40122
|
+
"name": "AgentStatus",
|
40123
|
+
"output_required": true,
|
40124
|
+
"type": "string",
|
40125
|
+
"value_allowed_null": false
|
40126
|
+
},
|
40127
|
+
{
|
40128
|
+
"disabled": false,
|
40129
|
+
"document": "节点唯一id",
|
40130
|
+
"example": "无",
|
40131
|
+
"member": "string",
|
40132
|
+
"name": "NodeUniqueID",
|
40133
|
+
"output_required": true,
|
40134
|
+
"type": "string",
|
40135
|
+
"value_allowed_null": false
|
40136
|
+
},
|
40137
|
+
{
|
40138
|
+
"disabled": false,
|
40139
|
+
"document": "集群接入状态",
|
40140
|
+
"example": "无",
|
40141
|
+
"member": "string",
|
40142
|
+
"name": "ClusterAccessedStatus",
|
40143
|
+
"output_required": true,
|
40144
|
+
"type": "string",
|
40145
|
+
"value_allowed_null": false
|
40146
|
+
},
|
40147
|
+
{
|
40148
|
+
"disabled": false,
|
40149
|
+
"document": "计费核数",
|
40150
|
+
"example": "无",
|
40151
|
+
"member": "uint64",
|
40152
|
+
"name": "ChargeCoresCnt",
|
40153
|
+
"output_required": true,
|
40154
|
+
"type": "int",
|
40155
|
+
"value_allowed_null": false
|
40156
|
+
},
|
40157
|
+
{
|
40158
|
+
"disabled": false,
|
40159
|
+
"document": "防护状态:\n已防护: Defended\n未防护: UnDefended",
|
40160
|
+
"example": "无",
|
40161
|
+
"member": "string",
|
40162
|
+
"name": "DefendStatus",
|
40163
|
+
"output_required": true,
|
40164
|
+
"type": "string",
|
40165
|
+
"value_allowed_null": false
|
40166
|
+
}
|
40167
|
+
],
|
40168
|
+
"usage": "out"
|
40169
|
+
},
|
40170
|
+
"SuperNodePodListItem": {
|
40171
|
+
"document": "超级节点Pod列表Item信息",
|
40172
|
+
"members": [
|
40173
|
+
{
|
40174
|
+
"disabled": false,
|
40175
|
+
"document": "pod名称",
|
40176
|
+
"example": "无",
|
40177
|
+
"member": "string",
|
40178
|
+
"name": "PodName",
|
40179
|
+
"output_required": true,
|
40180
|
+
"type": "string",
|
40181
|
+
"value_allowed_null": false
|
40182
|
+
},
|
40183
|
+
{
|
40184
|
+
"disabled": false,
|
40185
|
+
"document": "podIP",
|
40186
|
+
"example": "无",
|
40187
|
+
"member": "string",
|
40188
|
+
"name": "PodIP",
|
40189
|
+
"output_required": true,
|
40190
|
+
"type": "string",
|
40191
|
+
"value_allowed_null": false
|
40192
|
+
},
|
40193
|
+
{
|
40194
|
+
"disabled": false,
|
40195
|
+
"document": "节点唯一id",
|
40196
|
+
"example": "无",
|
40197
|
+
"member": "string",
|
40198
|
+
"name": "NodeUniqueID",
|
40199
|
+
"output_required": true,
|
40200
|
+
"type": "string",
|
40201
|
+
"value_allowed_null": false
|
40202
|
+
},
|
40203
|
+
{
|
40204
|
+
"disabled": false,
|
40205
|
+
"document": "运行状态",
|
40206
|
+
"example": "无",
|
40207
|
+
"member": "string",
|
40208
|
+
"name": "Status",
|
40209
|
+
"output_required": true,
|
40210
|
+
"type": "string",
|
40211
|
+
"value_allowed_null": false
|
40212
|
+
},
|
40213
|
+
{
|
40214
|
+
"disabled": false,
|
40215
|
+
"document": "cpu需求核数",
|
40216
|
+
"example": "无",
|
40217
|
+
"member": "int64",
|
40218
|
+
"name": "CpuRequest",
|
40219
|
+
"output_required": true,
|
40220
|
+
"type": "int",
|
40221
|
+
"value_allowed_null": false
|
40222
|
+
},
|
40223
|
+
{
|
40224
|
+
"disabled": false,
|
40225
|
+
"document": "cpu限制核数",
|
40226
|
+
"example": "无",
|
40227
|
+
"member": "int64",
|
40228
|
+
"name": "CpuLimit",
|
40229
|
+
"output_required": true,
|
40230
|
+
"type": "int",
|
40231
|
+
"value_allowed_null": false
|
40232
|
+
},
|
40233
|
+
{
|
40234
|
+
"disabled": false,
|
40235
|
+
"document": "内存需求大小",
|
40236
|
+
"example": "无",
|
40237
|
+
"member": "int64",
|
40238
|
+
"name": "MemRequest",
|
40239
|
+
"output_required": true,
|
40240
|
+
"type": "int",
|
40241
|
+
"value_allowed_null": false
|
40242
|
+
},
|
40243
|
+
{
|
40244
|
+
"disabled": false,
|
40245
|
+
"document": "内存限制大小",
|
40246
|
+
"example": "无",
|
40247
|
+
"member": "int64",
|
40248
|
+
"name": "MemLimit",
|
40249
|
+
"output_required": true,
|
40250
|
+
"type": "int",
|
40251
|
+
"value_allowed_null": false
|
40252
|
+
},
|
40253
|
+
{
|
40254
|
+
"disabled": false,
|
40255
|
+
"document": "命名空间",
|
40256
|
+
"example": "无",
|
40257
|
+
"member": "string",
|
40258
|
+
"name": "Namespace",
|
40259
|
+
"output_required": true,
|
40260
|
+
"type": "string",
|
40261
|
+
"value_allowed_null": false
|
40262
|
+
},
|
40263
|
+
{
|
40264
|
+
"disabled": false,
|
40265
|
+
"document": "工作负载名称",
|
40266
|
+
"example": "无",
|
40267
|
+
"member": "string",
|
40268
|
+
"name": "DeploymentName",
|
40269
|
+
"output_required": true,
|
40270
|
+
"type": "string",
|
40271
|
+
"value_allowed_null": false
|
40272
|
+
},
|
40273
|
+
{
|
40274
|
+
"disabled": false,
|
40275
|
+
"document": "工作负载id",
|
40276
|
+
"example": "无",
|
40277
|
+
"member": "string",
|
40278
|
+
"name": "DeploymentID",
|
40279
|
+
"output_required": true,
|
40280
|
+
"type": "string",
|
40281
|
+
"value_allowed_null": false
|
40282
|
+
},
|
40283
|
+
{
|
40284
|
+
"disabled": false,
|
40285
|
+
"document": "启动时间",
|
40286
|
+
"example": "无",
|
40287
|
+
"member": "string",
|
40288
|
+
"name": "StartTime",
|
40289
|
+
"output_required": true,
|
40290
|
+
"type": "string",
|
40291
|
+
"value_allowed_null": false
|
40292
|
+
},
|
40293
|
+
{
|
40294
|
+
"disabled": false,
|
40295
|
+
"document": "创建时间",
|
40296
|
+
"example": "无",
|
40297
|
+
"member": "string",
|
40298
|
+
"name": "CreateTime",
|
40299
|
+
"output_required": true,
|
40300
|
+
"type": "string",
|
40301
|
+
"value_allowed_null": false
|
40302
|
+
},
|
40303
|
+
{
|
40304
|
+
"disabled": false,
|
40305
|
+
"document": "关联容器个数",
|
40306
|
+
"example": "无",
|
40307
|
+
"member": "uint64",
|
40308
|
+
"name": "RelateContainerCount",
|
40309
|
+
"output_required": true,
|
40310
|
+
"type": "int",
|
40311
|
+
"value_allowed_null": false
|
40312
|
+
},
|
40313
|
+
{
|
40314
|
+
"disabled": false,
|
40315
|
+
"document": "运行时间",
|
40316
|
+
"example": "无",
|
40317
|
+
"member": "string",
|
40318
|
+
"name": "RunningTime",
|
40319
|
+
"output_required": true,
|
40320
|
+
"type": "string",
|
40321
|
+
"value_allowed_null": false
|
40322
|
+
},
|
40323
|
+
{
|
40324
|
+
"disabled": false,
|
40325
|
+
"document": "PodUid",
|
40326
|
+
"example": "无",
|
40327
|
+
"member": "string",
|
40328
|
+
"name": "PodUid",
|
40329
|
+
"output_required": true,
|
40330
|
+
"type": "string",
|
40331
|
+
"value_allowed_null": false
|
40332
|
+
},
|
40333
|
+
{
|
40334
|
+
"disabled": false,
|
40335
|
+
"document": "计费核数",
|
40336
|
+
"example": "无",
|
40337
|
+
"member": "uint64",
|
40338
|
+
"name": "ChargeCoresCnt",
|
40339
|
+
"output_required": true,
|
40340
|
+
"type": "int",
|
40341
|
+
"value_allowed_null": false
|
40342
|
+
},
|
40343
|
+
{
|
40344
|
+
"disabled": false,
|
40345
|
+
"document": "防护状态",
|
40346
|
+
"example": "无",
|
40347
|
+
"member": "string",
|
40348
|
+
"name": "DefendStatus",
|
40349
|
+
"output_required": true,
|
40350
|
+
"type": "string",
|
40351
|
+
"value_allowed_null": false
|
40352
|
+
}
|
40353
|
+
],
|
40354
|
+
"usage": "out"
|
40355
|
+
},
|
39156
40356
|
"SupportDefenceVul": {
|
39157
40357
|
"document": "支持防御的漏洞",
|
39158
40358
|
"members": [
|