getRestartSystemStatus

The getRestartSystemStatus method returns the status of the last restartSystem method call.

Request Parameters
None

This result indicates the restart is still processing which means the system reboot has initiated

Response Parameters (return element children)
result


A result code such as internal.request.complete that describes the result. See Error Codes in the Developer's Guide for details.
restartSystemStatus


The current restart status in this form:
internal.request.status

The status is either of these:
internal.request.processing - The restart is still in progress
internal.request.complete - The restart has completed
Example Request and Response
Request Response
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
		<wsa:Action>urn:getRestartSystemStatus</wsa:Action>
		<wsa:MessageID>uuid:d31cbc57-639c-4b90-b34c-ee235dede2f1</wsa:MessageID>
		<wsa:ReplyTo>
			<wsa:Address>http://server/servlet/WSACallBackHandler</wsa:Address>
			<wsa:PortType xmlns:ns1="http://example.org">ns1:LocalPart</wsa:PortType>
		</wsa:ReplyTo>
		<wsa:To>https://server/platform-services/services/RestartSystemStatusService. RestartSystemStatusServiceHttpSoap11Endpoint/</wsa:To>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<getRestartSystemStatus xmlns="server_url"/>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
									
								
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
		<wsa:To>http://server/servlet/WSACallBackHandler</wsa:To>
		<wsa:MessageID>urn:uuid:2E42FE5EA44715D2481297190589523</wsa:MessageID>
		<wsa:Action>urn:getRestartSystemStatusResponse</wsa:Action>
		<wsa:RelatesTo>uuid:b09d02c6-1591-4e4f-a8f0-91b29ef9322d</wsa:RelatesTo>
	</soapenv:Header>
	<soapenv:Body>
		<ns:getRestartSystemStatusResponse xmlns:ns="server_url">
			<ns:return xmlns:ax268="server_url/xsd" xmlns:ax267="server_url/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax267:RestartSystemStatusResponse">
				<ax267:result>internal.request.complete</ax267:result>
				<ax267:restartSystemStatus>internal.request.processing</ax267:restartSystemStatus>
			</ns:return>
		</ns:getRestartSystemStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>
									
								

This result indicates that the system has successfully rebooted. It is possible to get this result for an imminent reboot.

Response Parameters (return element children)
result


A result code such as internal.request.complete that describes the result. See Error Codes in the Developer's Guide for details.
restartSystemStatus


The current restart status in this form:
internal.request.status

The status is either of these:
internal.request.processing - The restart is still in progress
internal.request.complete - The restart has completed
Example Request and Response
Request Response
<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
		<wsa:Action>urn:getRestartSystemStatus</wsa:Action>
		<wsa:MessageID>uuid:d31cbc57-639c-4b90-b34c-ee235dede2f1</wsa:MessageID>
		<wsa:ReplyTo>
			<wsa:Address>http://server/servlet/WSACallBackHandler</wsa:Address>
			<wsa:PortType xmlns:ns1="http://example.org">ns1:LocalPart</wsa:PortType>
		</wsa:ReplyTo>
		<wsa:To>https://server/platform-services/services/RestartSystemStatusService. RestartSystemStatusServiceHttpSoap11Endpoint/</wsa:To>
	</SOAP-ENV:Header>
	<SOAP-ENV:Body>
		<getRestartSystemStatus xmlns="server_url"/>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
									
								
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
	<soapenv:Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
		<wsa:To>http://server/servlet/WSACallBackHandler</wsa:To>
		<wsa:MessageID>urn:uuid:097F0E1D94EB4FF1211299287816587</wsa:MessageID>
		<wsa:Action>urn:getRestartSystemStatusResponse</wsa:Action>
		<wsa:RelatesTo>uuid:2ab76ca9-397e-4853-bf4f-dfccb79ebb2d</wsa:RelatesTo>
	</soapenv:Header>
	<soapenv:Body>
		<ns:getRestartSystemStatusResponse xmlns:ns="server_url">
			<ns:return xmlns:ax268="server_url/xsd" xmlns:ax267="server_url/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ax267:RestartSystemStatusResponse">
				<ax267:result>internal.request.complete</ax267:result>
				<ax267:restartSystemStatus>internal.request.complete</ax267:restartSystemStatus>
			</ns:return>
		</ns:getRestartSystemStatusResponse>
	</soapenv:Body>
</soapenv:Envelope>