Skip to main content

Get Local Prefix Filters (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/localprefixfilters

Get the local prefix filters.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Responses

Successful Operation

Schema
    count int32

    The total number.

    id string

    The ID.

    type string

    The type.

    items LocalPrefixFilter[]
  • Array [
  • description

    Description of the local prefix filter.

    id string

    Id of the local prefix filter.

    name stringrequired

    Name of the local prefix filter.

  • ]
Loading...