Interface ServiceLevelObjectivesApiSearchSLORequest

Hierarchy

  • ServiceLevelObjectivesApiSearchSLORequest

Properties

includeFacets?: boolean

Whether or not to return facet information in the response [default=false].

pageNumber?: number

The identifier of the first page to return. This parameter is used for the pagination feature [default=0].

pageSize?: number

The number of files to return in the response [default=10].

query?: string

The query string to filter results based on SLO names. Some examples of queries include service:<service-name> and <slo-name>.

Generated using TypeDoc