发布配置

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求头

该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。

请求语法

PUT /diamond-ops/pop/configuration HTTPS|HTTP

请求参数

名称 类型 是否必选 示例值 描述
Content String Hello World

配置内容

DataId String com.aliyun.acm.example

配置ID

Group String DEFAULT_GROUP

分组

NamespaceId String 111000d2-ca66-42ba-b706-****

命名空间ID

Type String text

配置内容的格式,可选值如下:

  • text
  • json
  • xml
  • yaml
  • text/html
  • properties
AppName String app

配置归属的应用名称

Desc String 测试配置

配置描述

Tags String tag1,tag2

配置的标签,如存在多个标签,以半角逗号分隔

返回数据

名称 类型 示例值 描述
Code String OK

状态码

Message String Success

描述

RequestId String 611CC94A-7711-4873-8848-****

请求ID

示例

请求示例

PUT /diamond-ops/pop/configuration HTTP/1.1
公共请求头
{
"Content": "",
"DataId": "",
"Group": "",
"NamespaceId": "",
"Type": ""
}

正常返回示例

XML 格式

<RequestId>6F7CC94A-7711-4873-8848-FCE2F1795625</RequestId>
<Message>Success</Message>
<Code>OK</Code>

JSON 格式

{
  "RequestId": "6F7CC94A-7711-4873-8848-FCE2F1795625",
  "Message": "Success",
  "Code": "OK"
}

错误码

HttpCode 错误码 错误信息 描述
500 ConfigurationDeployFail Failed to publish the configuration item. 配置项发布失败
500 ConfigurationQuotaOrSizeExceed The maximum number of configuration items or the maximum length of the configuration item is exceeded. 配置项数量超出规定额度或配置的内容超出规定长度
500 ConfigurationSizeExceed The maximum length of the configuration item is exceeded. 配置项内容长度超出

访问错误中心查看更多错误码。