File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ================
2+ network topology
3+ ================
4+
5+ A **network topology ** shows a topological graph about
6+ devices which connect to the specific network. Also, it
7+ will return availability information for each individual
8+ device within the network as well. One other thing to note
9+ is that it is the intention for OSC to collect data from
10+ existing REST APIs
11+
12+ Network v2
13+
14+ network topology list
15+ ---------------------
16+
17+ List network topologies
18+
19+ .. program :: network topology list
20+ .. code :: bash
21+
22+ os network topology list
23+ [--project < project> ]
24+
25+ .. option :: --project <project >
26+
27+ List network topologies for given project
28+ (name or ID)
29+
30+ network topology show
31+ ---------------------
32+
33+ Show network topology details
34+
35+ .. program :: network topology show
36+ .. code :: bash
37+
38+ os network topology show
39+ < network>
40+
41+ .. _network_topology_show-network
42+ .. describe :: <network>
43+
44+ Show network topology for a specific network (name or ID)
You can’t perform that action at this time.
0 commit comments