Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#FAFAFA
borderStylenone

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:

Code Block
% 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  Navigator >  All > System > Admin > Admin > EMA > {YOUR_SYSTEM_NAME}  > Rest > 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.   


Info

Verify REST API support using the REST API command:

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



Note

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