aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json')
-rw-r--r--framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json34
1 files changed, 0 insertions, 34 deletions
diff --git a/framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json b/framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json
deleted file mode 100644
index 67c181c0..00000000
--- a/framework/src/onos/web/api/src/main/resources/definitions/IntentHost.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "type": "object",
- "title": "host",
- "required": [
- "type",
- "appId",
- "priority",
- "one",
- "two"
- ],
- "properties": {
- "type": {
- "type": "string",
- "example": "HostToHostIntent"
- },
- "appId": {
- "type": "string",
- "example": "org.onosproject.ovsdb"
- },
- "priority": {
- "type": "integer",
- "format": "int64",
- "example": 55
- },
- "one": {
- "type": "string",
- "example": "46:E4:3C:A4:17:C8/-1"
- },
- "two": {
- "type": "string",
- "example": "08:00:27:56:8a:15/-1"
- }
- }
-} \ No newline at end of file