Get Specific Local Prefix Filter (v2.0)
Get a specific global prefix filter.
Path Parameters
tenant_id string required
The tenant ID.
id string required
The ID of the local prefix filter.
Responses
- 200
Successful Operation
application/json
Schema
Example (from schema)
Schema
description
Description of the local prefix filter.
id string
Id of the local prefix filter.
name string required
Name of the local prefix filter.
{
"id": "string",
"name": "string"
}
Loading...