菜单

许可信息

下载

接口地址:/webapi/dashboard/getVersionInfo
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:application/json;charset=UTF-8
接口描述:

查询许可证信息


请求参数:

参数名称 参数说明 请求类型 是否必须 数据类型 schema
requestId 请求requestId数据 query true string

响应状态:

状态码 说明 schema
200 OK ResponseResultLicenceVo

响应参数:

参数名称 参数说明 类型 schema
message 返回状态标记 string
statFlag 返回状态 integer(int32) integer(int32)
dataInfo LicenceVo LicenceVo
  id ID integer(int32)
  licenceId 许可证ID string
  licenceType 许可证类型 integer(int32)
  licenceName 许可证名称 string
  licenceEnable 许可证启用 integer(int32)
  productId 产品ID string
  productName 产品名称 string
  edition 版本 string
  expiryDate 订阅日期 string
  capacitySize 已使用容量大小 integer(int64)
  entitledCapacitySize 授权使用容量大小 integer(int64)
  createTime 创建时间 string(date-time)
dataCount 返回数据条数 integer(int32) integer(int32)

响应示例:

复制代码
{
    "message": "操作成功",
    "statFlag": 0,
    "dataInfo": {
        "id": 0,
        "licenceId": "",
        "licenceType": 0,
        "licenceName": "",
        "licenceEnable": 0,
        "productId": "",
        "productName": "",
        "edition": "",
        "expiryDate": "",
        "capacitySize": 0,
        "entitledCapacitySize": 0,
        "createTime": ""
    },
    "dataCount": 10
}
分享文章
上一个
数据库摘要
下一个
存储信息
最近修改: 2024-11-18