doc: Add missing API samples
These have been introduced at some point and now appear when running the API samples test with GENERATE_SAMPLES=True. Add them. Change-Id: Ic4b6b685f17e8d411776e20f239daa0736ae9a0b Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"remote_console": {
|
||||
"protocol": "serial",
|
||||
"type": "serial"
|
||||
}
|
||||
}
|
7
doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json
Normal file
7
doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"keypair": {
|
||||
"name": "foo",
|
||||
"type": "ssh",
|
||||
"user_id": "fake"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"remote_console": {
|
||||
"protocol": "rdp",
|
||||
"type": "rdp-html5"
|
||||
}
|
||||
}
|
3
doc/api_samples/os-shelve/v2.77/os-unshelve.json
Normal file
3
doc/api_samples/os-shelve/v2.77/os-unshelve.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"unshelve": null
|
||||
}
|
3
doc/api_samples/os-shelve/v2.91/os-shelve.json
Normal file
3
doc/api_samples/os-shelve/v2.91/os-shelve.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"shelve": null
|
||||
}
|
5
doc/api_samples/os-shelve/v2.91/os-unshelve-az.json
Normal file
5
doc/api_samples/os-shelve/v2.91/os-unshelve-az.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"unshelve": {
|
||||
"availability_zone": "us-west"
|
||||
}
|
||||
}
|
3
doc/api_samples/os-shelve/v2.91/os-unshelve.json
Normal file
3
doc/api_samples/os-shelve/v2.91/os-unshelve.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"unshelve": null
|
||||
}
|
Reference in New Issue
Block a user