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

Descargar
Página de 136
Content-Type: application/json
JSESSIONID: <the jsessionId received from a signIn request>
Body:
{
   
:
"requestParameters"
                {
                  
,
"sessionId"
"3212d734fd0a71"
                                
,
"tagName"
"demo"
    
: 10
"tagOffset"
               }
}
Response:
{
     
:
,
"responseMessage" "Success: Your request was successfully completed."
     
:2000
"responseCode"
}
Session Query
Session Query
Use these APIs to query the Cisco MediaSense system. The getSessions API supports advanced search using a combination of query
criteria.
To perform a simple search (such as searching for sessions by only a deviceRef), use the simpler wrapper APIs.
Add a New API
getAllActiveSessions
getAllActiveSessions
Description:
 
 sessionStart
Use this API to search all active recordings. The returned sessions are automatically sorted  by
Date (in
descending order).
API URI:
https://<
>:<
>/ora/queryService/query/getAllActiveSessions
host
port
 
87