"Fossies" - the Fresh Open Source Software Archive 
Member "tacker-2.0.0/api-ref/source/v1/samples/nsds/nsds-list-response.json" (16 Oct 2019, 1010 Bytes) of package /linux/misc/openstack/tacker-2.0.0.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 {
2 "nsd": [
3 {
4 "name": "nsd1"
5 "description": "nsd-sample",
6 "id": "99b2851e-a6a7-4467-9554-0eb50633f012",
7 "tenant_id": "a81900a92bda40588c52699e1873a92f",
8 "created_at": "2017-01-30 07:10:29.809127",
9 "updated_at": null,
10 "attributes": {
11 "nsd": "imports: [vnf1, vnf2]\ntopology_template:\n inputs:\n vl1_name: {default: net_mgmt, description: name of VL1 virtuallink, type: string}\n vl2_name: {default: net0, description: name of VL2 virtuallink, type: string}\n node_templates:\n VL1:\n properties:\n network_name: {get_input: vl1_name}\n vendor: tacker\n type: tosca.nodes.nfv.VL\n VL2:\n properties:\n network_name: {get_input: vl2_name}\n vendor: tacker\n type: tosca.nodes.nfv.VL\n VNF1:\n requirements:\n - {virtualLink1: VL1}\n - {virtualLink2: VL2}\n type: tosca.nodes.nfv.VNF1\ntosca_definitions_version: tosca_simple_profile_for_nfv_1_0_0\n"
12 },
13 }
14 ]
15 }
16