loas
Creates, updates, deletes, gets or lists a loas resource.
Overview
| Name | loas |
| Type | Resource |
| Id | cloudflare.network_interconnects.loas |
Fields
The following fields are returned by SELECT queries:
- list
Generated LOA in PDF format
| Name | Datatype | Description |
|---|
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | icon, account_id |
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 |
|---|---|---|
account_id | string | The Cloudflare account ID. |
icon | string | Interconnect name to retrieve information about |
SELECT examples
- list
Generated LOA in PDF format
SELECT
*
FROM cloudflare.network_interconnects.loas
WHERE icon = '{{ icon }}' -- required
AND account_id = '{{ account_id }}' -- required
;