You need to enable JavaScript to run this app.
导航
AddApp - 添加 App
最近更新时间:2024.11.18 20:38:12首次发布时间:2024.11.18 20:38:12

添加一个 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
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。