XML Example:<PutRunningStateResponse>
<error_info>IErrorInfo</error_info>
zero or N[<extended_error_infos>IErrorInfo</extended_error_infos>]
<host_server_info>HostServerInfo</host_server_info>
<human_readable_message>xsd:string</human_readable_message>
<is_pinging>xsd:boolean</is_pinging>
<is_restarted>xsd:boolean</is_restarted>
<redirect_uri>xsd:string</redirect_uri>
<request>RunningStateChangeRequest</request>
<response_display_duration_type>SHORT | REGULAR | PERMANENT</response_display_duration_type>
<response_type>OK | ERROR</response_type>
zero or N[<running_state_messages>xsd:string</running_state_messages>]
<running_vps_info>RunningVPSInfo</running_vps_info>
<status_code>xsd:int</status_code>
<status_message>xsd:string</status_message>
</PutRunningStateResponse>
| JSON Example:{"PutRunningStateResponse":
{
"error_info": IErrorInfo,
"extended_error_infos": [IErrorInfo],
"host_server_info": HostServerInfo,
"human_readable_message": String,
"is_pinging": Boolean,
"is_restarted": Boolean,
"redirect_uri": String,
"request": RunningStateChangeRequest,
"response_display_duration_type": 'SHORT' | 'REGULAR' | 'PERMANENT',
"response_type": 'OK' | 'ERROR',
"running_state_messages": [String],
"running_vps_info": RunningVPSInfo,
"status_code": Number,
"status_message": String,
}
}
|