Difference between revisions of "API Credentials"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with "Category:API Category:NetFlow Using the API requires valid credentials. These can be supplied for either a local user or a portal user. Using the API as a local user:...")
 
 
Line 5: Line 5:
 
Using the API as a local user:
 
Using the API as a local user:
 
<pre>
 
<pre>
  http://xxx.xx.xx.xx:7902/rest/api?jsonRequest={}&userName=user&userPass=userpass
+
  http://xxx.xxx.xxx.xxx:7902/rest/api?jsonRequest={}&userName=user&userPass=userpass
 
</pre>
 
</pre>
  
 
Using the API as a portal user:
 
Using the API as a portal user:
 
<pre>
 
<pre>
  http://xxx.xx.xx.xx:7902/rest/api?jsonRequest={}api?portalUser=admin@myipsla.com
+
  http://xxx.xxx.xxx.xxx:7902/rest/api?jsonRequest={}api?portalUser=admin@myipsla.com
 
</pre>
 
</pre>

Latest revision as of 14:23, 13 November 2019

Using the API requires valid credentials. These can be supplied for either a local user or a portal user.

Using the API as a local user:

 http://xxx.xxx.xxx.xxx:7902/rest/api?jsonRequest={}&userName=user&userPass=userpass

Using the API as a portal user:

 http://xxx.xxx.xxx.xxx:7902/rest/api?jsonRequest={}api?portalUser=admin@myipsla.com