---
title: "创建密钥管理信息"
method: POST
path: "/api/v1/config/keymanage"
tags: ["Config配置中心"]
---

# 创建密钥管理信息

`POST /api/v1/config/keymanage`

## Request body

- ModelCreateKeyManageDto
  - `keyId` string, required — 密钥ID
  - `keySecret` string, required — 密钥Secret
  - `keyType` integer, required — 云厂商类型：1=阿里云，2=腾讯云，3=百度云，4=华为云，5=AWS云
  - `remark` string — 备注信息

## Response `200`

OK

---

[API](https://skmtc.net/opsre/apis/devops.md) · [All operations](https://skmtc.net/opsre/apis/devops/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/devops/versions/25cac8835c4c/schema)
