Assign IP Pool
POST/mt/monitor/v1/interconnect/ip-pool/assign
After you create an IP Pool, you can assign a region and the status becomes active. Note: Once you assign an IP Pool, you cannot update or delete an IP Pool.
Request
- application/json
Body
ipPoolId stringrequired
Possible values: Value must match regular expression \S
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Assign an IP Pool
Schema
- any
{
"data": {
"haRegion": "us-west2",
"id": "7673a661-a98b-4202-b70a-8edc3934a3f5",
"ipBlocks": [
{
"cidr": [
"21.58.1.0/29"
],
"displayName": "Mexico Central",
"edgeLocation": "mexico-central"
}
],
"ipProvider": "SP",
"name": "ip-pool-test",
"permittedActions": [],
"region": "us-south1",
"state": "SUBNETWORK_UPDATE_CIDR_IN_PROGRESS",
"status": "IN_PROGRESS",
"tsgId": "1091039496"
},
"requestId": "6eb154b3-5ac0-441c-a8e4-a092f5b5b588"
}
Bad Request
Internal Error
Loading...