Skip to main content

loas

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

Overview

Nameloas
TypeResource
Idcloudflare.network_interconnects.loas

Fields

The following fields are returned by SELECT queries:

Generated LOA in PDF format

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselecticon, 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.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
iconstringInterconnect name to retrieve information about

SELECT examples

Generated LOA in PDF format

SELECT
*
FROM cloudflare.network_interconnects.loas
WHERE icon = '{{ icon }}' -- required
AND account_id = '{{ account_id }}' -- required
;