Skip to content

Commit

Permalink
Update Fabric API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed May 7, 2024
1 parent 3454a44 commit 7d6c96d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ _Appears in:_

| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `vlan` _integer_ | VLAN is the VLAN ID used for the subinterface on a switch port specified in the connection | | |
| `vlan` _integer_ | VLAN (optional) is the VLAN ID used for the subinterface on a switch port specified in the connection, set to 0 if no VLAN is used | | |
| `ip` _string_ | IP is the IP address of the subinterface on a switch port specified in the connection | | |


Expand Down Expand Up @@ -918,8 +918,8 @@ _Appears in:_
| Field | Description | Default | Validation |
| --- | --- | --- | --- |
| `ipv4Namespace` _string_ | IPv4Namespace is the name of the IPv4Namespace this External belongs to | | |
| `inboundCommunity` _string_ | InboundCommunity is the name of the inbound community to filter routes from the external system | | |
| `outboundCommunity` _string_ | OutboundCommunity is the name of the outbound community that all outbound routes will be stamped with | | |
| `inboundCommunity` _string_ | InboundCommunity is the inbound community to filter routes from the external system (e.g. 65102:5000) | | |
| `outboundCommunity` _string_ | OutboundCommunity is theoutbound community that all outbound routes will be stamped with (e.g. 50000:50001) | | |


#### ExternalStatus
Expand Down

0 comments on commit 7d6c96d

Please sign in to comment.