XML Example:<GetDataTransferUsageAndOtherVPSStatusInformation>
<data_transfer_usage_info>DataTransferUsageInfo</data_transfer_usage_info>
<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>
<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>
</GetDataTransferUsageAndOtherVPSStatusInformation>
| JSON Example:{"GetDataTransferUsageAndOtherVPSStatusInformation":
{
"data_transfer_usage_info": DataTransferUsageInfo,
"error_info": IErrorInfo,
"extended_error_infos": [IErrorInfo],
"host_server_info": HostServerInfo,
"human_readable_message": String,
"redirect_uri": String,
"response_display_duration_type": 'SHORT' | 'REGULAR' | 'PERMANENT',
"response_type": 'OK' | 'ERROR',
"running_vps_info": RunningVPSInfo,
"status_code": Number,
"status_message": String,
}
}
|