The following steps outline the deployment scenario:

  1.  Bootstrap the node. By default, admin user is created with CLI access only.
  2. Enable REST API support in SBC by using CLI or EMA.

CLI method:

% set system admin {YOUR_SYSTEM_NAME} rest state enabled  
% set oam localAuth user admin m2mAccess enabled
% commit

  EMA method:

  1. Navigate to the following path  All > System > Admin > EMA > {YOUR_SYSTEM_NAME} > Enable REST
  2. Set State to "Enabled".
  3. Navigate to the path Navigator > User Management > Admin user.

  4. Select  “Allow Machine to Machine Access (REST)” option.

  5.  Select "Allow Interactive Access ( CLI and EMA) option. 

  6. Click Save to save the configuration.  


Verify REST API support using the REST API command:

 curl -kisu admin:xxxx https://{SBX-MGMT-IP}/api/config/addressContext/ 

You can alter the steps above to enable the REST API support for any CLI / WebUI user.



  • No labels