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
44
45
46
47
48
49
50
|
{
"artifacts": {},
"toscaArtifacts": {},
"contactId": "REPLACE USER_ID",
"categories": [
{
"name": "Generic",
"normalizedName": "generic",
"uniqueId": "REPLACE CATEGORY VSP",
"icons": null,
"subcategories": [
{
"name": "Abstract",
"normalizedName": "abstract",
"uniqueId": "REPLACE SUBCATEGORY VSP",
"icons": [
"objectStorage",
"compute"
],
"groupings": null,
"ownerId": null,
"empty": false
}
],
"ownerId": null,
"empty": false
}
],
"description": "REPLACE VSP DESCRIPTION",
"icon": "defaulticon",
"componentInstancesProperties": {},
"componentInstancesAttributes": {},
"name": "REPLACE VSP NAME",
"tags": [
"REPLACE VSP NAME"
],
"capabilities": {},
"requirements": {},
"deploymentArtifacts": {},
"componentType": "RESOURCE",
"vendorName": "REPLACE VLM NAME",
"vendorRelease": "1.0",
"componentInstances": [],
"properties": [],
"attributes": [],
"groups": [],
"resourceType": "VF",
"csarUUID": "REPLACE VSP ID",
"csarVersion": "1.0"
}
|