aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/etc/payloads/catalog_resource.jinja
blob: b051bcb87791527a3d8a89261a6edf6c63ff5a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "artifacts": {},
  "toscaArtifacts": {},
  "contactId": "cs0008",
  "categories": [
    {
      "name": "Generic",
      "normalizedName": "generic",
      "uniqueId": "resourceNewCategory.generic",
      "subcategories": [
        {
          "name": "Abstract",
          "normalizedName": "abstract",
          "uniqueId": "resourceNewCategory.generic.abstract",
          "icons": [
            "database"
          ]
        }
      ]
    }
  ],
  "description": "vendor software product",
  "icon": "defaulticon",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "name": "{{vnf_name}}",
  "tags": [
    "{{vnf_name}}"
  ],
  "capabilities": {},
  "requirements": {},
  "deploymentArtifacts": {},
  "componentType": "RESOURCE",
  "vendorName": "{{vendor_name}}",
  "vendorRelease": "1.0",
  "componentInstances": [],
  "properties": [],
  "attributes": [],
  "groups": [],
  "resourceType": "{{resource_type}}",
  "csarUUID": "{{software_product_id}}",
  "csarVersion": "1.0"
}