Get info about a Linode Account Availability.
api_version
field be explicitly set to v4beta
.
Field | Type | Required | Description |
---|---|---|---|
api_token |
str |
Required | The Linode account personal access token. It is necessary to run the module. It can be exposed by the environment variable LINODE_API_TOKEN instead. See details in Usage. |
- name: Get info about the current Linode account availability
linode.cloud.account_availability_info:
api_version: v4beta
region: us-east
Field | Type | Required | Description |
---|---|---|---|
region |
str |
Required | The Region of the Account Availability to resolve. |
-
account_availability
- The returned Account Availability.- Sample Response:
{ "region": "us-east", "unavailable": ["Linode"] }
- See the Linode API response documentation for a list of returned fields
- Sample Response: