Network
API endpoints for network related operations.
SiteBlockSchema
Bases: OrchestratorBaseModel
Site block schema.
Source code in gso/api/v1/network.py
RouterBlockSchema
Bases: OrchestratorBaseModel
Router block schema.
Source code in gso/api/v1/network.py
IptrunkSideBlockSchema
IptrunkBlockSchema
Bases: OrchestratorBaseModel
Iptrunk block schema.
Source code in gso/api/v1/network.py
IptrunkSchema
EdgePortSchema
L3InterfacePortSchema
PlacementPortBlockSchema
IPeeringConnectionSchema
CommercialPeerBlockSchema
CommercialPeerSchema
NetworkTopologyDomainModelSchema
Bases: OrchestratorBaseModel
Network topology domain model schema.
Source code in gso/api/v1/network.py
_calculate_iptrunk_capacity(iptrunk_sides, iptrunk_speed)
Calculate the total capacity of an IP trunk.
Source code in gso/api/v1/network.py
network_topology()
Retrieve the network topology.