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": "${software_product_name}",
"tags": [
"${software_product_name}"
],
"capabilities": {},
"requirements": {},
"deploymentArtifacts": {},
"componentType": "RESOURCE",
"vendorName": "${vendor_name}",
"vendorRelease": "1.0",
"componentInstances": [],
"properties": [],
"attributes": [],
"groups": [],
"resourceType": "VF",
"csarUUID": "${software_product_id}",
"csarVersion": "1.0"
}
|