Lists the names of Logtail pipeline configurations that meet specified criteria.
Try it now
Test
RAM authorization
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 |
integer |
No |
The line from which to start the query. |
0 |
| size |
integer |
No |
The number of pipeline configurations to return on each page. |
20 |
| logstoreName |
string |
No |
The name of the Logstore. |
test-logstore |
| configName |
string |
No |
The name of the pipeline configuration. |
logtail-config-sample |
| configType |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| count |
integer |
The number of Logtail pipeline configurations returned on the current page. |
10 |
| total |
integer |
The total number of Logtail pipeline configurations in the project. |
20 |
| configs |
array |
The list of Logtail pipeline configurations returned on the current page. |
|
|
string |
The name of the Logtail pipeline configuration. |
test_logstore |
Examples
Success response
JSON format
{
"count": 10,
"total": 20,
"configs": [
"test_logstore"
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.