diff --git a/docs/reference/fabric-api.md.gen b/docs/reference/fabric-api.md.gen index b8878d09..1c4d71c6 100644 --- a/docs/reference/fabric-api.md.gen +++ b/docs/reference/fabric-api.md.gen @@ -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 @@ -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
name of this object, e.g. a server-1 running as server-1.example.com | | | + + #### ServerSpec @@ -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