aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/sdc/catalog_resource_alloted_resource.jinja
blob: 6992e3200cd36aabe32ec2c809097d5903d90d77 (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
{
  "artifacts": {},
  "toscaArtifacts": {},
  "contactId": "cs0008",
  "categories": [
    {
      "name": "Allotted Resource",
      "normalizedName": "allotted resource",
      "uniqueId": "resourceNewCategory.allotted resource",
      "subcategories": [
        {
          "name": "{{subcategory}}",
          "normalizedName": "{{subcategory}}",
          "uniqueId": "resourceNewCategory.allotted resource.{{subcategory}}",
          "icons": [
            "allotted_resource"
          ]
        }
      ]
    }
  ],
  "description": "Alloted Resource {{subcategory}}",
  "icon": "defaulticon",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "name": "{{software_product_name}}",
  "tags": [
    "{{software_product_name}}"
  ],
  "capabilities": {},
  "requirements": {},
  "deploymentArtifacts": {},
  "componentType": "RESOURCE",
  "vendorName": "{{vendor_name}}",
  "vendorRelease": "1.0",
  "componentInstances": [],
  "properties": [],
  "attributes": [],
  "groups": [],
  "resourceType": "VF"
}