aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/extCp/extCp.json
blob: ca20a273187e46e1b12a8ffbc2dd3d1ee53272b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "payloadName": "extCp.yml",
  "contactId": "DS200P",
  "name": "ExtCP",
  "description": "The AT&T Connection Point base type all other CP derive from",
  "resourceIconPath": "network",
  "resourceType": "CP",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
     {
        "name": "Network Elements"
      }
    ]
  }
],  
 "tags": [
    "ExtCP"
  ]
}