Basic FACE Commands

This section describes the FACE commands used to obtain information about the version of ISR you are running and FACE login credentials.

Version Info

Example Request:
$ curl -k https://<FACE_host_name_or_IP>:8443/Face/version
Example Response:
<result>
<version>5.2.0M1P0 build 2016.12.15_13.29</version>
</result>

Authentication

Example Request:
$ curl -k -X POST --data 'userEmail=israpi@acmepacket.com&password=Admin1234' https://<FACE_host_name_or_IP>:8443/Face/login
Example Response:
<?xml version="1.0" encoding="UTF-16"?>
<result><code>0</code><message>ACK</message>
<token>0b007a4d-5593-4393-a8ef-bc7e6384e97</token><expiration>3600seconds</expiration></result>

Note:

User emails are not case sensitive, therefore, in Authentication requests, user emails test@oracle.com and TEST@ORACLE.COM are both treated the same.