Jian Li | f248307 | 2020-12-25 02:24:16 +0900 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "required": [ | ||||
4 | "clusterName", | ||||
5 | "segmentId", | ||||
6 | "scheme", | ||||
7 | "ipAddress", | ||||
Daniel Park | 2ba66e2 | 2022-04-27 12:33:45 +0900 | [diff] [blame] | 8 | "port", |
9 | "datacenterId", | ||||
10 | "clusterId" | ||||
Jian Li | f248307 | 2020-12-25 02:24:16 +0900 | [diff] [blame] | 11 | ], |
12 | "properties": { | ||||
13 | "clusterName": { | ||||
14 | "type": "string", | ||||
15 | "example": "kubernetes" | ||||
16 | }, | ||||
17 | "segmentId": { | ||||
18 | "type": "integer", | ||||
19 | "example": 1 | ||||
20 | }, | ||||
21 | "scheme": { | ||||
22 | "type": "string", | ||||
23 | "example": "HTTP" | ||||
24 | }, | ||||
25 | "ipAddress": { | ||||
26 | "type": "string", | ||||
27 | "example": "10.10.10.2" | ||||
28 | }, | ||||
29 | "port": { | ||||
30 | "type": "integer", | ||||
31 | "example": 6443 | ||||
Daniel Park | 2ba66e2 | 2022-04-27 12:33:45 +0900 | [diff] [blame] | 32 | }, |
33 | "datacenterId": { | ||||
34 | "type": "string", | ||||
35 | "example": "BD" | ||||
36 | }, | ||||
37 | "clusterId": { | ||||
38 | "type": "string", | ||||
39 | "example": "BD-MEH-CT01" | ||||
Jian Li | f248307 | 2020-12-25 02:24:16 +0900 | [diff] [blame] | 40 | } |
41 | } | ||||
42 | } |