Actions
List Addresses
Get addresses.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Folder | The folder on which you want to perform this operation. |
| Limit | The maximum number of result objects to return per page. |
| Name | The name of the entry. |
| Offset | The offset of the result entry. |
| Return All Pages | Automatically fetch all resources, page by page. |
{
"data": [
{
"ip_netmask": "string"
},
{
"ip_range": "string"
},
{
"ip_wildcard": "string"
},
{
"fqdn": "string"
}
],
"limit": 200,
"offset": 0,
"total": 0
}
Was this page helpful?