maintenances
Creates, updates, deletes, gets or lists a maintenances
resource.
Overview
Name | maintenances |
Type | Resource |
Id | linode.account.maintenances |
Fields
The following fields are returned by SELECT
queries:
- get_maintenance
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_maintenance | select | 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... |
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_maintenance
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;