public static class MonitorsApi.GetMonitorNotificationRulesOptionalParameters extends Object
| Constructor and Description |
|---|
GetMonitorNotificationRulesOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
MonitorsApi.GetMonitorNotificationRulesOptionalParameters |
filters(String filters)
Set filters.
|
MonitorsApi.GetMonitorNotificationRulesOptionalParameters |
include(String include)
Set include.
|
MonitorsApi.GetMonitorNotificationRulesOptionalParameters |
page(Integer page)
Set page.
|
MonitorsApi.GetMonitorNotificationRulesOptionalParameters |
perPage(Integer perPage)
Set perPage.
|
MonitorsApi.GetMonitorNotificationRulesOptionalParameters |
sort(String sort)
Set sort.
|
public GetMonitorNotificationRulesOptionalParameters()
public MonitorsApi.GetMonitorNotificationRulesOptionalParameters page(Integer page)
page - The page to start paginating from. If page is not specified, the
argument defaults to the first page. (optional)public MonitorsApi.GetMonitorNotificationRulesOptionalParameters perPage(Integer perPage)
perPage - The number of rules to return per page. If per_page is not
specified, the argument defaults to 100. (optional)public MonitorsApi.GetMonitorNotificationRulesOptionalParameters sort(String sort)
sort - String for sort order, composed of field and sort order separated by a colon, for
example name:asc. Supported sort directions: asc, desc
. Supported fields: name, created_at. (optional)public MonitorsApi.GetMonitorNotificationRulesOptionalParameters filters(String filters)
filters - JSON-encoded filter object. Supported keys: * text: Free-text
query matched against rule name, tags, and recipients. * tags: Array of
strings. Return rules that have any of these tags. * recipients: Array of
strings. Return rules that have any of these recipients. (optional)public MonitorsApi.GetMonitorNotificationRulesOptionalParameters include(String include)
include - Comma-separated list of resource paths for related resources to include in the
response. Supported resource path is created_by. (optional)Copyright © 2025. All rights reserved.