Get server password

Method URI Description
GET /v2/{tenant_id}/servers/{server_id}/os-server-password Gets the administrative password for a specified server.

Normal response codes: 200

Request

This table shows the URI parameters for the get server password request:

Name Type Description
{tenant_id} UUID Project ID
{server_id} UUID The UUID for the server of interest to you.

This operation does not require a request body.

Response

Example. Get server password: JSON response


{
	"password": "xlozO3wLCBRWAa2yDjCCVx8vwNPypxnypmRYDa/zErlQ+EzPe1S/Gz6nfmC5
2mOlOSCRuUOmG7kqqgejPof6M7bOezS387zjq4LSvvwp28zUknzy4YzfFGhnHAdai3TxUJ26pfQ
CYrq8UTzmKF2Bq8ioSEtVVzM0A96pDh8W2i7BOz6MdoiI1K2LsuipfxSJR7Wdke4zNXJjHHP2Rf
YsVbZ/k9ANu+Nz4iIH8/7Cacud/pphH7EjrY6a4RZNrjQskrhKYed0YERpotyjYk1eDtRe72Gr
SiXteqCM4biaQ5w3ruS+AcX//PXk3uJ5kC7d67fPXaVz4WaQRYMg=="
}