Retrieve the encrypted password for an instance
POST/portal/api/v1/instances/action/:instance_id/retrieve-password
Retrieves the encrypted password for a specific instance identified by instance_id
using the provided private key and passphrase.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Encrypted password retrieved successfully
Unauthorized
Forbidden
Resource not found.
Internal Server Error