Networks

List all Interfaces for a Network.

List all Interfaces for a Network.

get/networks/{id}/network_interfaces

Path parameters

idstring uuid required
Example:6a09cdc3-8948-47f0-aa62-74ac943d6c58

Identifies the resource.

Query parameters

namestring

The interface name to filter on.

typestring

The interface type to filter on.

status'created' | 'provisioning' | 'provisioned' | 'deleting'

The current status of the interface deployment.

Consolidated filter parameter (deepObject style). Originally: filter[name], filter[type], filter[status]

{
  "name": "test interface",
  "type": "wireguard_interface",
  "status": "provisioned"
}
page[number]integer
page[size]integer

Response

Successful response

Changes