---
title: "created  zones"
method: POST
path: "/zones/"
tags: ["platform"]
---

# created  zones

`POST /zones/`

created  zones

## Request body

- MessageCreateZonesReq
  - `zones` StructsZoneInfo[]
    - `comment` string
    - `regionId` string — The value of the RegionID is similar to CN-HANGZHOU
    - `regionName` string — The value of the Name is similar to East China(Hangzhou)
    - `vendorId` string — The value of the VendorID is similar to AWS
    - `vendorName` string — The value of the Name is similar to AWS
    - `zoneId` string — The value of the ZoneID is similar to CN-HANGZHOU-H
    - `zoneName` string — The value of the Name is similar to Hangzhou(H)

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2022-03-07** `e9e75c7c2edb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pingcap/apis/em-ui-api/changes/zones/post.md)

---

[API](https://skmtc.dev/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.dev/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/e9e75c7c2edb/schema)
