Appendix - Service Chaining 1.0 alternate API instructions
Use alternate API-based steps to deploy Nutanix Service Chaining 1.0 when UI-based steps cannot complete every task.
vSensor Deployment Step 3 Alternate API Instructions
Step 3.1 - Create the network_function_provider category
PUT - https://{{pc_ip}}:9440/api/nutanix/v3/categories/network_function_provider{
"name": "network_function_provider"
}{
"system_defined": false,
"name": "network_function_provider",
"description": null
}Step 3.2 - Assign a value to the category we just created
Step 3.3 - Verify the category and value for the network_function_provider
vSensor Deployment Step 4 Alternate API Instructions
vSensor Deployment Step 6 Alternate API Instructions
Step 6.2 - Get the UUID of the network function VM (vSensor)
Step 6.3 - GET all values for all parameters of the network function VM (vSensor)
Step 6.4 - Add the network function provider category and value to the vSensor VM specifications.
vSensor Deployment Step 7 Alternate API Instructions
Step 7.1 - List Available Networks (Subnets)

Step 7.2 - Get the Subnet Details Using the Retrieved UUID
Step 7.3 - Update the Subnet to Reference the Network Function Chain
Last updated
Was this helpful?