API网关 APIG-创建APP:响应消息

时间:2024-01-19 18:17:11

响应消息

表3 参数说明

参数

类型

说明

id

String

编号

name

String

名称

status

Integer

状态

app_key

String

APP的key

app_secret

String

密钥

creator

String

APP的创建者,取值如下:

  • USER:用户自行创建
  • MARKET:云商店分配

register_time

Timestamp

创建时间

remark

String

描述

update_time

Timestamp

更新时间

app_type

String

APP类型,默认为apig

响应消息样例:

{
	"id": "14b3****537e9",
	"name": "app_001",
	"status": 1,
	"app_key": "d49b1****376eb",
	"app_secret": "******",
	"creator": "USER",
	"remark": "第一个应用",
	"register_time": "2017-12-28T12:26:54.2345858Z",
	"update_time": "2017-12-28T12:26:54.2345858Z",
        "app_type": "apig"
}
support.huaweicloud.com/api-apig/apig-api-180713036.html