ListIngestProcessors
列出符合参数条件的写入处理器
服务地址:
华东1 金融云
输入参数
只看必填
projectProject名称
processorName写入处理器标识
displayName写入处理器展示名称
offset偏移值
size数据条数
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

GET /ingestprocessors HTTP/1.1

请求参数

字段名称字段详情
projectstring

Project 名称。

示例值:ali-test-project
processorNamestring

写入处理器标识。

示例值:parse-nginx-log
displayNamestring

写入处理器展示名称。

示例值:解析Nginx日志
offsetinteger<int32>

偏移值,默认为 0。

示例值:0
sizeinteger<int32>

数据条数,默认为 200。

示例值:200

返回参数

字段名称字段详情
totalinteger<int32>

符合查询条件的总数据条数。

示例值:10
countinteger<int32>

当前返回数据条数。

示例值:5
processorsarray<IngestProcessor>

满足查询条件的写入处理器列表。

变更历史
暂无变更历史