Find-missed-schedule-jobs operation


The find-missed-schedule-jobs operation finds the job schedules that did not run.

The following table describes the elements for this request:


 Adapter request elements for the find-missed-schedule-jobs operation

The following figure shows a sample adapter request for the find-missed-command-schedule-jobs operation:

Sample adapter request for the find-missed-schedule-jobs operation

<tsm-request>
 <operation-name>find-missed-schedule-jobs</operation-name>
 <command-request>
   <timeout-secs>30</timeout-secs>
   <command-options>
     <status>Missed</status>
     <domain-name>standard</domain-name>
     <schedule-name>'*'</schedule-name>
     <type>client</type>
   </command-options>
   <command-arguments />
 </command-request>
</tsm-request>


The following figure shows the adapter response for the sample request:

Sample adapter response for the find-missed-schedule-jobs operation

 <tsm-response>
 <metadata>
   <status>success</status>
   <count>1</count>
 </metadata>
 <commands-output>
   <command-output>
     <metadata>
       <command> dsmadmc -displaymode=list -id=admin -password=admin query event standard '*' type=client</command>
       <line-count>458</line-count>
       <execution-milliseconds>187</execution-milliseconds>
       <exit-code>0</exit-code>
       <status>success</status>
     </metadata>
     <output>
       <events>
         <event>
           <scheduled-start>08/18/09   00:00:00</scheduled-start>
           <actual-start />
           <schedule-name>TEST010</schedule-name>
           <node-name>shirley,john</node-name>
           <status>Missed</status>
         </event>
...
       </events>
     </output>
   </command-output>
 </commands-output>
</tsm-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*