Create IP Pool
POST/mt/monitor/v1/interconnect/ip-pool
Create a new IP Pool by selecting either Prisma Access or get your own IP.
Request
- application/json
Body
- Array [
- ]
haRegion string
ipBlocks object[]
cidr string[]required
Possible values: >= 1
edgeLocation stringrequired
Possible values: Value must match regular expression \S
ipProvider IPProvider (string)required
Possible values: [SP
, PANW
]
name stringrequired
Possible values: Value must match regular expression \S
region stringrequired
Possible values: Value must match regular expression \S
spContactEmail string
Responses
- 201
- 400
- 500
Success
- application/json
- Schema
- Add an IP Pool
Schema
- any
{
"data": {
"haRegion": "us-west2",
"id": "7673a661-a98b-4202-b70a-8edc3934a3f5",
"ipBlocks": [
{
"cidr": [
"21.58.1.0/29"
],
"edgeLocation": "mexico-central"
}
],
"ipProvider": "SP",
"name": "ip-pool-test",
"permittedActions": [
"ASSIGN_IP_POOL",
"DELETE_IP_POOL",
"UPDATE_IP_POOL"
],
"region": "us-south1",
"state": "NOT_STARTED",
"status": "PENDING",
"tsgId": "1091039496"
},
"requestId": "a097e994-e9e2-4b7a-8c52-606f9a60b42b"
}
Bad Request
Internal Error
Loading...