Skip to main content

maintenances

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

Overview

Namemaintenances
TypeResource
Idlinode.account.maintenances

Fields

The following fields are returned by SELECT queries:

Returns a paginated list of Maintenance objects.

NameDatatypeDescription
dataarray
pageintegerRead-only The current page.
pagesintegerRead-only The total number of pages.
resultsintegerRead-only The total number of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_maintenanceselectReturns a collection of Maintenance objects for any entity a user has permissions to view. Canceled Maintenance objects are not returned.

Currently, Linodes are the only entities available for viewing.

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

Returns a collection of Maintenance objects for any entity a user has permissions to view. Canceled Maintenance objects are not returned.

Currently, Linodes are the only entities available for viewing.

Learn more...

SELECT
data,
page,
pages,
results
FROM linode.account.maintenances;