Cisco Cisco MediaSense Release 9.0(1) Guía Del Desarrollador

Descargar
Página de 136
Successful JSON Response Schema:
{
: 2000
"responseCode"
"responseMessage"
"Successful"
:  {
"responseBody"
   
:[{
"jobs"
      
:
,
"jobType" "<
 is a string>"
this
      
:<
 is an integer>,
"jobDuration"
this
      
:<
 is an integer>,
"jobStartTime"
this
      
:
,
"jobId" "<
 is a string>"
this
      
:
"jobState" "<
 is a string>"
this
     }]
  }
}
Failure JSON Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
"responseMessage"
"Failure: <
 is a
this
,
string>"
    
,
"detail"
"<
 is a string>"
this
    
"jobId"
"<
 is a string>"
this
}
Related Error Codes:
Go to the 
Events Triggered:
None.
 
Availability:
Available since API Version 1.0 
Release:
8.5(1)
Notes and Examples:
Examples for getJobs
Example 1
HTTP POST:
https://10.194.118.1:8440/ora/queryService/query/getJobs
Headers:
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
 
69