aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/asdc/catalog_service.template
blob: e7ffdea68198e1875b0d2f35d68d91c7f460c3a0 (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
{
  "artifacts": {},
  "toscaArtifacts": {},
  "contactId": "cs0008",
  "categories": [
    {
      "name": "Network L1-3",
      "normalizedName": "network l1-3",
      "uniqueId": "serviceNewCategory.network l1-3",
      "icons": [
        "network_l_1-3"
      ]
    }
  ],
  "description": "catalog service description",
  "icon": "network_l_1-3",
  "componentInstancesProperties": {},
  "componentInstancesAttributes": {},
  "name": "${service_name}",
  "tags": [
    "robot-ete",
    "${service_name}"
  ],
  "capabilities": {},
  "requirements": {},
  "deploymentArtifacts": {},
  "componentType": "SERVICE",
  "projectCode": "123456",
  "componentInstances": [],
  "properties": [],
  "attributes": [],
  "groups": [],
  "serviceApiArtifacts": {}
}