tacker/samples/mistral/workflows/input/create_vnf.json
Shaik Apsar d55db757db Implement tacker workflows
1. std.create_vnf for VNF creation.
2. std.create_vnfd for VNFD creation.
3. std.delete_vnf for VNF deletion.
4. std.delete_vnfd for VNFD deletion.

Change-Id: I2c16c771d468db58728218fcf94154796e955ebb
Implements: blueprint tacker-workflows
2016-08-14 17:06:44 -04:00

12 lines
360 B
JSON

{
"body": {
"vnf": {
"attributes": {},
"vim_id": "",
"description": "Sample for tacker.create_vnf action",
"vnfd_id": "dda99d4c-f24d-4550-b104-0958fef427b3",
"name": "tacker-create-vnf"
}
}
}