blob: 88c55201c6a4dfd8c7dfca69f0cf76f6f9605009 [file] [log] [blame]
{
"type": "object",
"required": [
"clusterName",
"segmentId",
"scheme",
"ipAddress",
"port",
"datacenterId",
"clusterId"
],
"properties": {
"clusterName": {
"type": "string",
"example": "kubernetes"
},
"segmentId": {
"type": "integer",
"example": 1
},
"scheme": {
"type": "string",
"example": "HTTP"
},
"ipAddress": {
"type": "string",
"example": "10.10.10.2"
},
"port": {
"type": "integer",
"example": 6443
},
"datacenterId": {
"type": "string",
"example": "BD"
},
"clusterId": {
"type": "string",
"example": "BD-MEH-CT01"
}
}
}