aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json')
-rw-r--r--framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json b/framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json
deleted file mode 100644
index ad67fc7b..00000000
--- a/framework/src/onos/web/api/src/main/resources/definitions/ClusterPost.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "type": "object",
- "title": "nodes",
- "properties": {
- "nodes": {
- "type": "array",
- "xml": {
- "name": "nodes",
- "wrapped": true
- },
- "items": {
- "type": "object",
- "title": "nodes",
- "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"
- }
- }
- }
- }
- }
-} \ No newline at end of file