Update IP Pool
PUT/mt/monitor/v1/interconnect/ip-pool/:ipPoolId
Update an IP Pool using an ID.
Request
Path Parameters
ipPoolId stringrequired
Provide IP Pool ID
- 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
- 200
- 400
- 500
Success
- application/json
- Schema
- Update IP Pool
Schema
- any
{
"data": {
"id": "7673a661-a98b-4202-b70a-8edc3934a3f5",
"ipBlocks": [
{
"cidr": [
"21.58.2.0/29"
],
"displayName": "Mexico Central",
"edgeLocation": "mexico-central"
}
],
"ipProvider": "SP",
"name": "ip-pool-test",
"permittedActions": [],
"region": "us-south1",
"state": "NOT_STARTED",
"status": "PENDING"
"tsgId": "1091039496"
},
"requestId": "6eb154b3-5ac0-441c-a8e4-a092f5b5b588"
}
Bad Request
Internal Error
Loading...