@@ -1063,10 +1063,10 @@ components:
10631063 type : object
10641064info :
10651065 title : RacksDB REST API
1066- version : 0.5.0
1066+ version : 0.6.0.dev1
10671067openapi : 3.0.0
10681068paths :
1069- /v0.5.0 /datacenters :
1069+ /v0.6.0.dev1 /datacenters :
10701070 get :
10711071 description : Get information about datacenters
10721072 parameters :
@@ -1127,7 +1127,7 @@ paths:
11271127 $ref : ' #/components/schemas/RacksDBDatacenter'
11281128 type : array
11291129 description : successful operation
1130- /v0.5.0 /draw/<entity>/<name>.<format> :
1130+ /v0.6.0.dev1 /draw/<entity>/<name>.<format> :
11311131 get :
11321132 description : Draw an entity
11331133 parameters :
@@ -1564,7 +1564,7 @@ paths:
15641564 schema :
15651565 $ref : ' #/components/schemas/Error'
15661566 description : Unable to load drawing parameters schema.
1567- /v0.5.0 /infrastructures :
1567+ /v0.6.0.dev1 /infrastructures :
15681568 get :
15691569 description : Get information about infrastructures
15701570 parameters :
@@ -1625,7 +1625,7 @@ paths:
16251625 $ref : ' #/components/schemas/RacksDBInfrastructure'
16261626 type : array
16271627 description : successful operation
1628- /v0.5.0 /nodes :
1628+ /v0.6.0.dev1 /nodes :
16291629 get :
16301630 description : Get information about nodes
16311631 parameters :
@@ -1692,7 +1692,7 @@ paths:
16921692 $ref : ' #/components/schemas/RacksDBNode'
16931693 type : array
16941694 description : successful operation
1695- /v0.5.0 /racks :
1695+ /v0.6.0.dev1 /racks :
16961696 get :
16971697 description : Get information about racks
16981698 parameters :
@@ -1743,7 +1743,7 @@ paths:
17431743 $ref : ' #/components/schemas/RacksDBRack'
17441744 type : array
17451745 description : successful operation
1746- /v0.5.0 /tags :
1746+ /v0.6.0.dev1 /tags :
17471747 get :
17481748 description : Get tags associated to infrastructure and equipment
17491749 parameters :
0 commit comments