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

Page of 136
Session Management
Session
 
Management
Use these APIs to manage recorded sessions. These APIs allow you to perform operations such as adding/deleting tags, deleting sessions
and so forth.
Add a New API
addSessionTag
addSessionTag
Description:
Use this API to add 
 to 
 
tags
closed (already recorded) or active (currently being recorded) sessions. A tag is
the name assigned by the user to label a recording.
API URI:
https://<host>:<port>/ora/managementService/manage/addSessionTag
Supported
Response Format:
JSON
HTTP Method:
POST
Request Parameters:
{
   
:
"requestParameters"
                {
                
,
"sessionId"
"<replace with your string>"
                                
,
"tagName"
"<replace with your string>"
                                
: <replace with your integer>
"tagOffset"
               }
}
Header Parameters:
JSESSIONID
Parameter Description:
Go to the 
Successful JSON
Response Schema:
{
         
: 2000,
"responseCode"
         
"responseMessage"
"Successful"
 }
Failure JSON Response
Schema:
{
    
: <
 is an integer>,
"responseCode"
this
    
,
"responseMessage"
"Failure: <
 is a string>"
this
    
"detail"
"<
 is a string>"
this
}
 
80