Querying the Target Server Password in a Template
Function
This API is used to query the target server password configured in a template.
Calling Method
For details, see Calling APIs.
URI
GET /v3/vm/templates/{id}/target-password
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
id |
Yes |
String |
The template ID. Minimum length: 0 characters Maximum length: 255 characters |
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
The user token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. Minimum length: 1 character Maximum length: 16,384 characters |
Response
Status code: 200
Parameter |
Type |
Description |
---|---|---|
template_id |
String |
The template ID. Minimum length: 0 characters Maximum length: 255 characters |
target_password |
String |
The target server password. Minimum length: 0 characters Maximum length: 255 characters |
Example Request
This example queries the target server password configured in the specified template.
GET https://{endpoint}/v3/vm/templates/ef3b9722-07a0-40ae-89b0-889ee96dfc56/target-password
Example Response
Status code: 200
The target server password is returned.
{ "template_id" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx0001", "target_password" : "********" }
Status Codes
Status Code |
Description |
---|---|
200 |
The target server password is returned. |
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.