Search Escalation Policies
Gets the escalation polices defined for the tenant.
Path Parameters
- tenantId
Describes the clientId or mspId of the tenant
Query Parameters
- pageNo
Current pagination number
- pageSize
No of records in each page
- isDescendingOrder
Pagination data ordering: true for descending false for ascending
- sortName
Field name on which paginated data is ordered
- Enum:
- idtsstartaltimec_namep_namesourcertypername
- queryString
Generic query string to be prepared using below query parameters See "api-overview"
- name
Alert Escalation policy name. Only identical policies in query string name are displayed.
- allList
This string is applicable to a partner user to fetch client policies as well. By default, OpsRamp provides partner alert escalation policies if allList is not provided in the query string.Provide allList:true to fetch partner and client alert escalation policies. Provide allList:false to fetch only partner alert escalation policies.
- Enum:
- truefalse
Default: true
- startCreationDate
Search for policies created within a certain time frame. Provide a start date. An example: 2017-05-05T13:25:15 0000
- endCreationDate
Provide an end date. An example: 2017-05-08T10:30:40 0000
- startUpdationDate
Search for policies updated within a certain time frame. Provide a start date. An example: 2017-06-10T09:20:10 0000
- endUpdationDate
Provide an end date. An example: 2017-06-15T08:10:30 0000
Responses
- results
Paginated results of the querySet
- totalResults
Total paginated records
- pageNo
Page no of paginated results
- pageSize
No of records in page
- totalPages
Total no of pages in paginated results
- nextPage
Is next paginated result present true or false
- descendingOrder
true if paginated data order is descending
- previousPageNo
Previous paginated result page no