Table of Contents |
---|
Create the SLI-API input model
...
- Go to the swagger ui on the SDNC controller at http://<sdnc_ip:8282/apidoc/explorer/index.html
- Select the SLI-API to open up its methods
- Select the "/operations/SLI-API:execute-graph"
- Paste the json string from the first step into the box
Click on "Try It out!"
- You should see a 200 ok response and any data returned by the Directed Graph
Log into SDNC and check the svclogic.log and see the results.
Other Topics
Understanding the the GENERIC-RESOURCE-APIs
Next Steps
- You can add additional parameters to the input JSON and create input for other operations like vBRG config
- You can add a REST API CALL Node to call the Netconf interface to configure a vGW device
- You can add an AAI node to update AAI
- You can repeat this process for other Directed Graph like Deactivate
...