blob: a32136a0be64b681e5e45ce4ac78801ce4d62889 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"tenantName": ${prop.customer-id},
"tenantEmail": "test@test.com",
"tenantPhone": "8888888888",
"tenantDescription": "This is a test tenant created by ONAP",
"tenantAddress": "Road123",
"limitAccountNum": 1000,
"userAccount": "test@test.com",
"userEmail": "test@test.com",
"sendInitEmailEnable": "true",
"countryCode": "CN",
"userPassword": "Test@12345"
}
|