Create IP Community List (v2.0)
POSThttps://api.sase.paloaltonetworks.com/sdwan/v2.0/api/sites/:site_id/elements/:element_id/routing_ipcommunitylists
Create an IP community list.
Request
Responses
- 200
- 400
Successful Operation
Bad Request
- curl
- python
- go
- nodejs
- csharp
- php
- CURL
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"
]
}'
ResponseClear