aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/globalNetwork/globalNetwork.json
blob: d39ecdc4c08a6e1b02bc954ac3981f34eca37a17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "globalNetwork.yml",
  "contactId": "jh0003",
  "name": "GlobalNetwork",
  "description": "Represents a simple , logical network service with monitoring capabilities.",
  "resourceIconPath": "network",
  "resourceType": "VL",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Abstract"
      }
    ]
  }
],
  "tags": [
    "GlobalNetwork"
  ]
}