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
|
{
"artifacts": {},
"toscaArtifacts": {},
"contactId": "cs0008",
"categories": [
{
"name": "Network L4+",
"normalizedName": "network l4+",
"uniqueId": "serviceNewCategory.network l4+",
"icons": [
"network_l_4"
],
"subcategories": null,
"version": null,
"ownerId": null,
"empty": false,
"type": null
}
],
"description": "Created by robot for monitoring template",
"icon": "defaulticon",
"componentInstancesProperties": {},
"componentInstancesAttributes": {},
"name": "${service_name}",
"tags": [
"robot-ete",
"${service_name}"
],
"capabilities": {},
"requirements": {},
"deploymentArtifacts": {},
"componentType": "SERVICE",
"projectCode": "123456",
"componentInstances": [],
"properties": [],
"attributes": [],
"forwardingPaths": {},
"ecompGeneratedNaming": true,
"serviceApiArtifacts": {},
"instantiationType": "A-la-carte",
"environmentContext": "General_Revenue-Bearing"
}
|