Juniper Networks · Schema

VnUve

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
UveVirtualNetworkAgent object
View JSON Schema on GitHub

JSON Schema

juniper-vnuve-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VnUve",
  "title": "VnUve",
  "type": "object",
  "properties": {
    "UveVirtualNetworkAgent": {
      "type": "object",
      "properties": {
        "in_tpkts": {
          "type": "integer"
        },
        "out_tpkts": {
          "type": "integer"
        },
        "in_bytes": {
          "type": "integer"
        },
        "out_bytes": {
          "type": "integer"
        },
        "virtualmachine_list": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "interface_list": {
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      }
    }
  }
}