summaryrefslogtreecommitdiffstats
path: root/nokiav2/docs/sample/aai.create.customer.request.json
blob: 3577384350c1294ea1c345c19c3b2e62b4d17aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "global-customer-id": "123456",
  "subscriber-name": "CbamCustomer",
  "subscriber-type": "INFRA",
  "service-subscriptions": {
    "service-subscription": [
      {
        "service-type": "Database",
        "relationship-list": {
          "relationship": [{
            "related-to": "tenant",
            "relationship-data": [
              {"relationship-key": "cloud-region.cloud-owner", "relationship-value": "Nokia"},
              {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "RegionOne"},
              {"relationship-key": "tenant.tenant-id", "relationship-value": "2ca57d2dbeda4e8a84739319bab769f4"}
            ]
          }]
        }
      }
    ]}
}