diff --git a/api-ref/src/docbkx/api-ref.xml b/api-ref/src/docbkx/api-ref.xml index a1eab2a0f..d31f11913 100644 --- a/api-ref/src/docbkx/api-ref.xml +++ b/api-ref/src/docbkx/api-ref.xml @@ -100,6 +100,14 @@ href="../wadls/compute-api/src/ext/os-consoles.wadl" xmlns:wadl="http://wadl.dev.java.net/2009/02"/> + + Server Password + This extension retrieves and resets the encrypted + admin password set through metadata service. + + Server Start/Stop Starts and stops a server. diff --git a/api-ref/src/wadls/compute-api/src/ext/os-server-password.wadl b/api-ref/src/wadls/compute-api/src/ext/os-server-password.wadl new file mode 100644 index 000000000..28ccc953d --- /dev/null +++ b/api-ref/src/wadls/compute-api/src/ext/os-server-password.wadl @@ -0,0 +1,79 @@ + + + + + + + + + + + + + The UUID for the server of interest to you. + + + + + + + + + + + + + + + + Retrieve the admin password for the specified server. + + + + + + + + + + + + + + + + + + + + Reset the admin password for the specified server. + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ The UUID for the server of interest to you. +
+ Retrieve the admin password for the specified server. +
+ Reset the admin password for the specified server. +