Interfaces
List all Interfaces
get/api/v1/if-entries
Query parameters
host_idstring uuid nullable
Filter by host ID
network_idstring uuid nullable
Filter by network ID
idsstring[] nullable
Filter by specific entity IDs (for selective loading)
limitinteger nullable
Maximum number of results to return (1-1000, default: 50). Use 0 for no limit.
offsetinteger nullable
Number of results to skip. Default: 0.
Response
List of Interfaces
Example response
{
"meta": {
"api_version": 1,
"pagination": {
"has_more": true,
"limit": 50,
"offset": 0,
"total_count": 142
},
"server_version": "0.16.1"
}
}