HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/bgp_community_filters/{BGP_Community_Filter.name}/bgp_community_filter_entries/{BGP_Community_Filter_Entry.preference}

Path Params
string
required

Reference Resource: BGP_Community_Filter
Name of the filter.

string
required

Reference Resource: BGP_Community_Filter_Entry
List of filter entries.

Body Params
string
enum
required

Action to be taken if 'match_string' matches'

Allowed:
string
required
length ≤ 256

String to be matched with the BGP Community/extended-community string. When the 'type' of community list entry is either 'community-list' or 'extcommunity-list' this field should be a list of community or extended community numbers respectively. Ex: '1:1 2:2 3:3'. When the 'type' is 'community-expanded-list', or 'extcommunity-expanded-list', this field should contain a POSIX regular expression to match the corresonding community string. Ex: '[0-9]+:[0-9]+'

integer
required

Reference Resource: BGP_Community_Filter_Entry
List of filter entries.

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!