Skip to content

Commit 5bd7d68

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add network-topolopy support"
2 parents 9f61481 + 2a5ab35 commit 5bd7d68

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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)

0 commit comments

Comments
 (0)