• 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
  • DiskMetricsPost.json
  • Jian Li's avatar
    Split CPMan into api and app submodules · 6b86a765 ...
    6b86a765 Browse Directory
    Change-Id: Iacddea67ea0f7189ab918cf9e2a7a414100fc503
    Jian Li authored 2016-01-29 18:55:52 +0000
DiskMetricsPost.json 298 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "type": "object",
  "required": [
    "readBytes",
    "writeBytes"
  ],
  "properties": {
    "readBytes": {
      "type": "integer",
      "format": "int64",
      "example": "500"
    },
    "writeBytes": {
      "type": "integer",
      "format": "int64",
      "example": "300"
    }
  }
}