获取license信息
请求
- 功能:测试
RDSCore
的license
相关信息 - 方法:
GET
- 接口说明:
/licInfo
json
GET "http://host:8088/licInfo"
1
请求数据
无
请求示例
无
响应
响应数据
Name | Type | Description |
---|---|---|
echoid | string | 调度系统机器码 |
features | object array | 调度系统功能模块激活情况 |
code | int | API 错误码,详情见API错误码 |
msg | string | API 错误码信息 |
create_on | int | API 上传时间戳 |
响应数据示例
Responses Code 200
请求成功
json
{
"code": 0,
"create_on": "2022-03-24T18:40:45.861Z",
"echoid": "50307218-7527da15-9bb32e57-0668b14d",
"features": [
{
"active": true,
"expiry_date": "never-expire",
"name": "core"
},
{
"active": true,
"expiry_date": "never-expire",
"name": "rds_custom"
},
{
"active": true,
"expiry_date": "never-expire",
"name": "rds_operator"
}
],
"msg": "ok"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
最近更新 2022/11/28
有用
没用