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

Page of 136
Request Parameters:
{
   
: {
"requestParameters"
                            
"subscriptionId"
"<
 is a string>"
this
                        }
}
Header Parameters:
JSESSIONID
Parameter Description:
Go to the 
.
Successful JSON Response
Schema:
{
    
: 2000,
"responseCode"
    
,
"responseMessage"
"Successful"
    
:
"subscriptionStatus" "ACTIVE"
}
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 
, instead use 
Deprecated in API Version 1.1
Release:
8.5(1)
Notes and Examples:
The subscriptionStatus will be active on inactive depending upon whether the subscription exists or
not. 
Examples for verifyRecordingSubscription
Example 1
To verify that your recording subscription is active, use following API:
HTTP POST:
https://<host>:<port>/ora/eventService/event/verifyRecordingSubscription
 
56