---
title: "Allocate elastic IP for organization"
method: POST
path: "/v1/elastic-ips"
tags: ["elastic-ips"]
---

# Allocate elastic IP for organization

`POST /v1/elastic-ips`

## Request body

- ElasticIPAllocateReq
  - `count` integer, required
  - `idc` string, required
  - `name` string, required
  - `product` string, required

## Response `200`

successful

- UuidObject[]
  - `id` string, uuid, required

## Other responses

- `400` — bad request
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — Internal Server Error
- `503` — a dependent service is unavailable

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/versions/bcbab016469f/schema)
