CCVPN RestApi template changes
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / sdwan-tenant.json
1 {
2     "tenantName": ${prop.customer-id},
3     "tenantEmail": "test@test.com",
4     "tenantPhone": "8888888888",
5     "tenantDescription": "This is a test tenant created by ONAP",
6     "tenantAddress": "Road123",
7     "limitAccountNum": 1000,
8     "userAccount": "test@test.com",
9     "userEmail": "test@test.com",
10     "sendInitEmailEnable": "true",
11     "countryCode": "CN",
12     "userPassword": "Test@12345"
13 }