ZERO Cloud
  1. 数据模型
ZERO Cloud
  • 公开接口
    • /app/name/{name}
      GET
  • 安全认证接口
  • 测试接口
  • 数据模型
    • 会话模型
    • 数据模型
      • X_APP 应用实体
    • 系统模型
  1. 数据模型

XApp(X_APP 应用实体)

{
    "key": "string",
    "name": "string",
    "code": "string",
    "title": "string",
    "domain": "example.com",
    "port": 1,
    "context": "string",
    "urlLogin": "string",
    "urlAdmin": "string",
    "endpoint": "string",
    "entry": "string",
    "sigma": "string",
    "language": "string",
    "metadata": {},
    "active": true,
    "createdAt": "2019-08-24T14:15:22.123Z",
    "createdBy": "string",
    "updatedAt": "2019-08-24T14:15:22.123Z",
    "updatedBy": "string",
    "appId": "string",
    "tenantId": "string"
}
Built with