aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/importResource/loadBalancer/loadBalancer.json
blob: fbddc18c0737bd00a080117421c83610f3d7077a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "payloadName": "normative-types-new-loadBalancer.yml",
  "contactId": "jh0003",
  "name": "LoadBalancer",
  "description": "Represents logical function that be used in conjunction with a Floating Address to distribute an application’s traffic (load) across a number of instances of the application (e.g., for a clustered or scaled application).",
  "resourceIconPath": "loadBalancer",
  "categories": [
  {
    "name": "Generic",
    "subcategories": [
      {
        "name": "Infrastructure"
      }
    ]
  }
],
  "tags": [
    "LoadBalancer"
  ]
}