Get Specific Local Prefix Filter (v2.0)
GET/v2.0/api/tenants/:tenant_id/localprefixfilters/:id
Get a specific global prefix filter.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
id stringrequired
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 stringrequired
Name of the local prefix filter.
{
"id": "string",
"name": "string"
}
Loading...