Documentation update
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / docs / sample / aai.create.customer.request.json
1 {
2   "global-customer-id": "123456",
3   "subscriber-name": "CbamCustomer",
4   "subscriber-type": "INFRA",
5   "service-subscriptions": {
6     "service-subscription": [
7       {
8         "service-type": "Database",
9         "relationship-list": {
10           "relationship": [{
11             "related-to": "tenant",
12             "relationship-data": [
13               {"relationship-key": "cloud-region.cloud-owner", "relationship-value": "<cloudOwner"},
14               {"relationship-key": "cloud-region.cloud-region-id", "relationship-value": "<cloudRegion>"},
15               {"relationship-key": "tenant.tenant-id", "relationship-value": "<tenantId>"}
16             ]
17           }]
18         }
19       }
20     ]}
21 }