Port Breakout
| URL | GET | POST | PATCH | PUT | DELETE |
|---|---|---|---|---|---|
| /rest/v1/running/breakout-modes/{name} | Y | N | Y | N | N |
Examples
Section titled “Examples”Get the breakout mode of Ethernet1
Section titled “Get the breakout mode of Ethernet1”GET HTTPS://{switch IP}/rest/v1/running/breakout-modes/Ethernet1response:
{ "name": "Ethernet1", "supported-breakout-modes": [ "4x25G[10G]" ]}Set breakout mode for Ethernet1.
Section titled “Set breakout mode for Ethernet1.”PATCH HTTPS://{switch IP}/rest/v1/running/breakout-modes/Ethernet1{ "breakout-mode": "4x25G[10G]"}Properties Descriptions
Section titled “Properties Descriptions”Ethernet Breakout
Section titled “Ethernet Breakout”Tree Diagrams
+--rw breakout-modes +--rw breakout-mode* [name] +--rw name +--rw breakout-mode? +--ro supported-breakout-modes*Table of Properties
| Name | Required | Type/Range | Description |
|---|---|---|---|
| breakout-modes | M | Path-only node, has no configurable value. | |
| Port breakout modes. | |||
| name | M | Ethernet name | (sub-property of breakout-modes) |
| The name of the port. | |||
| breakout-mode | O | ”4x25G[10G]" | |
| "4x50G[10G]" | |||
| "2x100G[50G]" | |||
| "4x100G[50G]" | |||
| "2x200G[100G]" | |||
| "4x25G[10G]" | |||
| "4x200G[100G]" | |||
| "2x400G[200G]“ | (sub-property of breakout-modes) | ||
| Current port breakout mode. | |||
| supported-breakout-modes | RO | ”4x25G[10G]" | |
| "4x50G[10G]" | |||
| "2x100G[50G]" | |||
| "4x100G[50G]" | |||
| "2x200G[100G]" | |||
| "4x25G[10G]" | |||
| "4x200G[100G]" | |||
| "2x400G[200G]“ | (sub-property of breakout-modes) | ||
| All supported breakout modes of the port. |