Skip to main content

List SD-WAN interface profiles

GET 

/sdwan-interface-profiles

Retrieve a list of SD-WAN interface profiles.

Request

Query Parameters

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

    name string

    The name of the configuration resource

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id string

    UUID of the resource

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[0-9a-zA-Z._-]+$

    Name of the interface profile

    comment string

    Possible values: <= 1023 characters

    The description of the interface profile

    link_tag string

    Possible values: <= 31 characters

    The link tag of the interface profile

    link_type string

    Possible values: [ADSL/DSL, Cablemodem, Ethernet, Fiber, LTE/3G/4G/5G, MPLS, Microwave/Radio, Satellite, WiFi, Private1, Private2, Private3, Private4, Other]

    Default value: Ethernet

    The type of link

    vpn_data_tunnel_support boolean

    Enable data traffic over VPN?

    maximum_download integer

    Possible values: <= 100000

    Maximum download capacity in Mbps

    maximum_upload integer

    Possible values: <= 100000

    Maximum upload capacity in Mbps

    error_correction boolean

    Allow this interface for FEC / Packet Duplication

    path_monitoring string

    Possible values: [Aggressive, Relaxed]

    Path monitoring profile

    vpn_failover_metric integer

    Possible values: >= 1 and <= 65535

    Metric for vpn tunnels on this interface

    probe_frequency integer

    Possible values: >= 1 and <= 5

    Number of probes sent per second

    probe_idle_time integer

    Possible values: >= 1 and <= 86400

    Idle time in seconds when no probes are sent

    failback_hold_time integer

    Possible values: >= 20 and <= 120

    Failback hold time in seconds before reverting session to original path

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...