tccli 3.0.1214.1__py2.py3-none-any.whl → 3.0.1216.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/configure.py +46 -1
- tccli/services/__init__.py +0 -3
- tccli/services/ams/v20201229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +20 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/bi/v20220105/api.json +32 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +304 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +222 -17
- tccli/services/bsca/v20210811/examples.json +4 -4
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +176 -18
- tccli/services/ccc/v20200210/examples.json +11 -3
- tccli/services/cdb/v20170320/api.json +22 -4
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -3
- tccli/services/cdwdoris/v20211228/api.json +23 -2
- tccli/services/cfs/v20190719/api.json +3 -3
- tccli/services/cfw/v20190904/api.json +86 -52
- tccli/services/cfw/v20190904/examples.json +68 -56
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- tccli/services/ckafka/v20190819/api.json +1 -1
- tccli/services/cloudaudit/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +215 -186
- tccli/services/cloudaudit/v20190319/examples.json +13 -13
- tccli/services/cls/v20201016/api.json +365 -66
- tccli/services/cls/v20201016/examples.json +9 -3
- tccli/services/csip/v20221121/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +42 -0
- tccli/services/cwp/v20180228/api.json +865 -809
- tccli/services/cwp/v20180228/examples.json +98 -110
- tccli/services/cynosdb/v20190107/api.json +77 -29
- tccli/services/cynosdb/v20190107/examples.json +22 -22
- tccli/services/dasb/v20191018/api.json +77 -0
- tccli/services/dasb/v20191018/examples.json +5 -5
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +11 -0
- tccli/services/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +9 -0
- tccli/services/es/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +521 -0
- tccli/services/es/v20180416/examples.json +32 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +155 -10
- tccli/services/ess/v20201111/examples.json +15 -1
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +244 -13
- tccli/services/essbasic/v20210526/examples.json +22 -0
- tccli/services/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- tccli/services/hunyuan/v20230901/examples.json +6 -0
- tccli/services/iotexplorer/v20190423/api.json +40 -0
- tccli/services/iss/v20230517/api.json +19 -0
- tccli/services/live/v20180801/api.json +35 -9
- tccli/services/mongodb/v20190725/api.json +6 -8
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/organization/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +451 -0
- tccli/services/organization/v20210331/examples.json +48 -0
- tccli/services/partners/partners_client.py +57 -4
- tccli/services/partners/v20180321/api.json +44 -0
- tccli/services/partners/v20180321/examples.json +8 -0
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +554 -0
- tccli/services/scf/v20180416/examples.json +46 -0
- tccli/services/ssl/v20191205/api.json +34 -5
- tccli/services/tat/v20201028/api.json +27 -25
- tccli/services/tat/v20201028/examples.json +4 -4
- tccli/services/tcss/v20201101/api.json +256 -14
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +64 -63
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tem/v20210701/api.json +144 -103
- tccli/services/tem/v20210701/examples.json +27 -27
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1023 -146
- tccli/services/teo/v20220901/examples.json +71 -1
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +43 -0
- tccli/services/tke/v20180525/examples.json +8 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- tccli/services/trtc/v20190722/api.json +221 -22
- tccli/services/vpc/v20170312/api.json +111 -34
- tccli/services/vpc/v20170312/examples.json +11 -3
- tccli/services/vpc/vpc_client.py +107 -54
- tccli/services/waf/v20180125/api.json +61 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +686 -0
- tccli/services/wedata/v20210820/examples.json +16 -0
- tccli/services/wedata/wedata_client.py +106 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/RECORD +108 -112
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1214.1.dist-info → tccli-3.0.1216.1.dist-info}/license_files/LICENSE +0 -0
@@ -16189,12 +16189,78 @@
|
|
16189
16189
|
},
|
16190
16190
|
"DescribeAssetImageRegistryRegistryListRequest": {
|
16191
16191
|
"document": "DescribeAssetImageRegistryRegistryList请求参数结构体",
|
16192
|
-
"members": [
|
16192
|
+
"members": [
|
16193
|
+
{
|
16194
|
+
"disabled": false,
|
16195
|
+
"document": "需要返回的数量,默认为10,最大值为100",
|
16196
|
+
"example": "无",
|
16197
|
+
"member": "uint64",
|
16198
|
+
"name": "Limit",
|
16199
|
+
"required": false,
|
16200
|
+
"type": "int"
|
16201
|
+
},
|
16202
|
+
{
|
16203
|
+
"disabled": false,
|
16204
|
+
"document": "偏移量,默认为0",
|
16205
|
+
"example": "无",
|
16206
|
+
"member": "uint64",
|
16207
|
+
"name": "Offset",
|
16208
|
+
"required": false,
|
16209
|
+
"type": "int"
|
16210
|
+
},
|
16211
|
+
{
|
16212
|
+
"disabled": false,
|
16213
|
+
"document": "过滤字段\nIsAuthorized是否授权,取值全部all,未授权0,已授权1",
|
16214
|
+
"example": "无",
|
16215
|
+
"member": "AssetFilters",
|
16216
|
+
"name": "Filters",
|
16217
|
+
"required": false,
|
16218
|
+
"type": "list"
|
16219
|
+
},
|
16220
|
+
{
|
16221
|
+
"disabled": false,
|
16222
|
+
"document": "排序字段",
|
16223
|
+
"example": "无",
|
16224
|
+
"member": "string",
|
16225
|
+
"name": "By",
|
16226
|
+
"required": false,
|
16227
|
+
"type": "string"
|
16228
|
+
},
|
16229
|
+
{
|
16230
|
+
"disabled": false,
|
16231
|
+
"document": "排序方式,asc,desc",
|
16232
|
+
"example": "无",
|
16233
|
+
"member": "string",
|
16234
|
+
"name": "Order",
|
16235
|
+
"required": false,
|
16236
|
+
"type": "string"
|
16237
|
+
}
|
16238
|
+
],
|
16193
16239
|
"type": "object"
|
16194
16240
|
},
|
16195
16241
|
"DescribeAssetImageRegistryRegistryListResponse": {
|
16196
16242
|
"document": "DescribeAssetImageRegistryRegistryList返回参数结构体",
|
16197
16243
|
"members": [
|
16244
|
+
{
|
16245
|
+
"disabled": false,
|
16246
|
+
"document": "镜像仓库列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
16247
|
+
"example": "无",
|
16248
|
+
"member": "ImageRepoRegistryInfo",
|
16249
|
+
"name": "List",
|
16250
|
+
"output_required": true,
|
16251
|
+
"type": "list",
|
16252
|
+
"value_allowed_null": true
|
16253
|
+
},
|
16254
|
+
{
|
16255
|
+
"disabled": false,
|
16256
|
+
"document": "总数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
16257
|
+
"example": "无",
|
16258
|
+
"member": "uint64",
|
16259
|
+
"name": "TotalCount",
|
16260
|
+
"output_required": true,
|
16261
|
+
"type": "int",
|
16262
|
+
"value_allowed_null": true
|
16263
|
+
},
|
16198
16264
|
{
|
16199
16265
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
16200
16266
|
"member": "string",
|
@@ -19968,7 +20034,7 @@
|
|
19968
20034
|
{
|
19969
20035
|
"disabled": false,
|
19970
20036
|
"document": "ES聚合条件JSON",
|
19971
|
-
"example": "\"
|
20037
|
+
"example": "{\"index\":[],\"body\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"range\\\":{\\\"insert_time\\\":{\\\"gte\\\":1729699200000,\\\"lte\\\":1729708160014}}},\\\"must\\\":[],\\\"must_not\\\":[],\\\"should\\\":[]}}}},\\\"highlight\\\":{\\\"fields\\\":{\\\"*\\\":{}}},\\\"aggs\\\":{\\\"count_stats\\\":{\\\"date_histogram\\\":{\\\"field\\\":\\\"insert_time\\\",\\\"interval\\\":\\\"30m\\\",\\\"time_zone\\\":\\\"Asia/Shanghai\\\",\\\"min_doc_count\\\":1}}},\\\"track_total_hits\\\":true,\\\"sort\\\":[{\\\"insert_time\\\":\\\"desc\\\"}]}\"}",
|
19972
20038
|
"member": "string",
|
19973
20039
|
"name": "Query",
|
19974
20040
|
"required": true,
|
@@ -19977,7 +20043,7 @@
|
|
19977
20043
|
{
|
19978
20044
|
"disabled": false,
|
19979
20045
|
"document": "日志类型列表",
|
19980
|
-
"example": "
|
20046
|
+
"example": "[\"asset_container\"]",
|
19981
20047
|
"member": "string",
|
19982
20048
|
"name": "LogTypes",
|
19983
20049
|
"required": false,
|
@@ -19992,7 +20058,7 @@
|
|
19992
20058
|
{
|
19993
20059
|
"disabled": false,
|
19994
20060
|
"document": "ES聚合结果JSON",
|
19995
|
-
"example": "
|
20061
|
+
"example": "{\"took\":53,\"hits\":{\"total\":{\"value\":360540,\"relation\":\"eq\"}},\"aggregations\":{\"count_stats\":{\"buckets\":[{\"key_as_string\":\"2024-10-24T00:00:00.000+08:00\",\"key\":1729699200000,\"doc_count\":72104},{\"key_as_string\":\"2024-10-24T00:30:00.000+08:00\",\"key\":1729701000000,\"doc_count\":72417},{\"key_as_string\":\"2024-10-24T01:00:00.000+08:00\",\"key\":1729702800000,\"doc_count\":65184},{\"key_as_string\":\"2024-10-24T01:30:00.000+08:00\",\"key\":1729704600000,\"doc_count\":63747},{\"key_as_string\":\"2024-10-24T02:00:00.000+08:00\",\"key\":1729706400000,\"doc_count\":87088}]}},\"_shards\":{\"total\":9,\"successful\":9,\"failed\":0}}",
|
19996
20062
|
"member": "string",
|
19997
20063
|
"name": "Data",
|
19998
20064
|
"output_required": true,
|
@@ -20014,7 +20080,7 @@
|
|
20014
20080
|
{
|
20015
20081
|
"disabled": false,
|
20016
20082
|
"document": "ES查询条件JSON",
|
20017
|
-
"example": "
|
20083
|
+
"example": "{\"index\":[],\"body\":\"{\\\"query\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"range\\\":{\\\"insert_time\\\":{\\\"gte\\\":1729699200000,\\\"lte\\\":1729765759984}}},\\\"must\\\":[],\\\"must_not\\\":[],\\\"should\\\":[]}}}},\\\"highlight\\\":{\\\"fields\\\":{\\\"*\\\":{}}},\\\"sort\\\":[{\\\"insert_time\\\":\\\"desc\\\"}],\\\"track_total_hits\\\":true}\"}",
|
20018
20084
|
"member": "string",
|
20019
20085
|
"name": "Query",
|
20020
20086
|
"required": true,
|
@@ -20041,7 +20107,7 @@
|
|
20041
20107
|
{
|
20042
20108
|
"disabled": false,
|
20043
20109
|
"document": "日志类型列表",
|
20044
|
-
"example": "
|
20110
|
+
"example": "[ \"asset_container\", \"asset_local_image\", \"asset_registry_image\", \"asset_host\", \"asset_cluster\", \"asset_pod\", \"asset_service\", \"asset_ingress\", \"asset_process\", \"asset_port\", \"asset_web_service\", \"asset_app\", \"asset_db\", \"container_bash\", \"container_launch\", \"k8s_api\", \"local_image_virus\", \"local_image_risk\", \"local_image_vul\", \"registry_image_virus\", \"registry_image_risk\", \"registry_image_vul\", \"image_deny\", \"cluster_risk_vul\", \"cluster_risk_cfg\", \"baseline_docker_container\", \"baseline_docker_image\", \"baseline_docker_host\", \"baseline_containerd_container\", \"baseline_k8s\", \"baseline_containerd_host\", \"container_escape\", \"reverse_shell\", \"container_virus\", \"malicious_connection\", \"abnormal_process\", \"access_control\", \"risk_syscall\", \"abnormal_k8s_api\" ]",
|
20045
20111
|
"member": "string",
|
20046
20112
|
"name": "LogTypes",
|
20047
20113
|
"required": false,
|
@@ -20056,7 +20122,7 @@
|
|
20056
20122
|
{
|
20057
20123
|
"disabled": false,
|
20058
20124
|
"document": "ES查询结果JSON",
|
20059
|
-
"example": "xxx",
|
20125
|
+
"example": "{\"took\":325,\"hits\":{\"total\":{\"value\":6271209,\"relation\":\"eq\"},\"hits\":[{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"h38SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753848],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.952981Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.848230558+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Request\",\"auditID\":\"424d7ab6-b3af-4a23-a270-a86ebf4c8a3a\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cluster-autoscaler\",\"verb\":\"get\",\"user\":{\"username\":\"admin\",\"uid\":\"admin\",\"groups\":\"[\\\"system:masters\\\",\\\"system:authenticated\\\"]\"},\"sourceIPs\":[\"169.254.128.40\"],\"userAgent\":\"cluster-autoscaler/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"leases\",\"namespace\":\"kube-system\",\"name\":\"cluster-autoscaler\",\"apiGroup\":\"coordination.k8s.io\",\"apiVersion\":\"v1\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.952981Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.955037Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"iH8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753848],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.955964Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.84864859+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"RequestResponse\",\"auditID\":\"e51cf090-479b-404f-ac93-a27bb10ff5c9\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/apis/coordination.k8s.io/v1/namespaces/kube-system/leases/cluster-autoscaler\",\"verb\":\"update\",\"user\":{\"username\":\"admin\",\"uid\":\"admin\",\"groups\":\"[\\\"system:masters\\\",\\\"system:authenticated\\\"]\"},\"sourceIPs\":[\"169.254.128.40\"],\"userAgent\":\"cluster-autoscaler/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"leases\",\"namespace\":\"kube-system\",\"name\":\"cluster-autoscaler\",\"uid\":\"c289949f-4691-4b5f-83f9-a37f326943d1\",\"apiGroup\":\"coordination.k8s.io\",\"apiVersion\":\"v1\",\"resourceVersion\":\"46694894\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestObject\":{\"kind\":\"Lease\",\"apiVersion\":\"coordination.k8s.io/v1\",\"metadata\":\"{\\\"name\\\":\\\"cluster-autoscaler\\\",\\\"namespace\\\":\\\"kube-system\\\",\\\"uid\\\":\\\"c289949f-4691-4b5f-83f9-a37f326943d1\\\",\\\"resourceVersion\\\":\\\"46694894\\\",\\\"creationTimestamp\\\":\\\"2024-06-26T03:04:05Z\\\",\\\"managedFields\\\":[{\\\"manager\\\":\\\"cluster-autoscaler\\\",\\\"operation\\\":\\\"Update\\\",\\\"apiVersion\\\":\\\"coordination.k8s.io/v1\\\",\\\"time\\\":\\\"2024-10-24T10:29:08Z\\\",\\\"fieldsType\\\":\\\"FieldsV1\\\",\\\"fieldsV1\\\":{\\\"f:spec\\\":{\\\"f:acquireTime\\\":{},\\\"f:holderIdentity\\\":{},\\\"f:leaseDurationSeconds\\\":{},\\\"f:leaseTransitions\\\":{},\\\"f:renewTime\\\":{}}}}]}\",\"spec\":\"{\\\"holderIdentity\\\":\\\"cluster-autoscaler-749ffb4b94-x8w2f\\\",\\\"leaseDurationSeconds\\\":15,\\\"acquireTime\\\":\\\"2024-06-26T03:04:05.458969Z\\\",\\\"renewTime\\\":\\\"2024-10-24T10:29:10.952447Z\\\",\\\"leaseTransitions\\\":0}\"},\"responseObject\":{\"kind\":\"Lease\",\"apiVersion\":\"coordination.k8s.io/v1\",\"metadata\":\"{\\\"name\\\":\\\"cluster-autoscaler\\\",\\\"namespace\\\":\\\"kube-system\\\",\\\"uid\\\":\\\"c289949f-4691-4b5f-83f9-a37f326943d1\\\",\\\"resourceVersion\\\":\\\"46694905\\\",\\\"creationTimestamp\\\":\\\"2024-06-26T03:04:05Z\\\",\\\"managedFields\\\":[{\\\"manager\\\":\\\"cluster-autoscaler\\\",\\\"operation\\\":\\\"Update\\\",\\\"apiVersion\\\":\\\"coordination.k8s.io/v1\\\",\\\"time\\\":\\\"2024-10-24T10:29:10Z\\\",\\\"fieldsType\\\":\\\"FieldsV1\\\",\\\"fieldsV1\\\":{\\\"f:spec\\\":{\\\"f:acquireTime\\\":{},\\\"f:holderIdentity\\\":{},\\\"f:leaseDurationSeconds\\\":{},\\\"f:leaseTransitions\\\":{},\\\"f:renewTime\\\":{}}}}]}\",\"spec\":\"{\\\"holderIdentity\\\":\\\"cluster-autoscaler-749ffb4b94-x8w2f\\\",\\\"leaseDurationSeconds\\\":15,\\\"acquireTime\\\":\\\"2024-06-26T03:04:05.458969Z\\\",\\\"renewTime\\\":\\\"2024-10-24T10:29:10.952447Z\\\",\\\"leaseTransitions\\\":0}\"},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.955964Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.958866Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"\"},\"clusterId\":\"cls-7dget88s\"}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"hn8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753847],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.575348Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.847489726+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"RequestResponse\",\"auditID\":\"5e8846b1-4788-4205-9b3f-93c7fd7a0e63\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/endpoints/tke-eni-ipamd-lock\",\"verb\":\"update\",\"user\":{\"username\":\"system:serviceaccount:kube-system:tke-eni-ipamd\",\"uid\":\"56fdf904-c7f5-4d06-aee4-b9701d80c9ff\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"tke-eni-ipamd-6c75b784d8-cz9wf\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"24b0d3a3-6bae-4a1c-b933-7ab25665f6fd\\\"]}\"},\"sourceIPs\":[\"172.17.1.56\"],\"userAgent\":\"tke-eni-ipamd/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"endpoints\",\"namespace\":\"kube-system\",\"name\":\"tke-eni-ipamd-lock\",\"uid\":\"35c95aac-ef38-498f-9968-b5bdc5da9f48\",\"apiVersion\":\"v1\",\"resourceVersion\":\"46694892\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestObject\":{\"kind\":\"Endpoints\",\"apiVersion\":\"v1\",\"metadata\":\"{\\\"name\\\":\\\"tke-eni-ipamd-lock\\\",\\\"namespace\\\":\\\"kube-system\\\",\\\"uid\\\":\\\"35c95aac-ef38-498f-9968-b5bdc5da9f48\\\",\\\"resourceVersion\\\":\\\"46694892\\\",\\\"creationTimestamp\\\":\\\"2024-06-26T03:01:12Z\\\",\\\"annotations\\\":{\\\"control-plane.alpha.kubernetes.io/leader\\\":\\\"{\\\\\\\"holderIdentity\\\\\\\":\\\\\\\"172-17-1-56_96e32dbb-9485-4a9a-9144-ee9f06bfe5b3\\\\\\\",\\\\\\\"leaseDurationSeconds\\\\\\\":15,\\\\\\\"acquireTime\\\\\\\":\\\\\\\"2024-06-26T03:01:12Z\\\\\\\",\\\\\\\"renewTime\\\\\\\":\\\\\\\"2024-10-24T10:29:10Z\\\\\\\",\\\\\\\"leaderTransitions\\\\\\\":0}\\\"},\\\"managedFields\\\":[{\\\"manager\\\":\\\"tke-eni-ipamd\\\",\\\"operation\\\":\\\"Update\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"time\\\":\\\"2024-10-24T10:29:08Z\\\",\\\"fieldsType\\\":\\\"FieldsV1\\\",\\\"fieldsV1\\\":{\\\"f:metadata\\\":{\\\"f:annotations\\\":{\\\".\\\":{},\\\"f:control-plane.alpha.kubernetes.io/leader\\\":{}}}}}]}\"},\"responseObject\":{\"kind\":\"Endpoints\",\"apiVersion\":\"v1\",\"metadata\":\"{\\\"name\\\":\\\"tke-eni-ipamd-lock\\\",\\\"namespace\\\":\\\"kube-system\\\",\\\"uid\\\":\\\"35c95aac-ef38-498f-9968-b5bdc5da9f48\\\",\\\"resourceVersion\\\":\\\"46694903\\\",\\\"creationTimestamp\\\":\\\"2024-06-26T03:01:12Z\\\",\\\"annotations\\\":{\\\"control-plane.alpha.kubernetes.io/leader\\\":\\\"{\\\\\\\"holderIdentity\\\\\\\":\\\\\\\"172-17-1-56_96e32dbb-9485-4a9a-9144-ee9f06bfe5b3\\\\\\\",\\\\\\\"leaseDurationSeconds\\\\\\\":15,\\\\\\\"acquireTime\\\\\\\":\\\\\\\"2024-06-26T03:01:12Z\\\\\\\",\\\\\\\"renewTime\\\\\\\":\\\\\\\"2024-10-24T10:29:10Z\\\\\\\",\\\\\\\"leaderTransitions\\\\\\\":0}\\\"},\\\"managedFields\\\":[{\\\"manager\\\":\\\"tke-eni-ipamd\\\",\\\"operation\\\":\\\"Update\\\",\\\"apiVersion\\\":\\\"v1\\\",\\\"time\\\":\\\"2024-10-24T10:29:10Z\\\",\\\"fieldsType\\\":\\\"FieldsV1\\\",\\\"fieldsV1\\\":{\\\"f:metadata\\\":{\\\"f:annotations\\\":{\\\".\\\":{},\\\"f:control-plane.alpha.kubernetes.io/leader\\\":{}}}}}]}\"},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.575348Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.578292Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"tke-eni-ipamd\\\" of ClusterRole \\\"tke-eni-ipamd\\\" to ServiceAccount \\\"tke-eni-ipamd/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\"}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"hX8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753846],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.57237Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.846972186+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Request\",\"auditID\":\"2a490960-7ad1-4487-b23b-41f77223e9b2\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/endpoints/tke-eni-ipamd-lock\",\"verb\":\"get\",\"user\":{\"username\":\"system:serviceaccount:kube-system:tke-eni-ipamd\",\"uid\":\"56fdf904-c7f5-4d06-aee4-b9701d80c9ff\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"tke-eni-ipamd-6c75b784d8-cz9wf\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"24b0d3a3-6bae-4a1c-b933-7ab25665f6fd\\\"]}\"},\"sourceIPs\":[\"172.17.1.56\"],\"userAgent\":\"tke-eni-ipamd/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"endpoints\",\"namespace\":\"kube-system\",\"name\":\"tke-eni-ipamd-lock\",\"apiVersion\":\"v1\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.572370Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.574562Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"tke-eni-ipamd\\\" of ClusterRole \\\"tke-eni-ipamd\\\" to ServiceAccount \\\"tke-eni-ipamd/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"hH8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753846],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.475168Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.846418511+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Metadata\",\"auditID\":\"0a6d0b24-e7a5-4a5e-bb60-f50056ca534e\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/configmaps/qcloud-ingress-controller\",\"verb\":\"update\",\"user\":{\"username\":\"system:serviceaccount:kube-system:lb-ingress\",\"uid\":\"4e96b45b-9a88-4ba2-a277-122c46364101\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"l7-lb-controller-6f58466df8-l8fr6\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"5e32741b-7e49-4670-855e-bd251c5ad036\\\"]}\"},\"sourceIPs\":[\"172.17.1.24\"],\"userAgent\":\"qcloud_ingress/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"configmaps\",\"namespace\":\"kube-system\",\"name\":\"qcloud-ingress-controller\",\"uid\":\"302dc348-a138-43e1-9f4d-87f04fcb6f25\",\"apiVersion\":\"v1\",\"resourceVersion\":\"46694891\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.475168Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.480114Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"lb-ingress-clusterrole-nisa-binding\\\" of ClusterRole \\\"lb-ingress-clusterrole\\\" to ServiceAccount \\\"lb-ingress/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"g38SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753845],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.474629Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.84593979+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Metadata\",\"auditID\":\"7d9eceee-67a1-4fed-90d9-b49cf21a04d4\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/configmaps/qcloud-service-controller\",\"verb\":\"update\",\"user\":{\"username\":\"system:serviceaccount:kube-system:lb-service\",\"uid\":\"9d25ee8f-abed-4abc-86f3-d82071d23c3f\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"service-controller-78b4ff7d46-96gvd\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"8071ed19-b00d-45f1-ae09-f583fdc40fd7\\\"]}\"},\"sourceIPs\":[\"172.17.1.24\"],\"userAgent\":\"service-controller/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"configmaps\",\"namespace\":\"kube-system\",\"name\":\"qcloud-service-controller\",\"uid\":\"86370d25-137a-4000-89ac-07a835b4ea0b\",\"apiVersion\":\"v1\",\"resourceVersion\":\"46694890\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.474629Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.478776Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"lb-service-clusterrole-nisa-binding\\\" of ClusterRole \\\"lb-service-clusterrole\\\" to ServiceAccount \\\"lb-service/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"gX8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753845],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.471587Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.845001107+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Metadata\",\"auditID\":\"5c46cc74-40e5-4da5-9f42-7e9e4f68123e\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/configmaps/qcloud-service-controller\",\"verb\":\"get\",\"user\":{\"username\":\"system:serviceaccount:kube-system:lb-service\",\"uid\":\"9d25ee8f-abed-4abc-86f3-d82071d23c3f\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"service-controller-78b4ff7d46-96gvd\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"8071ed19-b00d-45f1-ae09-f583fdc40fd7\\\"]}\"},\"sourceIPs\":[\"172.17.1.24\"],\"userAgent\":\"service-controller/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"configmaps\",\"namespace\":\"kube-system\",\"name\":\"qcloud-service-controller\",\"apiVersion\":\"v1\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.471587Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.473778Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"lb-service-clusterrole-nisa-binding\\\" of ClusterRole \\\"lb-service-clusterrole\\\" to ServiceAccount \\\"lb-service/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"gn8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753845],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.472096Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.845464582+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Metadata\",\"auditID\":\"cb948a64-82cf-44aa-ad75-1bd773a63437\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/kube-system/configmaps/qcloud-ingress-controller\",\"verb\":\"get\",\"user\":{\"username\":\"system:serviceaccount:kube-system:lb-ingress\",\"uid\":\"4e96b45b-9a88-4ba2-a277-122c46364101\",\"groups\":\"[\\\"system:serviceaccounts\\\",\\\"system:serviceaccounts:kube-system\\\",\\\"system:authenticated\\\"]\",\"extra\":\"{\\\"authentication.kubernetes.io/pod-name\\\":[\\\"l7-lb-controller-6f58466df8-l8fr6\\\"],\\\"authentication.kubernetes.io/pod-uid\\\":[\\\"5e32741b-7e49-4670-855e-bd251c5ad036\\\"]}\"},\"sourceIPs\":[\"172.17.1.24\"],\"userAgent\":\"qcloud_ingress/v0.0.0 (linux/amd64) kubernetes/$Format\",\"objectRef\":{\"resource\":\"configmaps\",\"namespace\":\"kube-system\",\"name\":\"qcloud-ingress-controller\",\"apiVersion\":\"v1\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.472096Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.474334Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"RBAC: allowed by ClusterRoleBinding \\\"lb-ingress-clusterrole-nisa-binding\\\" of ClusterRole \\\"lb-ingress-clusterrole\\\" to ServiceAccount \\\"lb-ingress/kube-system\\\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"gH8SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753844],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.297857Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.844619316+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Request\",\"auditID\":\"c04c98dc-03fb-44da-b52c-f87a1bea5367\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/apis/discovery.k8s.io/v1/namespaces/default/endpointslices/kubernetes\",\"verb\":\"get\",\"user\":{\"username\":\"system:apiserver\",\"uid\":\"9eed41ab-24c3-4ad4-a3ab-b9879d30113d\",\"groups\":\"[\\\"system:masters\\\"]\"},\"sourceIPs\":[\"::1\"],\"userAgent\":\"kube-apiserver/v1.28.3 (linux/amd64) kubernetes/2895160\",\"objectRef\":{\"resource\":\"endpointslices\",\"namespace\":\"default\",\"name\":\"kubernetes\",\"apiGroup\":\"discovery.k8s.io\",\"apiVersion\":\"v1\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.297857Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.299250Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}},{\"_index\":\"userlog-k8s-api-1256299843-000001\",\"_type\":\"_doc\",\"_id\":\"f38SvpIBC41NeSj8xBMf\",\"_seq_no\":null,\"_primary_term\":null,\"sort\":[1729765753844],\"_source\":{\"appid\":1256299843,\"cluster_id\":\"cls-7dget88s\",\"container_id\":\"\",\"container_name\":\"\",\"eks_id\":\"\",\"eks_md5\":\"d41d8cd98f00b204e9800998ecf8427e\",\"event_time\":\"2024-10-24T10:29:10.294496Z\",\"image_id\":\"\",\"image_name\":\"\",\"insert_time\":\"2024-10-24T18:29:13.844248481+08:00\",\"node_id\":\"\",\"quuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"receive_time\":\"2024-10-24T18:29:13+08:00\",\"uuid\":\"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\"client_ip\":\"172.17.1.11\",\"uin\":\"100004506473\",\"ca_md5\":\"d68df8fc35e2f1f443074410f2492f40\",\"kind\":\"Event\",\"apiVersion\":\"audit.k8s.io/v1\",\"level\":\"Request\",\"auditID\":\"e96f0e09-1a06-4d8b-8f13-a83a4d6f847a\",\"stage\":\"ResponseComplete\",\"requestURI\":\"/api/v1/namespaces/default/endpoints/kubernetes\",\"verb\":\"get\",\"user\":{\"username\":\"system:apiserver\",\"uid\":\"9eed41ab-24c3-4ad4-a3ab-b9879d30113d\",\"groups\":\"[\\\"system:masters\\\"]\"},\"sourceIPs\":[\"::1\"],\"userAgent\":\"kube-apiserver/v1.28.3 (linux/amd64) kubernetes/2895160\",\"objectRef\":{\"resource\":\"endpoints\",\"namespace\":\"default\",\"name\":\"kubernetes\",\"apiVersion\":\"v1\",\"apiGroup\":\"\"},\"responseStatus\":{\"metadata\":\"{}\",\"code\":200},\"requestReceivedTimestamp\":\"2024-10-24T10:29:10.294496Z\",\"stageTimestamp\":\"2024-10-24T10:29:10.296271Z\",\"annotations\":{\"authorization.k8s.io/decision\":\"allow\",\"authorization.k8s.io/reason\":\"\"},\"clusterId\":\"cls-7dget88s\",\"requestObject\":{\"metadata\":\"\"},\"responseObject\":{\"metadata\":\"\"}}}]},\"_shards\":{\"total\":9,\"successful\":9,\"failed\":0}}",
|
20060
20126
|
"member": "string",
|
20061
20127
|
"name": "Data",
|
20062
20128
|
"output_required": true,
|
@@ -25436,7 +25502,7 @@
|
|
25436
25502
|
{
|
25437
25503
|
"disabled": false,
|
25438
25504
|
"document": "ES查询条件JSON",
|
25439
|
-
"example": "
|
25505
|
+
"example": "{\\\"index\\\":[\\\"netflow\\\"],\\\"body\\\":{\\\"query\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"bool\\\":{\\\"filter\\\":{\\\"range\\\":{\\\"timestamp\\\":{\\\"gte\\\":1597075200000,\\\"lte\\\":1597161599999}}},\\\"must\\\":[],\\\"must_not\\\":[],\\\"should\\\":[]}}}},\\\"highlight\\\":{\\\"fields\\\":{\\\"*\\\":{}}}},\\\"sort\\\":[{\\\"timestamp\\\":\\\"desc\\\"}]}",
|
25440
25506
|
"member": "string",
|
25441
25507
|
"name": "Query",
|
25442
25508
|
"required": true,
|
@@ -25445,7 +25511,7 @@
|
|
25445
25511
|
{
|
25446
25512
|
"disabled": false,
|
25447
25513
|
"document": "日志类型列表",
|
25448
|
-
"example": "
|
25514
|
+
"example": "[ \"asset_container\", \"asset_local_image\", \"asset_registry_image\", \"asset_host\", \"asset_cluster\", \"asset_pod\", \"asset_service\", \"asset_ingress\", \"asset_process\", \"asset_port\", \"asset_web_service\", \"asset_app\", \"asset_db\", \"container_bash\", \"container_launch\", \"k8s_api\", \"local_image_virus\", \"local_image_risk\", \"local_image_vul\", \"registry_image_virus\", \"registry_image_risk\", \"registry_image_vul\", \"image_deny\", \"cluster_risk_vul\", \"cluster_risk_cfg\", \"baseline_docker_container\", \"baseline_docker_image\", \"baseline_docker_host\", \"baseline_containerd_container\", \"baseline_k8s\", \"baseline_containerd_host\", \"container_escape\", \"reverse_shell\", \"container_virus\", \"malicious_connection\", \"abnormal_process\", \"access_control\", \"risk_syscall\", \"abnormal_k8s_api\" ]",
|
25449
25515
|
"member": "string",
|
25450
25516
|
"name": "LogTypes",
|
25451
25517
|
"required": false,
|
@@ -25460,7 +25526,7 @@
|
|
25460
25526
|
{
|
25461
25527
|
"disabled": false,
|
25462
25528
|
"document": "导出任务ID,前端拿着任务ID查询任务进度",
|
25463
|
-
"example": "\"\"",
|
25529
|
+
"example": "\"1223\"",
|
25464
25530
|
"member": "string",
|
25465
25531
|
"name": "JobId",
|
25466
25532
|
"output_required": true,
|
@@ -25893,7 +25959,7 @@
|
|
25893
25959
|
{
|
25894
25960
|
"disabled": false,
|
25895
25961
|
"document": "日志类型\nbash: \"container_bash\",\n启动: \"container_launch\",\n\"k8s\": \"k8s_api\"",
|
25896
|
-
"example": "
|
25962
|
+
"example": "container_bash",
|
25897
25963
|
"member": "string",
|
25898
25964
|
"name": "LogType",
|
25899
25965
|
"required": true,
|
@@ -32661,6 +32727,182 @@
|
|
32661
32727
|
],
|
32662
32728
|
"usage": "out"
|
32663
32729
|
},
|
32730
|
+
"ImageRepoRegistryInfo": {
|
32731
|
+
"document": "容器安全镜像仓库列表",
|
32732
|
+
"members": [
|
32733
|
+
{
|
32734
|
+
"disabled": false,
|
32735
|
+
"document": "仓库id",
|
32736
|
+
"example": "无",
|
32737
|
+
"member": "uint64",
|
32738
|
+
"name": "RegistryId",
|
32739
|
+
"output_required": true,
|
32740
|
+
"type": "int",
|
32741
|
+
"value_allowed_null": false
|
32742
|
+
},
|
32743
|
+
{
|
32744
|
+
"disabled": false,
|
32745
|
+
"document": "仓库名",
|
32746
|
+
"example": "无",
|
32747
|
+
"member": "string",
|
32748
|
+
"name": "Name",
|
32749
|
+
"output_required": true,
|
32750
|
+
"type": "string",
|
32751
|
+
"value_allowed_null": false
|
32752
|
+
},
|
32753
|
+
{
|
32754
|
+
"disabled": false,
|
32755
|
+
"document": "仓库类型,列表:harbor、tcr",
|
32756
|
+
"example": "无",
|
32757
|
+
"member": "string",
|
32758
|
+
"name": "RegistryType",
|
32759
|
+
"output_required": true,
|
32760
|
+
"type": "string",
|
32761
|
+
"value_allowed_null": false
|
32762
|
+
},
|
32763
|
+
{
|
32764
|
+
"disabled": false,
|
32765
|
+
"document": "仓库url",
|
32766
|
+
"example": "无",
|
32767
|
+
"member": "string",
|
32768
|
+
"name": "Url",
|
32769
|
+
"output_required": true,
|
32770
|
+
"type": "string",
|
32771
|
+
"value_allowed_null": false
|
32772
|
+
},
|
32773
|
+
{
|
32774
|
+
"disabled": false,
|
32775
|
+
"document": "网络类型,列表:public",
|
32776
|
+
"example": "无",
|
32777
|
+
"member": "string",
|
32778
|
+
"name": "NetType",
|
32779
|
+
"output_required": true,
|
32780
|
+
"type": "string",
|
32781
|
+
"value_allowed_null": false
|
32782
|
+
},
|
32783
|
+
{
|
32784
|
+
"disabled": false,
|
32785
|
+
"document": "区域,列表:default",
|
32786
|
+
"example": "无",
|
32787
|
+
"member": "string",
|
32788
|
+
"name": "RegistryRegion",
|
32789
|
+
"output_required": true,
|
32790
|
+
"type": "string",
|
32791
|
+
"value_allowed_null": false
|
32792
|
+
},
|
32793
|
+
{
|
32794
|
+
"disabled": false,
|
32795
|
+
"document": "仓库版本",
|
32796
|
+
"example": "无",
|
32797
|
+
"member": "string",
|
32798
|
+
"name": "RegistryVersion",
|
32799
|
+
"output_required": true,
|
32800
|
+
"type": "string",
|
32801
|
+
"value_allowed_null": false
|
32802
|
+
},
|
32803
|
+
{
|
32804
|
+
"disabled": false,
|
32805
|
+
"document": "仓库连接错误信息,待废弃,请使用ConnDetectException\n注意:此字段可能返回 null,表示取不到有效值。",
|
32806
|
+
"example": "无",
|
32807
|
+
"member": "string",
|
32808
|
+
"name": "ConnectMsg",
|
32809
|
+
"output_required": true,
|
32810
|
+
"type": "string",
|
32811
|
+
"value_allowed_null": true
|
32812
|
+
},
|
32813
|
+
{
|
32814
|
+
"disabled": false,
|
32815
|
+
"document": "联通性检测方式",
|
32816
|
+
"example": "agent or backend",
|
32817
|
+
"member": "string",
|
32818
|
+
"name": "ConnDetectType",
|
32819
|
+
"output_required": false,
|
32820
|
+
"type": "string",
|
32821
|
+
"value_allowed_null": false
|
32822
|
+
},
|
32823
|
+
{
|
32824
|
+
"disabled": false,
|
32825
|
+
"document": "联通性检测主机数",
|
32826
|
+
"example": "无",
|
32827
|
+
"member": "uint64",
|
32828
|
+
"name": "ConnDetectHostCount",
|
32829
|
+
"output_required": false,
|
32830
|
+
"type": "int",
|
32831
|
+
"value_allowed_null": false
|
32832
|
+
},
|
32833
|
+
{
|
32834
|
+
"disabled": false,
|
32835
|
+
"document": "联通性检测详情",
|
32836
|
+
"example": "无",
|
32837
|
+
"member": "RegistryConnDetectResult",
|
32838
|
+
"name": "ConnDetectDetail",
|
32839
|
+
"output_required": false,
|
32840
|
+
"type": "list",
|
32841
|
+
"value_allowed_null": false
|
32842
|
+
},
|
32843
|
+
{
|
32844
|
+
"disabled": false,
|
32845
|
+
"document": "tcr情况下的instance_id",
|
32846
|
+
"example": "1",
|
32847
|
+
"member": "string",
|
32848
|
+
"name": "InstanceID",
|
32849
|
+
"output_required": false,
|
32850
|
+
"type": "string",
|
32851
|
+
"value_allowed_null": false
|
32852
|
+
},
|
32853
|
+
{
|
32854
|
+
"disabled": false,
|
32855
|
+
"document": "最近同步成功时间",
|
32856
|
+
"example": "2023-10-01 00:00:00",
|
32857
|
+
"member": "string",
|
32858
|
+
"name": "LatestSyncTime",
|
32859
|
+
"output_required": false,
|
32860
|
+
"type": "string",
|
32861
|
+
"value_allowed_null": false
|
32862
|
+
},
|
32863
|
+
{
|
32864
|
+
"disabled": false,
|
32865
|
+
"document": "同步状态",
|
32866
|
+
"example": "doing/success/failed",
|
32867
|
+
"member": "string",
|
32868
|
+
"name": "SyncStatus",
|
32869
|
+
"output_required": false,
|
32870
|
+
"type": "string",
|
32871
|
+
"value_allowed_null": false
|
32872
|
+
},
|
32873
|
+
{
|
32874
|
+
"disabled": false,
|
32875
|
+
"document": "同步失败原因",
|
32876
|
+
"example": "无",
|
32877
|
+
"member": "string",
|
32878
|
+
"name": "SyncFailReason",
|
32879
|
+
"output_required": false,
|
32880
|
+
"type": "string",
|
32881
|
+
"value_allowed_null": false
|
32882
|
+
},
|
32883
|
+
{
|
32884
|
+
"disabled": false,
|
32885
|
+
"document": "同步失败解决方案",
|
32886
|
+
"example": "无",
|
32887
|
+
"member": "string",
|
32888
|
+
"name": "SyncSolution",
|
32889
|
+
"output_required": false,
|
32890
|
+
"type": "string",
|
32891
|
+
"value_allowed_null": false
|
32892
|
+
},
|
32893
|
+
{
|
32894
|
+
"disabled": false,
|
32895
|
+
"document": "同步失败信息",
|
32896
|
+
"example": "无",
|
32897
|
+
"member": "string",
|
32898
|
+
"name": "SyncMessage",
|
32899
|
+
"output_required": false,
|
32900
|
+
"type": "string",
|
32901
|
+
"value_allowed_null": false
|
32902
|
+
}
|
32903
|
+
],
|
32904
|
+
"usage": "out"
|
32905
|
+
},
|
32664
32906
|
"ImageRisk": {
|
32665
32907
|
"document": "容器安全镜像高危行为信息",
|
32666
32908
|
"members": [
|
@@ -35827,7 +36069,7 @@
|
|
35827
36069
|
{
|
35828
36070
|
"disabled": false,
|
35829
36071
|
"document": "日志类型\nbash日志: container_bash\n容器启动: container_launch\nk8sApi: k8s_api",
|
35830
|
-
"example": "
|
36072
|
+
"example": "container_bash",
|
35831
36073
|
"member": "string",
|
35832
36074
|
"name": "LogType",
|
35833
36075
|
"required": true,
|
@@ -35836,7 +36078,7 @@
|
|
35836
36078
|
{
|
35837
36079
|
"disabled": false,
|
35838
36080
|
"document": "绑定列表",
|
35839
|
-
"example": "[]",
|
36081
|
+
"example": "[\"3b6b1bbc-1c7a-47e2-9ca8-e9c27ec9d068\"]",
|
35840
36082
|
"member": "string",
|
35841
36083
|
"name": "BindList",
|
35842
36084
|
"required": false,
|
@@ -35854,7 +36096,7 @@
|
|
35854
36096
|
{
|
35855
36097
|
"disabled": false,
|
35856
36098
|
"document": "节点类型:\nNORMAL: 普通节点(默认值)\nSUPER: 超级节点\n",
|
35857
|
-
"example": "
|
36099
|
+
"example": "NORMAL",
|
35858
36100
|
"member": "string",
|
35859
36101
|
"name": "NodeType",
|
35860
36102
|
"required": false,
|
@@ -983,8 +983,8 @@
|
|
983
983
|
"DescribeAssetImageRegistryRegistryList": [
|
984
984
|
{
|
985
985
|
"document": "",
|
986
|
-
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetImageRegistryRegistryList\n<公共请求参数>\n\n{}",
|
987
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"e59f97b7-87d4-4909-8289-61bd28423d2f\"\n }\n}",
|
986
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetImageRegistryRegistryList\n<公共请求参数>\n\n{\n \"Limit\": 100,\n \"Offset\": 0\n}",
|
987
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e59f97b7-87d4-4909-8289-61bd28423d2f\",\n \"TotalCount\": 15525,\n \"List\": [\n {\n \"ConnDetectDetail\": [\n {\n \"ConnDetectMessage\": \"\",\n \"ConnDetectStatus\": \"status_connected\",\n \"FailReason\": \"\",\n \"Quuid\": \"backend\",\n \"Solution\": \"\",\n \"Uuid\": \"backend\"\n }\n ],\n \"ConnDetectHostCount\": 1,\n \"ConnDetectType\": \"backend\",\n \"ConnectMsg\": \"\",\n \"InstanceID\": \"\",\n \"LatestSyncTime\": \"2024-10-23 03:12:50\",\n \"Name\": \"aws_public\",\n \"NetType\": \"public\",\n \"RegistryId\": 10000,\n \"RegistryRegion\": \"default\",\n \"RegistryType\": \"aws\",\n \"RegistryVersion\": \"V1\",\n \"SyncFailReason\": \"\",\n \"SyncMessage\": \"\",\n \"SyncSolution\": \"\",\n \"SyncStatus\": \"success\",\n \"Url\": \"https://public.xxx.aws/xxxxxxxx\"\n }\n ]\n }\n}",
|
988
988
|
"title": "镜像仓库查询镜像仓库列表"
|
989
989
|
}
|
990
990
|
],
|
@@ -1325,8 +1325,8 @@
|
|
1325
1325
|
"DescribeESAggregations": [
|
1326
1326
|
{
|
1327
1327
|
"document": "",
|
1328
|
-
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeESAggregations\n<公共请求参数>\n\n{\n \"Query\": \"{\\\"index\\\":[
|
1329
|
-
"output": "{\n \"Response\": {\n \"Data\": \"{\\\"took\\\":
|
1328
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeESAggregations\n<公共请求参数>\n\n{\n \"Query\": \"{\\\"index\\\":[],\\\"body\\\":\\\"{\\\\\\\"query\\\\\\\":{\\\\\\\"bool\\\\\\\":{\\\\\\\"filter\\\\\\\":{\\\\\\\"bool\\\\\\\":{\\\\\\\"filter\\\\\\\":{\\\\\\\"range\\\\\\\":{\\\\\\\"insert_time\\\\\\\":{\\\\\\\"gt\\\\\\\":1729737627694,\\\\\\\"lte\\\\\\\":1729766427694}}},\\\\\\\"must\\\\\\\":[],\\\\\\\"must_not\\\\\\\":[],\\\\\\\"should\\\\\\\":[]}}}},\\\\\\\"highlight\\\\\\\":{\\\\\\\"fields\\\\\\\":{\\\\\\\"*\\\\\\\":{}}},\\\\\\\"aggs\\\\\\\":{\\\\\\\"count_stats\\\\\\\":{\\\\\\\"date_histogram\\\\\\\":{\\\\\\\"field\\\\\\\":\\\\\\\"insert_time\\\\\\\",\\\\\\\"interval\\\\\\\":\\\\\\\"30m\\\\\\\",\\\\\\\"time_zone\\\\\\\":\\\\\\\"Asia/Shanghai\\\\\\\",\\\\\\\"min_doc_count\\\\\\\":1}}},\\\\\\\"track_total_hits\\\\\\\":true,\\\\\\\"sort\\\\\\\":[{\\\\\\\"insert_time\\\\\\\":\\\\\\\"desc\\\\\\\"}]}\\\"}\",\n \"LogTypes\": [\n \"asset_container\",\n \"asset_local_image\",\n \"asset_registry_image\",\n \"asset_host\",\n \"asset_cluster\",\n \"asset_pod\",\n \"asset_service\",\n \"asset_ingress\",\n \"asset_process\",\n \"asset_port\",\n \"asset_web_service\",\n \"asset_app\",\n \"asset_db\",\n \"container_bash\",\n \"container_launch\",\n \"k8s_api\",\n \"local_image_virus\",\n \"local_image_risk\",\n \"local_image_vul\",\n \"registry_image_virus\",\n \"registry_image_risk\",\n \"registry_image_vul\",\n \"image_deny\",\n \"cluster_risk_vul\",\n \"cluster_risk_cfg\",\n \"baseline_docker_container\",\n \"baseline_docker_image\",\n \"baseline_docker_host\",\n \"baseline_containerd_container\",\n \"baseline_k8s\",\n \"baseline_containerd_host\",\n \"container_escape\",\n \"reverse_shell\",\n \"container_virus\",\n \"malicious_connection\",\n \"abnormal_process\",\n \"access_control\",\n \"risk_syscall\",\n \"abnormal_k8s_api\"\n ]\n}",
|
1329
|
+
"output": "{\n \"Response\": {\n \"Data\": \"{\\\"took\\\":973,\\\"hits\\\":{\\\"total\\\":{\\\"value\\\":5108036,\\\"relation\\\":\\\"eq\\\"}},\\\"aggregations\\\":{\\\"count_stats\\\":{\\\"buckets\\\":[{\\\"key_as_string\\\":\\\"2024-10-24T10:30:00.000+08:00\\\",\\\"key\\\":1729737000000,\\\"doc_count\\\":47623},{\\\"key_as_string\\\":\\\"2024-10-24T11:00:00.000+08:00\\\",\\\"key\\\":1729738800000,\\\"doc_count\\\":64848},{\\\"key_as_string\\\":\\\"2024-10-24T11:30:00.000+08:00\\\",\\\"key\\\":1729740600000,\\\"doc_count\\\":65760},{\\\"key_as_string\\\":\\\"2024-10-24T12:00:00.000+08:00\\\",\\\"key\\\":1729742400000,\\\"doc_count\\\":71743},{\\\"key_as_string\\\":\\\"2024-10-24T12:30:00.000+08:00\\\",\\\"key\\\":1729744200000,\\\"doc_count\\\":72563},{\\\"key_as_string\\\":\\\"2024-10-24T13:00:00.000+08:00\\\",\\\"key\\\":1729746000000,\\\"doc_count\\\":65545},{\\\"key_as_string\\\":\\\"2024-10-24T13:30:00.000+08:00\\\",\\\"key\\\":1729747800000,\\\"doc_count\\\":63693},{\\\"key_as_string\\\":\\\"2024-10-24T14:00:00.000+08:00\\\",\\\"key\\\":1729749600000,\\\"doc_count\\\":71868},{\\\"key_as_string\\\":\\\"2024-10-24T14:30:00.000+08:00\\\",\\\"key\\\":1729751400000,\\\"doc_count\\\":73547},{\\\"key_as_string\\\":\\\"2024-10-24T15:00:00.000+08:00\\\",\\\"key\\\":1729753200000,\\\"doc_count\\\":65341},{\\\"key_as_string\\\":\\\"2024-10-24T15:30:00.000+08:00\\\",\\\"key\\\":1729755000000,\\\"doc_count\\\":64074},{\\\"key_as_string\\\":\\\"2024-10-24T16:00:00.000+08:00\\\",\\\"key\\\":1729756800000,\\\"doc_count\\\":877499},{\\\"key_as_string\\\":\\\"2024-10-24T16:30:00.000+08:00\\\",\\\"key\\\":1729758600000,\\\"doc_count\\\":914717},{\\\"key_as_string\\\":\\\"2024-10-24T17:00:00.000+08:00\\\",\\\"key\\\":1729760400000,\\\"doc_count\\\":823727},{\\\"key_as_string\\\":\\\"2024-10-24T17:30:00.000+08:00\\\",\\\"key\\\":1729762200000,\\\"doc_count\\\":743536},{\\\"key_as_string\\\":\\\"2024-10-24T18:00:00.000+08:00\\\",\\\"key\\\":1729764000000,\\\"doc_count\\\":756934},{\\\"key_as_string\\\":\\\"2024-10-24T18:30:00.000+08:00\\\",\\\"key\\\":1729765800000,\\\"doc_count\\\":265018}]}},\\\"_shards\\\":{\\\"total\\\":9,\\\"successful\\\":9,\\\"failed\\\":0}}\",\n \"RequestId\": \"16fd0b2f-6bae-426e-bf63-64607a7e2705\"\n }\n}",
|
1330
1330
|
"title": "获取ES字段聚合结果"
|
1331
1331
|
}
|
1332
1332
|
],
|
@@ -1961,8 +1961,8 @@
|
|
1961
1961
|
"DescribeSecLogJoinObjectList": [
|
1962
1962
|
{
|
1963
1963
|
"document": "查询安全日志接入对象列表",
|
1964
|
-
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecLogJoinObjectList\n<公共请求参数>\n\n{\n \"LogType\": \"
|
1965
|
-
"output": "{\n \"Response\": {\n \"
|
1964
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecLogJoinObjectList\n<公共请求参数>\n\n{\n \"LogType\": \"container_bash\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Filters\": [\n {\n \"Name\": \"Status\",\n \"Values\": [\n \"ONLINE\",\n \"OFFLINE\",\n \"UNINSTALL\"\n ],\n \"ExactMatch\": true\n }\n ]\n}",
|
1965
|
+
"output": "{\n \"Response\": {\n \"AutoJoin\": false,\n \"ExcludedCount\": 0,\n \"List\": [\n {\n \"ClusterID\": \"cls-q0bc0ed2\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"tke2\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"v1.26.1-tke.5\",\n \"ContainerCnt\": 23,\n \"HostID\": \"3b6b1bbc-1c7a-47e2-9ca8-e9c27ec9d068\",\n \"HostIP\": \"172.17.1.6\",\n \"HostName\": \"tke_cls-q0bc0ed2_worker\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"159.75.90.217\"\n },\n {\n \"ClusterID\": \"cls-cuszrpiu\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"测试用常驻集群_ivon\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"v1.28.3-tke.4\",\n \"ContainerCnt\": 27,\n \"HostID\": \"f4a8f409-0048-4c91-a58f-165750b2dc00\",\n \"HostIP\": \"10.0.3.211\",\n \"HostName\": \"tke_cls-cuszrpiu_worker\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"106.52.4.208\"\n },\n {\n \"ClusterID\": \"cls-5licssbi\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"piper-容器告警接入安全中心测试\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"v1.22.5-tke.25\",\n \"ContainerCnt\": 40,\n \"HostID\": \"470854d7-40ff-4a3a-a2f8-b44bf99511e5\",\n \"HostIP\": \"172.17.1.53\",\n \"HostName\": \"as-tke-np-7lmwo8pi\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"42.194.189.232\"\n },\n {\n \"ClusterID\": \"cls-7dget88s\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"飞舟测试-tmp\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"v1.28.3-tke.4\",\n \"ContainerCnt\": 17,\n \"HostID\": \"4d43d069-e9cf-49ce-9417-2cc542f6c7be\",\n \"HostIP\": \"172.17.1.56\",\n \"HostName\": \"飞舟集群测试-tmp1\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"175.178.25.145\"\n },\n {\n \"ClusterID\": \"\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"\",\n \"ContainerCnt\": 0,\n \"HostID\": \"6a874de8-c3ba-460e-99c6-5e14a6573bfc\",\n \"HostIP\": \"10.206.16.6\",\n \"HostName\": \"tcs-dev-proxy\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"118.195.143.65\"\n },\n {\n \"ClusterID\": \"\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"\",\n \"ContainerCnt\": 0,\n \"HostID\": \"192ba964-f190-4aff-8d6c-9c00251f11c3\",\n \"HostIP\": \"10.0.12.22\",\n \"HostName\": \"系统兼容性测试-ivon\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"43.136.100.158\"\n },\n {\n \"ClusterID\": \"\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"\",\n \"ContainerCnt\": 5,\n \"HostID\": \"d2f4a77b-d9c9-4161-999f-fbda13ed17fc\",\n \"HostIP\": \"172.17.1.71\",\n \"HostName\": \"v_ixnli告警测试\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"119.29.10.130\"\n },\n {\n \"ClusterID\": \"cls-7dget88s\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"飞舟测试-tmp\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"v1.28.3-tke.4\",\n \"ContainerCnt\": 17,\n \"HostID\": \"428fb819-bc1e-4b0a-8bc1-a9fc2d6ac950\",\n \"HostIP\": \"172.17.1.11\",\n \"HostName\": \"飞舟集群测试-tmp2\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"119.91.62.58\"\n },\n {\n \"ClusterID\": \"\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"\",\n \"ContainerCnt\": 1,\n \"HostID\": \"8ff28261-b2c7-4f68-9314-453a52aa1ea0\",\n \"HostIP\": \"172.16.50.116\",\n \"HostName\": \"云镜漏洞测试机-攻击机器\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"175.178.69.167\"\n },\n {\n \"ClusterID\": \"\",\n \"ClusterMainAddress\": \"\",\n \"ClusterName\": \"\",\n \"ClusterStatus\": \"\",\n \"ClusterType\": \"\",\n \"ClusterVersion\": \"\",\n \"ContainerCnt\": 12,\n \"HostID\": \"380add75-bb06-4cc4-84c5-cf806d102fba\",\n \"HostIP\": \"172.16.51.209\",\n \"HostName\": \"harborV2_yancyw\",\n \"HostStatus\": \"ONLINE\",\n \"JoinState\": true,\n \"PublicIP\": \"139.199.178.171\"\n }\n ],\n \"RangeType\": 1,\n \"RequestId\": \"a38b89a7-fbdf-4133-9981-1c09a5a94895\",\n \"TotalCount\": 55\n }\n}",
|
1966
1966
|
"title": "查询安全日志接入对象列表"
|
1967
1967
|
}
|
1968
1968
|
],
|
@@ -2581,7 +2581,7 @@
|
|
2581
2581
|
"ModifySecLogJoinObjects": [
|
2582
2582
|
{
|
2583
2583
|
"document": "修改安全日志接入对象",
|
2584
|
-
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecLogJoinObjects\n<公共请求参数>\n\n{\n \"
|
2584
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifySecLogJoinObjects\n<公共请求参数>\n\n{\n \"LogType\": \"container_bash\",\n \"BindList\": [\n \"3b6b1bbc-1c7a-47e2-9ca8-e9c27ec9d068\"\n ],\n \"UnBindList\": [],\n \"NodeType\": \"NORMAL\",\n \"RangeType\": 0,\n \"AutoJoin\": false\n}",
|
2585
2585
|
"output": "{\n \"Response\": {\n \"RequestId\": \"29b37d86-f63d-43d1-b21a-640e82965198\"\n }\n}",
|
2586
2586
|
"title": "修改安全日志接入对象"
|
2587
2587
|
}
|