05a86b3d57
Add initial API reference, which covers all inspector endpoits. The conf.py and the tox environment are stolen from ironic. Co-Authored-By: Kaifeng Wang <kaifeng.w@gmail.com> Change-Id: I5009e8708dcad8ab25380f7bf574125d6e758ef5
32 lines
517 B
JSON
32 lines
517 B
JSON
{
|
|
"resources": [
|
|
{
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:5050/v1/introspection",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"name": "introspection"
|
|
},
|
|
{
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:5050/v1/continue",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"name": "continue"
|
|
},
|
|
{
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:5050/v1/rules",
|
|
"rel": "self"
|
|
}
|
|
],
|
|
"name": "rules"
|
|
}
|
|
]
|
|
}
|