---
title: "POST /tcap-profiles"
method: POST
path: "/tcap-profiles"
tags: ["Configuration - Network"]
---

# POST /tcap-profiles

`POST /tcap-profiles`

## Request body

- XiqTunnelConcentratorAddressPoolRequest — The request payload for creating or updating a Tunnel Concentrator Address Pool
  - `name` string, required — The name of the address pool
  - `start_ip_address` string, required — The start IP address of the pool range
  - `end_ip_address` string, required — The end IP address of the pool range
  - `netmask` string, required — The subnet mask of the pool
  - `next_hop` string, required — The next hop (gateway) IP address

## Response `201`

Created

- XiqTunnelConcentratorAddressPool — The payload of Tunnel Concentrator Address Pool
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `name` string, required
  - `start_ip_address` string, required
  - `end_ip_address` string, required
  - `netmask` string, required
  - `next_hop` string, required

---

[API](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/revisions/5cefd06a809b/schema)
