blob: 2940adee10e7e354f22f462c6bddb8bbecdc3c93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
<!DOCTYPE html>
<html>
<head>
<title>SO Openstack Adapters</title>
</head>
<body>
<div>
<table style="width:100%">
<tr><td>
<a href="/services/rest/services">Available Services</a>
</td></tr>
<tr>
<tr><td>
<a href="/swagger/index.html">Swagger UI</a>
</td>
</tr>
<tr>
<td>
<a href="/env">View Current Properties</a>
</td>
</tr>
<tr>
<td>
<a href="/manage/health">View Health</a>
</td>
</tr>
<tr>
<td>
<a href="/metrics">View Metrics</a>
</td>
</tr>
</table>
</div>
</body>
</html>
|