添加一个 App。
请求方法为 POST。
您需要 对请求进行鉴权。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AddApp | 要执行的操作,取值:AddApp。 |
Version | String | 是 | 2023-09-01 | API的版本,取值:2023-09-01。 |
AppName | String | 是 | TestApp | App 名称。 |
Condition | Object | 是 | 无 | App 特征。 |
Description | String | 否 | This is a test app | App 描述。 |
DryRun | Boolean | 否 | false | 是否空运行,用于用户对请求进行预检。 |
ClientToken | String | 否 | d3e5f7a9-0b1d-2c3e-4f5a-6789b0c1d2e3 | 用于保证请求幂等性。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
AppName | String | TestApp | App 名称。 |
Condition | Object | 无 | App 特征。 |
Description | String | This is a test app | App 描述。 |
POST https://open.volcengineapi.com/?Action=AddApp&Version=2023-09-01 { "AppName": "TestApp", "Description": "this is app", "Condition": { "AppId": "689", "Platform": "android", "Extends": [ { "Key": "location", "Value": "domestic" }, { "Key": "language", "Value": "chinese" } ] } }
{ "ResponseMetadata": { "RequestId": "2024101617182501701317102278F3EA", "Action": "AddApp", "Version": "2023-09-01", "Service": "httpdns", "Region": "cn-beijing" }, "Result": { "AppName": "TestApp", "Description": "this is app", "Condition": { "AppId": "689", "Platform": "android", "Extends": [ { "Key": "location", "Value": "domestic" }, { "Key": "language", "Value": "chinese" } ] }, "CreateTime": null, "UpdateTime": null } }
您可访问公共错误码,获取更多错误码信息。