diff --git a/doc/api_samples/os-console-auth-tokens/v2.31/create-serial-console-req.json b/doc/api_samples/os-console-auth-tokens/v2.31/create-serial-console-req.json new file mode 100644 index 0000000000..53f08bf6db --- /dev/null +++ b/doc/api_samples/os-console-auth-tokens/v2.31/create-serial-console-req.json @@ -0,0 +1,6 @@ +{ + "remote_console": { + "protocol": "serial", + "type": "serial" + } +} \ No newline at end of file diff --git a/doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json b/doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json new file mode 100644 index 0000000000..1ba9207124 --- /dev/null +++ b/doc/api_samples/os-keypairs/v2.92/keypairs-post-req.json @@ -0,0 +1,7 @@ +{ + "keypair": { + "name": "foo", + "type": "ssh", + "user_id": "fake" + } +} \ No newline at end of file diff --git a/doc/api_samples/os-remote-consoles/v2.6/create-rdp-console-req.json b/doc/api_samples/os-remote-consoles/v2.6/create-rdp-console-req.json new file mode 100644 index 0000000000..d44203b095 --- /dev/null +++ b/doc/api_samples/os-remote-consoles/v2.6/create-rdp-console-req.json @@ -0,0 +1,6 @@ +{ + "remote_console": { + "protocol": "rdp", + "type": "rdp-html5" + } +} \ No newline at end of file diff --git a/doc/api_samples/os-shelve/v2.77/os-unshelve.json b/doc/api_samples/os-shelve/v2.77/os-unshelve.json new file mode 100644 index 0000000000..fd05c2a2fe --- /dev/null +++ b/doc/api_samples/os-shelve/v2.77/os-unshelve.json @@ -0,0 +1,3 @@ +{ + "unshelve": null +} \ No newline at end of file diff --git a/doc/api_samples/os-shelve/v2.91/os-shelve.json b/doc/api_samples/os-shelve/v2.91/os-shelve.json new file mode 100644 index 0000000000..e33b05865a --- /dev/null +++ b/doc/api_samples/os-shelve/v2.91/os-shelve.json @@ -0,0 +1,3 @@ +{ + "shelve": null +} \ No newline at end of file diff --git a/doc/api_samples/os-shelve/v2.91/os-unshelve-az.json b/doc/api_samples/os-shelve/v2.91/os-unshelve-az.json new file mode 100644 index 0000000000..8ca146b593 --- /dev/null +++ b/doc/api_samples/os-shelve/v2.91/os-unshelve-az.json @@ -0,0 +1,5 @@ +{ + "unshelve": { + "availability_zone": "us-west" + } +} \ No newline at end of file diff --git a/doc/api_samples/os-shelve/v2.91/os-unshelve.json b/doc/api_samples/os-shelve/v2.91/os-unshelve.json new file mode 100644 index 0000000000..fd05c2a2fe --- /dev/null +++ b/doc/api_samples/os-shelve/v2.91/os-unshelve.json @@ -0,0 +1,3 @@ +{ + "unshelve": null +} \ No newline at end of file