aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/Hosts.json
diff options
context:
space:
mode:
authorCNlucius <lukai1@huawei.com>2016-09-13 11:40:12 +0800
committerCNlucius <lukai1@huawei.com>2016-09-13 11:41:53 +0800
commitb731e2f1dd0972409b136aebc7b463dd72c9cfad (patch)
tree5107d7d80c19ad8076c2c97c2b5ef8d1cf3ab903 /framework/src/onos/web/api/src/main/resources/definitions/Hosts.json
parentee93993458266114c29271a481ef9ce7ce621b2a (diff)
ONOSFW-171
O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'framework/src/onos/web/api/src/main/resources/definitions/Hosts.json')
-rw-r--r--framework/src/onos/web/api/src/main/resources/definitions/Hosts.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/framework/src/onos/web/api/src/main/resources/definitions/Hosts.json b/framework/src/onos/web/api/src/main/resources/definitions/Hosts.json
deleted file mode 100644
index 235a0833..00000000
--- a/framework/src/onos/web/api/src/main/resources/definitions/Hosts.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "type": "object",
- "title": "hosts",
- "required": [
- "hosts"
- ],
- "properties": {
- "hosts": {
- "type": "array",
- "xml": {
- "name": "hosts",
- "wrapped": true
- },
- "items": {
- "type": "object",
- "title": "host",
- "required": [
- "id",
- "mac",
- "vlan",
- "ipAddresses",
- "location"
- ],
- "properties": {
- "id": {
- "type": "string",
- "example": "46:E4:3C:A4:17:C8/-1"
- },
- "mac": {
- "type": "string",
- "example": "46:E4:3C:A4:17:C8"
- },
- "vlan": {
- "type": "string",
- "example": "-1"
- },
- "ipAddresses": {
- "type": "array",
- "xml": {
- "name": "hosts",
- "wrapped": true
- },
- "items": {
- "type": "string",
- "example": "127.0.0.1"
- }
- },
- "location": {
- "type": "object",
- "title": "location",
- "required": [
- "elementId",
- "port"
- ],
- "properties": {
- "elementId": {
- "type": "string",
- "example": "of:0000000000000002"
- },
- "port": {
- "type": "string",
- "example": "3"
- }
- }
- }
- }
- }
- }
- }
-} \ No newline at end of file