aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/etc/payloads/catalog_resource.jinja
blob: 74899128793f76f17c83b8b74a28b75cd3a1b80b (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
{
  "artifacts": {},
  "toscaArtifacts": {},
  "contactId": "{{contact_id}}",
  "categories": {{categories|tojson(indent=4)}},
  "description": "{{vnf_description}}",
  "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"
}