Skip to main content

Create IP Community List (v2.0)

POST 

/sdwan/v2.0/api/sites/:site_id/elements/:element_id/routing_ipcommunitylists

Create an IP community list.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    element_id stringrequired

    The ID of the element.

Body

Details of the community list to be created

    as_path_regex_list ASPathRegex[]

    The AS Path Regex expression list.

  • Array [
  • as_path_regex stringrequired

    The AS Path Regex expression.

    order int32

    The order of the AS Path Regex.

    permit boolean

    The value true or false if AS path regex is allowed.

  • ]
  • auto_generated boolean

    The value true or false for auto-generated access/community lists.

    description

    The description of the access/community list. Max size = 1024.

    id string

    The ID of the access/community list.

    name stringrequired

    The name of the access/community list. Max size = 128.

    tags string[]

    A information field that can be added to identify the access/community list. Maximum 10 unique tags of length 1024 each are allowed.

Responses

Successful Operation

Schema
    auto_generated boolean

    The value true or false for auto-generated IP community lists.

    community_list RoutingIPCommunity[]

    The details of the IP community lists.

  • Array [
  • community_str stringrequired

    The community string. Max size = 256.

    permit boolean

    The permit of the IP community sctring = Permit or Deny.

  • ]
  • description

    The description of the IP community list. Max size = 1024.

    id string

    The ID of the IP community list.

    name stringrequired

    The name of the IP community list. Max size = 128.

    tags string[]

    A information field that can be added to identify the IP community list. Maximum 10 unique tags of length 1024 each are allowed.

Loading...