
definitions.NetworkMetricsPost.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of onos-app-cpman Show documentation
Show all versions of onos-app-cpman Show documentation
Control Plane Management Application
{
"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