Skip to main content

Create IP Community List (v2.0)

POST 

https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/routing_ipcommunitylists

Create an IP community list.

Request

Responses

Successful Operation

curl -L 'https://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/routing_ipcommunitylists' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"as_path_regex_list": [
{
"as_path_regex": "string",
"order": 0,
"permit": true
}
],
"auto_generated": true,
"id": "string",
"name": "string",
"tags": [
"string"
]
}'
Request Collapse all
Base URL
https://api.sase.paloaltonetworks.com
Parameters
— pathrequired
— pathrequired
Body
{
  "as_path_regex_list": [
    {
      "as_path_regex": "string",
      "order": 0,
      "permit": true
    }
  ],
  "auto_generated": true,
  "id": "string",
  "name": "string",
  "tags": [
    "string"
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!