L1PhysIf

Layer 1 physical interface managed object representing a physical Ethernet port on a Nexus switch. DN format is sys/intf/phys-[{id}].

Data CenterInfrastructureNetwork AutomationNetworkingSDNSwitches

Properties

Name Type Description
attributes object
View JSON Schema on GitHub

JSON Schema

cisco-nexus-nxapi-rest-l1-phys-if-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "L1PhysIf",
  "type": "object",
  "description": "Layer 1 physical interface managed object representing a physical Ethernet port on a Nexus switch. DN format is sys/intf/phys-[{id}].",
  "properties": {
    "attributes": {
      "type": "object"
    }
  }
}