查询日志接入
功能介绍
查询日志接入列表
调用方法
请参见如何调用API。
URI
POST /v3/{project_id}/lts/access-config-list
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID,获取方式请参见:获取账号租户ID、项目资源集ID、日志组ID、日志流ID。 最小长度:32 最大长度:32 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
从IAM服务获取的用户Token,获取方式请参见:获取用户Token 最小长度:1000 最大长度:2000 |
Content-Type |
是 |
String |
该字段填为:application/json;charset=UTF-8。 最小长度:30 最大长度:30 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
access_config_name_list |
否 |
Array of strings |
接入配置名称列表 最小长度:1 最大长度:64 |
host_group_name_list |
否 |
Array of strings |
主机组名称列表 最小长度:1 最大长度:64 |
log_group_name_list |
否 |
Array of strings |
日志组名称列表 最小长度:1 最大长度:64 |
log_stream_name_list |
否 |
Array of strings |
日志流名称列表 最小长度:1 最大长度:64 |
access_config_tag_list |
否 |
Array of accessConfigTag objects |
接入配置标签,KEY不能重复,最多20个标签 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
result |
Array of AccessConfigInfo objects |
日志接入列表 |
total |
Long |
日志接入总数 最小值:0 最大值:1000 |
参数 |
参数类型 |
描述 |
---|---|---|
access_config_id |
String |
日志接入ID 最小长度:36 最大长度:36 |
access_config_name |
String |
日志接入名称 最小长度:1 最大长度:64 |
access_config_type |
String |
日志接入类型。AGENT:主机接入 |
create_time |
Long |
创建时间 最小值:1 最大值:9999999999999 |
access_config_detail |
AccessConfigDeatilCreate object |
日志接入详细信息 |
log_info |
AccessConfigQueryLogInfo object |
日志接入日志详情 |
host_group_info |
AccessConfigHostGroupIdList object |
日志接入主机组ID列表 |
access_config_tag |
Array of accessConfigTag objects |
标签信息。KEY不能重复,最多20个标签 |
log_split |
Boolean |
日志拆分 |
binary_collect |
Boolean |
二进制收集 |
cluster_id |
String |
CCE集群ID |
encoding_format |
String |
编码格式,默认UTF-8 |
incremental_collect |
Boolean |
采集策略:增量/全量 |
processor_type |
String |
IC结构化解析类型 |
demo_log |
String |
示例日志 |
demo_fields |
Array of DemoFieldAccess objects |
示例日志解析字段 |
processors |
Array of Processor objects |
IC结构化解析器 |
application_id |
String |
ServiceStage应用ID |
environment_id |
String |
ServiceStage环境ID |
component_id |
Array of strings |
ServiceStage组件ID |
参数 |
参数类型 |
描述 |
---|---|---|
paths |
Array of strings |
采集路径。
最小长度:1 最大长度:128 数组长度:1 - 9 |
black_paths |
Array of strings |
采集路径黑名单。
最小长度:1 最大长度:128 数组长度:0 - 9 |
format |
AccessConfigFormatCreate object |
日志格式。single与multi必须选择一种。 |
windows_log_info |
日志接入采集Windows事件日志 |
|
stdout |
Boolean |
标准输出开关,仅CCE接入类型时使用 |
stderr |
Boolean |
标准输出开关标准错误开关,仅CCE接入类型时使用 |
pathType |
String |
CCE接入类型,仅CCE接入类型时使用 |
namespaceRegex |
String |
K8s Namespace正则匹配,仅CCE接入类型时使用 |
podNameRegex |
String |
K8s Pod正则匹配,仅CCE接入类型时使用 |
containerNameRegex |
String |
K8s 容器名称正则匹配,仅CCE接入类型时使用 |
includeLabels |
Map<String,String> |
容器 Label白名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
excludeLabels |
Map<String,String> |
容器 Label黑名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
includeEnvs |
Map<String,String> |
环境变量白名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
excludeEnvs |
Map<String,String> |
环境变量黑名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
logLabels |
Map<String,String> |
容器 Label日志标签,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
logEnvs |
Map<String,String> |
环境变量日志标签,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
includeK8sLabels |
Map<String,String> |
K8s Label白名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
excludeK8sLabels |
Map<String,String> |
K8s Label黑名单,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
logK8s |
Map<String,String> |
K8s Label日志标签,最多支持创建30个,keyname不支持重名,仅CCE接入类型时使用 |
repeat_collect |
Boolean |
强制重复采集 |
system_fields |
Array of strings |
系统内置字段:配置日志接入规则时,可以配置系统内置字段,上报日志后,每条日志数据的标签数据中将会有系统字段 采集场景为主机文件的内置字段为:hostName、hostId、hostIP、pathFile、hostIPv6、category、collectTime、__host_group__ 采集场景为K8S集群容器文件的内置字段为:hostName、hostId、hostIP、pathFile、hostIPv6、clusterId、podName、appName、containerName、nameSpace、category、collectTime、__host_group__、serviceID、podIp、clusterName、workloadType、__image_name__ 若修改时传入此字段,将覆盖原有配置 首次配置元数据时,此字段必填,值为["pathFile"] (其中pathFile为默认的必传字段,其余字段可选) |
custom_key_value |
Map<String,String> |
自定义键值对:配置日志接入规则时,可以配置自定义键值对规则,上报日志后,每条日志数据的标签数据中将会有用户自定义的键值对字段,键值对数量不超过20 键的长度限制为128,允许的字符有a-zA-Z0-9_- 值的长度限制为1024 若修改时传入此字段,将覆盖原有配置 |
includeLabelsLogical |
String |
容器 Label白名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个容器 Label白名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
excludeLabelsLogical |
String |
容器 Label黑名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个容器 Label黑名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
includeK8sLabelsLogical |
String |
K8S Label白名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个K8S Label白名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
excludeK8sLabelsLogical |
String |
K8S Label黑名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个K8S Label黑名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
includeEnvsLogical |
String |
环境变量白名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个环境变量白名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
excludeEnvsLogical |
String |
环境变量黑名单生效逻辑,可选为AND,OR,不配置时默认为OR;当存在多个环境变量黑名单时的处理逻辑,AND表示同时满足才会生效,OR表示有一项满足就会生效 |
参数 |
参数类型 |
描述 |
---|---|---|
mode |
String |
单行日志。system:系统时间,wildcard:时间通配符。 |
value |
String |
日志时间。当mode为”system”,则填入当前时间戳。当mode为"wildcard",则时间通配符:用日志打印时间来标识一条日志数据,通过时间通配符来匹配日志,每条日志的行首显示日志的打印时间;如果日志中的时间格式为:2019-01-01 23:59:59,时间通配符应该填写为:YYYY-MM-DD hh:mm:ss;如果日志中的时间格式为:19-1-1 23:59:59,时间通配符应该填写为:YY-M-D hh:mm:ss 最小长度:1 最大长度:64 |
参数 |
参数类型 |
描述 |
---|---|---|
mode |
String |
单行日志。time:日志时间,regular:正则模式。 |
value |
String |
日志时间。当mode为"regular",则输入正则表达式当mode为"time",则时间通配符:用日志打印时间来标识一条日志数据,通过时间通配符来匹配日志,每条日志的行首显示日志的打印时间;如果日志中的时间格式为:2019-01-01 23:59:59,时间通配符应该填写为:YYYY-MM-DD hh:mm:ss;如果日志中的时间格式为:19-1-1 23:59:59,时间通配符应该填写为:YY-M-D hh:mm:ss 最小长度:1 最大长度:64 |
参数 |
参数类型 |
描述 |
---|---|---|
categorys |
Array of strings |
采集Windows事件日志类型。Application:应用系统,System:系统,Security:安全,Setup:启动 |
time_offset |
AccessConfigTimeOffset object |
日志接入偏移时间 |
event_level |
Array of strings |
事件等级。information:info,warning:告警,error:错误,critical:关键,verbose:冗长 数组长度:1 - 5 |
参数 |
参数类型 |
描述 |
---|---|---|
offset |
Long |
偏移时间。 当"unit"选择"day"时,范围为1~7天。 当"unit"选择"hour"时,范围为1~168小时。 当"unit"选择"sec"时,范围为1~604800秒。 最小值:1 最大值:604800 |
unit |
String |
偏移时间单位。day :天,hour:小时,sec:秒 |
参数 |
参数类型 |
描述 |
---|---|---|
log_group_id |
String |
日志组ID 最小长度:36 最大长度:36 |
log_stream_id |
String |
日志流ID 最小长度:36 最大长度:36 |
log_group_name |
String |
日志组名称 最小长度:1 最大长度:128 |
log_stream_name |
String |
日志流名称 最小长度:1 最大长度:128 |
参数 |
参数类型 |
描述 |
---|---|---|
host_group_id_list |
Array of strings |
主机组ID列表 最小长度:36 最大长度:36 |
参数 |
参数类型 |
描述 |
---|---|---|
key |
String |
标签Key 最小长度:1 最大长度:128 |
value |
String |
标签Value 最小长度:0 最大长度:255 |
参数 |
参数类型 |
描述 |
---|---|---|
type |
String |
解析器类型 processor_regex 正则解析 processor_split_string 分词符 processor_json json解析器类型 processor_gotime自定义时间类型 processor_filter_regex日志过滤 processor_drop删除字段类型 processor_rename修改字段类型 |
detail |
Detail object |
解析器配置 |
参数 |
参数类型 |
描述 |
---|---|---|
source_key |
String |
自定义时间key字段名称 |
regex |
String |
正则解析正则表达式 单行完全正则,多行完全正则需填此字段 |
keys |
Array of strings |
字段名称列表 与field_name字段保持一致 |
multi_line_regex |
String |
首行正则表达式 |
keep_source |
Boolean |
是否上传原始日志 |
keep_source_if_parse_error |
Boolean |
是否上传解析失败日志 |
split_sep |
String |
分隔符 自定义字符最大长度10,自定义字符串最大长度30 |
split_type |
String |
分隔符类型:char-自定义字符;special_char-不可见字符;string-自定义字符串 |
fields |
Map<String,String> |
添加的字段列表:<字段名称 : 字段内容> |
drop_keys |
Array of strings |
删除的字段列表 |
source_keys |
Array of strings |
字段重命名源字段名称列表 |
dest_keys |
Array of strings |
字段重命名替换的字段名称列表 |
expand_depth |
Integer |
json解析深度,默认为1层最大4层 |
expand_connector |
String |
json解析字段名称连接符 |
source_format |
String |
自定义时间时间格式 |
source_value |
String |
自定义时间字段value |
set_time |
Boolean |
是否开启自定义时间的开关 |
include |
Map<String,String> |
日志过滤白名单规则 key长度最大为256,value最大长度为128,key不可以重复 |
exclude |
Map<String,String> |
日志过滤白名单规则 key长度最大为256,value最大长度为128,key不可以重复 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 最小长度:8 最大长度:8 |
error_msg |
String |
错误描述 最小长度:1 最大长度:1000 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码 最小长度:8 最大长度:8 |
error_msg |
String |
错误描述 最小长度:1 最大长度:1000 |
请求示例
查询日志接入信息,根据传入的Body体进行过滤。
POST https://{endpoint}/v3/{project_id}/lts/access-config-list { "access_config_name_list" : [ "采xx2", "22x", "2x", "采集Wjxxxx" ], "host_group_name_list" : [ "wwxx" ], "log_group_name_list" : [ "lts-grxx", "lts-xx", "lts-gxx" ], "log_stream_name_list" : [ "lts-topixx", "lts-txx" ], "access_config_tag_list" : [ { "key" : "xxx", "value" : "xxx" }, { "key" : "xxx1", "value" : "xxx1" } ] }
响应示例
状态码: 200
查询日志接入列表请求响应成功
{ "result" : [ { "access_config_detail" : { "containerNameRegex" : "my", "excludeEnvs" : { "h" : "8" }, "excludeK8sLabels" : { "e" : "5" }, "excludeLabels" : { "b" : "2" }, "format" : { "single" : { "mode" : "system", "value" : "1678969382000" } }, "includeEnvs" : { "g" : "7" }, "includeK8sLabels" : { "d30" : "4" }, "includeLabels" : { "a" : "1" }, "logEnvs" : { "i" : "9" }, "logK8s" : { "f" : "6" }, "logLabels" : { "c" : "3" }, "namespaceRegex" : "default", "pathType" : "container_stdout", "paths" : [ ], "podNameRegex" : "abc", "stderr" : false, "stdout" : true }, "access_config_id" : "c3152f88-8b06-4f7f-bbbe-129512f49f87", "access_config_name" : "myapinew322", "access_config_tag" : [ { "key" : "my01", "value" : "001" }, { "key" : "my02", "value" : "002" } ], "access_config_type" : "K8S_CCE", "binary_collect" : false, "create_time" : 1684467787996, "host_group_info" : { "host_group_id_list" : [ "12b0bbd1-4eda-456b-a641-647aa66bdeab" ] }, "log_info" : { "log_group_id" : "9575cb24-290c-478e-a5db-88d6d1dc513b", "log_group_name" : "my-group", "log_stream_id" : "3581bee9-8698-476e-a0ba-b0f310ed99cf", "log_stream_name" : "lts-topic-api" }, "log_split" : false }, { "access_config_detail" : { "containerNameRegex" : "my", "excludeEnvs" : { "h" : "8" }, "excludeK8sLabels" : { "e" : "5" }, "excludeLabels" : { "b" : "2" }, "format" : { "single" : { "mode" : "system", "value" : "1678969382000" } }, "includeEnvs" : { "g" : "7" }, "includeK8sLabels" : { "d10" : "4", "d" : "4", "d12" : "4", "d11" : "4", "d14" : "4", "d13" : "4", "d16" : "4", "d15" : "4", "d18" : "4", "d17" : "4", "d1" : "4", "d2" : "4", "d3" : "4", "d4" : "4", "d5" : "4", "d6" : "4", "d7" : "4", "d8" : "4", "d9" : "4" }, "includeLabels" : { "a" : "1" }, "logEnvs" : { "i" : "9" }, "logK8s" : { "f" : "6" }, "logLabels" : { "c" : "3" }, "namespaceRegex" : "default", "pathType" : "container_stdout", "paths" : [ ], "podNameRegex" : "abc", "stderr" : false, "stdout" : true }, "access_config_id" : "550cd738-7b16-4724-9c59-aba61bf16528", "access_config_name" : "myapinew32", "access_config_tag" : [ { "key" : "my01", "value" : "001" }, { "key" : "my02", "value" : "002" } ], "access_config_type" : "K8S_CCE", "binary_collect" : false, "create_time" : 1684463134956, "host_group_info" : { "host_group_id_list" : [ "12b0bbd1-4eda-456b-a641-647aa66bdeab" ] }, "log_info" : { "log_group_id" : "9575cb24-290c-478e-a5db-88d6d1dc513b", "log_group_name" : "my-group", "log_stream_id" : "3581bee9-8698-476e-a0ba-b0f310ed99cf", "log_stream_name" : "lts-topic-api" }, "log_split" : false } ], "total" : 2 }
状态码: 400
非法请求 建议根据error_msg直接修改该请求。
{ "error_code" : "LTS.1807", "error_msg" : "Invalid access config name" }
状态码: 500
表明服务端能被请求访问到,但是服务内部出错。
{ "error_code" : "LTS.0010", "error_msg" : "The system encountered an internal error" }
SDK代码示例
SDK代码示例如下。
查询日志接入信息,根据传入的Body体进行过滤。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.lts.v2.region.LtsRegion; import com.huaweicloud.sdk.lts.v2.*; import com.huaweicloud.sdk.lts.v2.model.*; import java.util.List; import java.util.ArrayList; public class ListAccessConfigSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); String projectId = "{project_id}"; ICredential auth = new BasicCredentials() .withProjectId(projectId) .withAk(ak) .withSk(sk); LtsClient client = LtsClient.newBuilder() .withCredential(auth) .withRegion(LtsRegion.valueOf("<YOUR REGION>")) .build(); ListAccessConfigRequest request = new ListAccessConfigRequest(); GetAccessConfigListRequestBody body = new GetAccessConfigListRequestBody(); [](model.AccessConfigTag) listbodyAccessConfigTagList = new ArrayList<>(); listbodyAccessConfigTagList.add( new AccessConfigTag() .withKey("xxx") .withValue("xxx") ); listbodyAccessConfigTagList.add( new AccessConfigTag() .withKey("xxx1") .withValue("xxx1") ); []string listbodyLogStreamNameList = new ArrayList<>(); listbodyLogStreamNameList.add("lts-topixx"); listbodyLogStreamNameList.add("lts-txx"); []string listbodyLogGroupNameList = new ArrayList<>(); listbodyLogGroupNameList.add("lts-grxx"); listbodyLogGroupNameList.add("lts-xx"); listbodyLogGroupNameList.add("lts-gxx"); []string listbodyHostGroupNameList = new ArrayList<>(); listbodyHostGroupNameList.add("wwxx"); []string listbodyAccessConfigNameList = new ArrayList<>(); listbodyAccessConfigNameList.add("采xx2"); listbodyAccessConfigNameList.add("22x"); listbodyAccessConfigNameList.add("2x"); listbodyAccessConfigNameList.add("采集Wjxxxx"); body.withAccessConfigTagList(listbodyAccessConfigTagList); body.withLogStreamNameList(listbodyLogStreamNameList); body.withLogGroupNameList(listbodyLogGroupNameList); body.withHostGroupNameList(listbodyHostGroupNameList); body.withAccessConfigNameList(listbodyAccessConfigNameList); request.withBody(body); try { ListAccessConfigResponse response = client.listAccessConfig(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } } |
查询日志接入信息,根据传入的Body体进行过滤。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
# coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdklts.v2.region.lts_region import LtsRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdklts.v2 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] projectId = "{project_id}" credentials = BasicCredentials(ak, sk, projectId) client = LtsClient.new_builder() \ .with_credentials(credentials) \ .with_region(LtsRegion.value_of("<YOUR REGION>")) \ .build() try: request = ListAccessConfigRequest() listAccessConfigTagListbody = [ AccessConfigTag( key="xxx", value="xxx" ), AccessConfigTag( key="xxx1", value="xxx1" ) ] listLogStreamNameListbody = [ "lts-topixx", "lts-txx" ] listLogGroupNameListbody = [ "lts-grxx", "lts-xx", "lts-gxx" ] listHostGroupNameListbody = [ "wwxx" ] listAccessConfigNameListbody = [ "采xx2", "22x", "2x", "采集Wjxxxx" ] request.body = GetAccessConfigListRequestBody( access_config_tag_list=listAccessConfigTagListbody, log_stream_name_list=listLogStreamNameListbody, log_group_name_list=listLogGroupNameListbody, host_group_name_list=listHostGroupNameListbody, access_config_name_list=listAccessConfigNameListbody ) response = client.list_access_config(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg) |
查询日志接入信息,根据传入的Body体进行过滤。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" lts "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/lts/v2" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/lts/v2/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/lts/v2/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") projectId := "{project_id}" auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). WithProjectId(projectId). Build() client := lts.NewLtsClient( lts.LtsClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.ListAccessConfigRequest{} keyAccessConfigTagList:= "xxx" valueAccessConfigTagList:= "xxx" keyAccessConfigTagList1:= "xxx1" valueAccessConfigTagList1:= "xxx1" var listAccessConfigTagListbody = []model.AccessConfigTag{ { Key: &keyAccessConfigTagList, Value: &valueAccessConfigTagList, }, { Key: &keyAccessConfigTagList1, Value: &valueAccessConfigTagList1, }, } var listLogStreamNameListbody = []string{ "lts-topixx", "lts-txx", } var listLogGroupNameListbody = []string{ "lts-grxx", "lts-xx", "lts-gxx", } var listHostGroupNameListbody = []string{ "wwxx", } var listAccessConfigNameListbody = []string{ "采xx2", "22x", "2x", "采集Wjxxxx", } request.Body = &model.GetAccessConfigListRequestBody{ AccessConfigTagList: &listAccessConfigTagListbody, LogStreamNameList: listLogStreamNameListbody, LogGroupNameList: listLogGroupNameListbody, HostGroupNameList: listHostGroupNameListbody, AccessConfigNameList: listAccessConfigNameListbody, } response, err := client.ListAccessConfig(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } } |
更多编程语言的SDK代码示例,请参见API Explorer的代码示例页签,可生成自动对应的SDK代码示例。
状态码
状态码 |
描述 |
---|---|
200 |
查询日志接入列表请求响应成功 |
400 |
非法请求 建议根据error_msg直接修改该请求。 |
500 |
表明服务端能被请求访问到,但是服务内部出错。 |
错误码
请参见错误码。