Browse Source
Adds the ability to delete jobs from the iDRAC job queue. Change-Id: I0e34cc850b968533782af45ef6e61206a3f04949 Co-Authored-By: Richard G. Pioso <richard.pioso@dell.com>changes/09/581809/4
6 changed files with 236 additions and 0 deletions
@ -0,0 +1,21 @@
|
||||
<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> |
@ -0,0 +1,21 @@
|
||||
<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:5f1b62ee-19d4-4679-b083-477086856c79 |
||||
</wsa:RelatesTo> |
||||
<wsa:MessageID>uuid:07b2e831-70ae-10ae-b56f-64b5b4da6618 |
||||
</wsa:MessageID> |
||||
</s:Header> |
||||
<s:Body> |
||||
<n1:DeleteJobQueue_OUTPUT> |
||||
<n1:Message>The specified job was deleted</n1:Message> |
||||
<n1:MessageID>SUP020</n1:MessageID> |
||||
<n1:ReturnValue>0</n1:ReturnValue> |
||||
</n1:DeleteJobQueue_OUTPUT> |
||||
</s:Body> |
||||
</s:Envelope> |
Loading…
Reference in new issue