Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListMonitorsRequest

example

Click here to see how to use ListMonitorsRequest.

Properties

apmDomainId

apmDomainId: string

The APM domain ID the request is intended for.

Optional displayName

displayName: undefined | string

A filter to return only the resources that match the entire display name.

Optional isMaintenanceWindowActive

isMaintenanceWindowActive: undefined | false | true

A filter to return the monitors whose maintenance window is currently active.

Optional isMaintenanceWindowSet

isMaintenanceWindowSet: undefined | false | true

A filter to return the monitors whose maintenance window is set.

Optional limit

limit: undefined | number

The maximum number of items to return.

Optional monitorType

monitorType: undefined | string

A filter to return only monitors that match the given monitor type. Supported values are SCRIPTED_BROWSER, BROWSER, SCRIPTED_REST, REST and NETWORK.

Optional opcRequestId

opcRequestId: undefined | string

Unique identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Optional page

page: undefined | string

The maximum number of results per page, or items to return in a paginated "List" call. For information on how pagination works, see List Pagination.

Example: {@code 50}

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional scriptId

scriptId: undefined | string

A filter to return only monitors using scriptId.

Optional sortBy

sortBy: SortBy

The field to sort by. Only one sort order may be provided. Default order of displayName is ascending. Default order of timeCreated and timeUpdated is descending. The displayName sort by is case insensitive.

Optional sortOrder

sortOrder: model.SortOrders

The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). Default sort order is ascending.

Optional status

status: model.MonitorStatus

A filter to return only monitors that match the status given.

Optional vantagePoint

vantagePoint: undefined | string

The name of the public or dedicated vantage point.