列出符合参数条件的写入处理器。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
 调试
        
            调试
        
    
授权信息
请求语法
GET /ingestprocessors HTTP/1.1请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 | 
| project | string | 是 | Project 名称。 | ali-test-project | 
| processorName | string | 否 | 写入处理器标识。 | parse-nginx-log | 
| displayName | string | 否 | 写入处理器展示名称。 | 解析Nginx日志 | 
| offset | integer | 否 | 偏移值,默认为 0。 | 0 | 
| size | integer | 否 | 数据条数,默认为 200。 | 200 | 
返回参数
| 名称 | 类型 | 描述 | 示例值 | 
| object | Schema of Response | ||
| total | integer | 符合查询条件的总数据条数。 | 10 | 
| count | integer | 当前返回数据条数。 | 5 | 
| processors | array | 满足查询条件的写入处理器列表。 | |
| IngestProcessor | 写入处理器信息。 | 
示例
正常返回示例
JSON格式
{
  "total": 10,
  "count": 5,
  "processors": [
    {
      "processorName": "ingest-processor-1",
      "displayName": "字段过滤处理",
      "description": "过滤content字段",
      "configuration": {
        "spl": "* | project content",
        "parseFail": "keep"
      },
      "createTime": 1717171200,
      "updateTime": 1717171200
    }
  ]
}错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?