Versions Compared

Key

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

...

  1. Go to the swagger ui on the SDNC controller at http://<sdnc_ip:8282/apidoc/explorer/index.html
  2. Select the SLI-API to open up its methods
  3. Select the "/operations/SLI-API:execute-graph"
  4. Paste the json string from the first step into the box 



  5. Click on "Try It out!"

  6. You should see a 200 ok response and any data returned by the Directed Graph
  7. Log into SDNC and check the svclogic.log and see the results.


Other Topics

Understanding the the GENERIC-RESOURCE-APIs



Next Steps

  1. You can add additional parameters to the input JSON and create input for other operations like vBRG config
  2. You can add a REST API CALL Node to call the Netconf interface to configure a vGW device
  3. You can add an AAI node to update AAI  
  4. You can repeat this process for other Directed Graph like Deactivate 

...