Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. APINodeService(API节点服务)
  3. 消息类型
  4. APINode
{ int64 id; // 是否启用 bool isOn; // 集群ID int64 nodeClusterId; string uniqueId; string secret; // 名称 string name; // 描述(备注) string description; bytes httpJSON; bytes httpsJSON; bool RestIsOn; bytes restHTTPJSON; bytes restHTTPSJSON; bytes accessAddrsJSON; []string accessAddrs; bytes statusJSON; bool isPrimary; bool debug; string instanceCode; }