monitor_services
Creates, updates, deletes, gets or lists a monitor_services
resource.
Overview
Name | monitor_services |
Type | Resource |
Id | linode.monitor.monitor_services |
Fields
The following fields are returned by SELECT
queries:
- get_monitor_services_for_service_type
- get_monitor_services
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_monitor_services_for_service_type | select | 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... | ||
get_monitor_services | select | Beta 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.
Name | Datatype | Description |
---|
SELECT
examples
- get_monitor_services_for_service_type
- get_monitor_services
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;
Beta 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...
SELECT
data,
page,
pages,
results
FROM linode.monitor.monitor_services;