All Downloads are FREE. Search and download functionalities are using the official Maven repository.

definitions.ClusterNode.json Maven / Gradle / Ivy

{
  "type": "object",
  "required": [
    "id",
    "ip",
    "tcpPort",
    "status"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "127.0.0.1"
    },
    "ip": {
      "type": "string",
      "example": "127.0.0.1"
    },
    "tcpPort": {
      "type": "integer",
      "format": "int64",
      "example": 9876
    },
    "status": {
      "type": "string",
      "example": "ACTIVE"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy