4 ISR Provisioning API

The Oracle Communications Interactive Session Recorderi supports REST APIs to provision the following features:
  • Recording Format Profiles
  • Routes
  • Users
  • Accounts

The provisioning API feature is available for all user types except Tenant Users and API Users and can configure all parameters within each feature except for Email and Password.

All of the provision APIs use HTTPS standards. Any HTTP request is redirected to HTTPS before sending to ensure data privacy. The JWT token generated for Provision APIs is valid for 1 hour (default) from the time it is generated. JWT token expiry time can be configured in the application.properties file. The value needs to be changed for the jwt.token.validityInSec=3600 field. For the changes to take effect, you must restart the provapi server.

Note:

You must send the complete object for the specified API PUT requests. If any field is missing, the application changes the missing value to the default value. For sending an incomplete object with missing fields, PATCH request functionality is available.