summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/Paths.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/Paths.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/Paths.json')
-rw-r--r--framework/src/onos/web/api/src/main/resources/definitions/Paths.json94
1 files changed, 0 insertions, 94 deletions
diff --git a/framework/src/onos/web/api/src/main/resources/definitions/Paths.json b/framework/src/onos/web/api/src/main/resources/definitions/Paths.json
deleted file mode 100644
index 2407036e..00000000
--- a/framework/src/onos/web/api/src/main/resources/definitions/Paths.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "type": "object",
- "title": "paths",
- "required": [
- "paths"
- ],
- "properties": {
- "paths": {
- "type": "array",
- "xml": {
- "name": "hosts",
- "wrapped": true
- },
- "items": {
- "type": "object",
- "title": "host",
- "required": [
- "cost",
- "links"
- ],
- "properties": {
- "cost": {
- "type": "integer",
- "format": "int64",
- "example": 2
- },
- "links": {
- "type": "array",
- "xml": {
- "name": "links",
- "wrapped": true
- },
- "items": {
- "type": "object",
- "title": "link",
- "required": [
- "src",
- "dst",
- "type",
- "state"
- ],
- "properties": {
- "src": {
- "type": "object",
- "title": "src",
- "required": [
- "port",
- "device"
- ],
- "properties": {
- "port": {
- "type": "string",
- "example": "3"
- },
- "device": {
- "type": "string",
- "example": "of:0000000000000002"
- }
- }
- },
- "dst": {
- "type": "object",
- "title": "dst",
- "required": [
- "port",
- "device"
- ],
- "properties": {
- "port": {
- "type": "string",
- "example": "2"
- },
- "device": {
- "type": "string",
- "example": "of:0000000000000003"
- }
- }
- },
- "type": {
- "type": "string",
- "example": "DIRECT"
- },
- "state": {
- "type": "string",
- "example": "ACTIVE"
- }
- }
- }
- }
- }
- }
- }
- }
-} \ No newline at end of file