Skip to main content

monitor_services

Creates, updates, deletes, gets or lists a monitor_services resource.

Overview

Namemonitor_services
TypeResource
Idlinode.monitor.monitor_services

Fields

The following fields are returned by SELECT queries:

Returns a paginated list of metric definitions.

NameDatatypeDescription
dataarray
pageintegerThe current page.
pagesintegerThe total number of pages.
resultsintegerThe total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_monitor_services_for_service_typeselectBeta Returns details for a specific service type. Include the appropriate service_type as a path parameter.

> 📘
>
> - This operation is beta. Call it using the v4beta path in its URL.
>
> - Currently, only the Managed Databases (dbaas) service type is supported.

Learn more...

Learn more...
get_monitor_servicesselectBeta Returns a paginated list of all current supported service types.

> 📘
>
> This operation is beta. Call it using the v4beta path in its URL.

Learn more...

Learn more...

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Beta Returns details for a specific service type. Include the appropriate service_type as a path parameter.

> 📘
>
> - This operation is beta. Call it using the v4beta path in its URL.
>
> - Currently, only the Managed Databases (dbaas) service type is supported.

Learn more...

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.monitor.monitor_services;