24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"Org": {
|
|
"Name":"TestOrg",
|
|
"FullName": "Test Org",
|
|
"Description":"Automation Test Org"
|
|
},
|
|
"OrgAdmin": {
|
|
"Name":"TestOrgAdmin",
|
|
"Pasword": "myPassword1!",
|
|
"FullName":"Test OrgAdmin",
|
|
"EmailAddress":"test@admin.org"
|
|
},
|
|
"OrgVdc": {
|
|
"Name":"TestOrgVdc",
|
|
"FixedSize": "M",
|
|
"CPULimit": "1000",
|
|
"MEMLimit":"1024",
|
|
"StorageLimit":"1024",
|
|
"StorageProfile":"Standard-DC01",
|
|
"ProviderVDC":"Provider-VDC-DC01",
|
|
"NetworkPool":"Provider-VDC-DC01-NetPool",
|
|
"ExternalNetwork": "External-OrgVdcNet"
|
|
}
|
|
} |