Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion docs/reference/fabric-api.md.gen
Original file line number Diff line number Diff line change
Expand Up @@ -527,15 +527,18 @@ _Appears in:_

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `name` _string_ | | | |
| `chassis` _string_ | | | |
| `sysName` _string_ | | | |
| `sysDescr` _string_ | | | |
| `portID` _string_ | | | |
| `portDescr` _string_ | | | |
| `ttl` _integer_ | TTL advertised by the neighbor, seconds | | |
| `updated` _[Time](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#time-v1-meta)_ | When the neighbor entry was last updated | | |
| `manuf` _string_ | | | |
| `model` _string_ | | | |
| `serial` _string_ | | | |
| `mac` _string_ | MAC of the neighbor port: the LLDP source MAC, or the port ID if it's a MAC address | | |
| `port` _string_ | Human-readable neighbor port name: the port ID, or the port description if the port ID is a MAC address | | |


#### SwitchStateNOS
Expand Down Expand Up @@ -3079,6 +3082,22 @@ _Appears in:_
| `mtu` _integer_ | MTU is the MTU to be configured on the switch port or port channel | | |


#### ServerInspect



ServerInspect defines the expectations used to check the server against what's observed in the Fabric



_Appears in:_
- [ServerSpec](#serverspec)

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `expectedSysName` _string_ | ExpectedSystemName is the LLDP system name the server advertises, usually its hostname, if it isn't the<br />name of this object, e.g. a server-1 running as server-1.example.com | | |


#### ServerSpec


Expand All @@ -3094,6 +3113,7 @@ _Appears in:_
| --- | --- | --- | --- |
| `description` _string_ | Description is a description of the server | | |
| `profile` _string_ | Profile is the profile of the server, name of the ServerProfile object to be used for this server, currently not used by the Fabric | | |
| `inspect` _[ServerInspect](#serverinspect)_ | Inspect is the expectations used to check the server against what's observed in the Fabric | | |


#### ServerStatus
Expand Down
Loading