Cisco Cisco MediaSense Release 9.0(1) Developer's Guide

Page of 136
Successful JSON
Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"<
 is a string>"
this
    
: {
"responseBody"
        
: [
"job"
            {
                
:
,
"jobType" "<
 is a string>"
this
                
:<
 is an integer>,
"jobDuration"
this
                
,
"jobStartTime"
"<
 is a string>"
this
                
,
"jobId"
"<
 is a string>"
this
                
"jobState"
"<
 is a string>"
this
            }
        ] ,
        
: [
"jobOperationsResultset"
            {
                
: <
 is an integer>,
"responseCode"
this
                
,
"operationData"
"<
 is a string>"
this
                
,
"operationId"
"<
 is a string>"
this
                
            },
"operationResponse"
"<
 is a string>"
this
           {
              ..              ..
            },
            ..
        ]
    }
}
Failure JSON
Response Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
,
"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 getJobResult
Example 1
HTTP POST:
 
65