UNPKG
@lxdhub/api
Version:
latest (1.10.3)
unstable (1.10.6-alpha.24)
1.10.6-alpha.24
1.10.6-alpha.23
1.10.6-alpha.21
1.10.6-alpha.18
1.10.6-alpha.16
1.10.6-alpha.7
1.10.6-alpha.4
1.10.6-alpha.1
1.10.6-alpha.0
1.10.3
1.10.3-alpha.1
1.10.2
1.10.2-alpha.49
1.10.2-alpha.42
1.10.2-alpha.41
1.10.2-alpha.40
1.10.1
1.10.0
1.9.2-0
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.0
1.4.0
1.3.0
Display, search and copy LXD-images using a web interface.
github.com/Roche/lxdhub
Roche/lxdhub
@lxdhub/api
/
src
/
test
/
fixtures
/
ImageAvailability.json
25 lines
(24 loc)
•
294 B
JSON
View Raw
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
[
{
"id"
:
1
,
"available"
:
true
,
"image"
:
1
,
"remote"
:
1
}
,
{
"id"
:
4
,
"available"
:
false
,
"image"
:
1
,
"remote"
:
2
}
,
{
"id"
:
2
,
"available"
:
true
,
"image"
:
2
,
"remote"
:
1
}
,
{
"id"
:
3
,
"available"
:
true
,
"image"
:
2
,
"remote"
:
2
}
]