Juniper Networks · Schema

InterfaceMap

AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

Properties

Name Type Description
id string
label string
logical_device_id string
device_profile_id string
interfaces array
View JSON Schema on GitHub

JSON Schema

juniper-interfacemap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InterfaceMap",
  "title": "InterfaceMap",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "label": {
      "type": "string"
    },
    "logical_device_id": {
      "type": "string",
      "format": "uuid"
    },
    "device_profile_id": {
      "type": "string",
      "format": "uuid"
    },
    "interfaces": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}