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

Descargar
Página de 136
Successful JSON
Response Schema:
{
    
: 2000,
"responseCode"
    
,
"responseMessage"
"Successful"
    
"jobId"
"<
 is a string>"
this
}
Failure JSON Response
Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
"detail"
"<
 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:
See 
 
deleteJob
deleteJob
Description:
Use this API to delete a job from the database. This API is only applicable to a job that has already been
completed, canceled, or in an error state. 
If the job is in the RUNNING state, use the 
 API to first stop the job and then use the 
API to delete that job. 
This API deletes job details and all job results from the database.
API URI:
https://<host>:<port>/ora/managementService/manage/deleteJob
Supported Response
Formats:
JSON
HTTP Method:
POST
Request Parameters:
{
    
: {
"requestParameters"
        
"jobId"
"<replace with your string>"
    }
}
Header Parameters:
JSESSIONID 
Parameter Description:
Go to the 
.
 
60