| ||
| detail: element | attribute | value | ||
XML Example:<PutHostServerMoveResponse> <about_order>AboutOrder</about_order> <error_info>IErrorInfo</error_info> zero or N[<extended_error_infos>IErrorInfo</extended_error_infos>] <human_readable_message>xsd:string</human_readable_message> zero or N[<move_messages>xsd:string</move_messages>] <move_request>VPSMoveRequest</move_request> <redirect_uri>xsd:string</redirect_uri> <response_display_duration_type>SHORT | REGULAR | PERMANENT</response_display_duration_type> <response_type>OK | ERROR</response_type> <running_vps_info>RunningVPSInfo</running_vps_info> <status_code>xsd:int</status_code> <status_message>xsd:string</status_message> <vps_move_request>VPSMoveRequest</vps_move_request> </PutHostServerMoveResponse> | JSON Example:{"PutHostServerMoveResponse":
{
"about_order": AboutOrder,
"error_info": IErrorInfo,
"extended_error_infos": [IErrorInfo],
"human_readable_message": String,
"move_messages": [String],
"move_request": VPSMoveRequest,
"redirect_uri": String,
"response_display_duration_type": 'SHORT' | 'REGULAR' | 'PERMANENT',
"response_type": 'OK' | 'ERROR',
"running_vps_info": RunningVPSInfo,
"status_code": Number,
"status_message": String,
"vps_move_request": VPSMoveRequest,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| about_order | AboutOrder | false | false | The status of the server after the move. | |
| error_info | IErrorInfo | false | false | If the response type is an error, then this can contain more information about the error. | |
| extended_error_infos | zero or N[IErrorInfo] | false | false | e.g. | |
| human_readable_message | xsd:string | false | false | A message summarizing the request result. | |
| move_messages | zero or N[xsd:string] | false | false | Information about what happened during the move. | |
| move_request | VPSMoveRequest | false | false | The request body that we received from you, plus and defaults/tweaks we applied. So you can check any changes we made and verify that your request body is being marshalled as you expected. | |
| redirect_uri | xsd:string | false | false | A suggestion from the server about which URI to go to after this request. | |
| response_display_duration_type | SHORT | REGULAR | PERMANENT | false | false | An indicator for a UI about how long to display a message. | |
| response_type | OK | ERROR | false | false | Whether the response is an AOK or error response. | |
| running_vps_info | RunningVPSInfo | false | false | Info on the server as it after the move request. | |
| status_code | xsd:int | false | false | May the status code be for ever 2xx. | |
| status_message | xsd:string | false | false | The status message (should match the status code). | |
| vps_move_request | VPSMoveRequest | false | false | An echo of your request arguments, tweaked/mangled to fit the move. |
| ||
| detail: element | attribute | value | ||