Queries a list of Logtail pipeline configurations that meet the specified conditions.
Operation description
The UK (London) region is supported. Supported regions are constantly updated.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /pipelineconfigs HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
project | string | Yes | The name of the project. | test-project |
offset | long | No | The line from which the query starts. | 0 |
size | long | No | The number of Logtail pipeline configurations per page. | 20 |
logstoreName | string | No | The name of the Logstore. | test-logstore |
configName | string | No | The name of the Logtail pipeline configuration. | logtail-config-sample |
Response parameters
Examples
Sample success responses
JSON
format
{
"count": 10,
"total": 20,
"configs": [
"test_logstore"
]
}
Error codes
For a list of error codes, visit the Service error codes.