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:
Stephen Finucane
2024-12-04 12:18:33 +00:00
parent 02a6c48b38
commit 4520a058c8
7 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"remote_console": {
"protocol": "serial",
"type": "serial"
}
}

View File

@@ -0,0 +1,7 @@
{
"keypair": {
"name": "foo",
"type": "ssh",
"user_id": "fake"
}
}

View File

@@ -0,0 +1,6 @@
{
"remote_console": {
"protocol": "rdp",
"type": "rdp-html5"
}
}

View File

@@ -0,0 +1,3 @@
{
"unshelve": null
}

View File

@@ -0,0 +1,3 @@
{
"shelve": null
}

View File

@@ -0,0 +1,5 @@
{
"unshelve": {
"availability_zone": "us-west"
}
}

View File

@@ -0,0 +1,3 @@
{
"unshelve": null
}