• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • ..
  • definitions
  • KafkaSubscription.json
  • Shravan Ambati's avatar
    CodeReview - Initial Commit for Kafka Integration Application · 7d19954d ...
    7d19954d
    1. Partial REST API implementation
    2. Partial Event Manager backend implementation
    
    Change-Id: Ieaf703f7a3f6e296aea8ffcf155c7a1b603236ca
    Shravan Ambati authored 2016-04-28 21:21:30 +0000
KafkaSubscription.json 422 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "type": "object",
  "title": "KafkaSubscription",
  "required": [
    "appName",
    "groupId",
    "eventType"
  ],
  "properties": {
     "appName": {
        "type": "string",
        "example": "forwardingApp"
     },
     "groupId": {
        "type": "string",
        "example": "18285435-2c62-4684-96dd-fb03b7cd0c83"
     },
     "eventType": {
        "type": "string",
        "example": "DEVICE"
     }
  }
}