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
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The total number.
id string
The ID.
items LocalPrefixFilter[]
description
Description of the local prefix filter.
id string
Id of the local prefix filter.
name stringrequired
Name of the local prefix filter.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"name": "string"
}
]
}
Loading...