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

Descargar
Página de 136
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
)
Related Error Codes:
Events Triggered:
None
 
Availability:
Available since API Version 1.0 
Release:
8.5(1)
Notes and Examples:
Examples for signOut
Example 1
To signOut a user who was previously signed in:
HTTPS POST:
https://10.194.118.1:8440/ora/authenticationService/authentication/signIn
Headers:
JSESSIONID: <the jsessionId received from a previous signIn request>
Content-Type: application/json
Request Body:
None.
The user identified by the JSESSIONID is signed out.
Part 3 - List of Events Triggered
The Events Triggered are sorted into these categories:
 
128