Retrieve All Monitoring Pipelines
This endpoint enables retrieving all Pipelines using pagination and optional filters.
To retrieve all the Monitoring Pipelines, perform a GET
request.
Request
The following is a sample request.
Below is the list of optional Query Parameters:
Query Parameters
Type
Description
Example
orderBy
string
The field to order the results by. If not provided, the results will be ordered by the default field. Default: "-createdDate" Enum: "-createdDate", "-lastModifiedDate", "-name", "name", "createdDate", "lastModifiedDate"
"-createdDate"
Response
The following is a sample response. The values returned by each response differ based on the request.
200 Successful operation
Result: All existing Monitoring Pipelines and their details are successfully obtained.
Last updated