availability
Creates, updates, deletes, gets or lists an availability
resource.
Overview
Name | availability |
Type | Resource |
Id | linode.account.availability |
Fields
The following fields are returned by SELECT
queries:
- get_account_availability
The services available in the specified region.
Name | Datatype | Description |
---|---|---|
available | array | Read-only A list of services available to your account in the region . |
region | string | Read-only The Akamai cloud computing data center (region), represented by a slug value. You can view a full list of regions and their associated slugs with the List regions operation. (example: us-east) |
unavailable | array | Read-only A list of services unavailable to your account in the region . |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_account_availability | select | View the available services for your account, in a specific region. > 📘 > > Only account users with unrestricted access can run this operation. 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_account_availability
View the available services for your account, in a specific region.
> 📘
>
> Only account users with unrestricted access can run this operation.
Learn more...
Learn more...
SELECT
available,
region,
unavailable
FROM linode.account.availability;