96fa6965db
Adds the ability to delete jobs from the iDRAC job queue. Change-Id: I0e34cc850b968533782af45ef6e61206a3f04949 Co-Authored-By: Richard G. Pioso <richard.pioso@dell.com>
21 lines
802 B
XML
21 lines
802 B
XML
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
|
|
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
|
|
xmlns:n1="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_JobService">
|
|
<s:Header>
|
|
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
|
|
</wsa:To>
|
|
<wsa:Action>http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_JobService/DeleteJobQueueResponse
|
|
</wsa:Action>
|
|
<wsa:RelatesTo>uuid:bd334a80-bd6f-4fc9-88cc-9c9cb79d41e8
|
|
</wsa:RelatesTo>
|
|
<wsa:MessageID>uuid:ce21f862-70ac-10ac-b40d-64b5b4da6618
|
|
</wsa:MessageID>
|
|
</s:Header>
|
|
<s:Body>
|
|
<n1:DeleteJobQueue_OUTPUT>
|
|
<n1:Message>Invalid Job ID</n1:Message>
|
|
<n1:MessageID>SUP011</n1:MessageID>
|
|
<n1:ReturnValue>2</n1:ReturnValue>
|
|
</n1:DeleteJobQueue_OUTPUT>
|
|
</s:Body>
|
|
</s:Envelope> |