All Downloads are FREE. Search and download functionalities are using the official Maven repository.

definitions.NetworkMetricsPost.json Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
{
  "type": "object",
  "title": "networks",
  "required": [
    "networks"
  ],
  "properties": {
    "networks": {
      "type": "array",
      "xml": {
        "name": "networks",
        "wrapped": true
      },
      "items": {
        "type": "object",
        "title": "networks",
        "required": [
          "resourceName",
          "incomingBytes",
          "outgoingBytes",
          "incomingPackets",
          "outgoingPackets"
        ],
        "properties": {
          "resourceName": {
            "type": "string",
            "example": "eth0"
          },
          "incomingBytes": {
            "type": "integer",
            "format": "int64",
            "example": "1024"
          },
          "outgoingBytes": {
            "type": "integer",
            "format": "int64",
            "example": "1024"
          },
          "incomingPackets": {
            "type": "integer",
            "format": "int64",
            "example": "1000"
          },
          "outgoingPackets": {
            "type": "integer",
            "format": "int64",
            "example": "2000"
          }
        }
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy