|
1100 | 1100 | "smtpAccess": "1" |
1101 | 1101 | } |
1102 | 1102 | ] |
| 1103 | + |
| 1104 | +getActiveAccountLicenses = [{ |
| 1105 | + "accountId": 123456, |
| 1106 | + "capacity": "4", |
| 1107 | + "key": "Y8GNS-7QRNG-OUIJO-MATEI-5GJRM", |
| 1108 | + "units": "CPU", |
| 1109 | + "billingItem": { |
| 1110 | + "allowCancellationFlag": 1, |
| 1111 | + "categoryCode": "software_license", |
| 1112 | + "cycleStartDate": "2021-06-03T23:11:22-06:00", |
| 1113 | + "description": "vCenter Server Appliance 6.0", |
| 1114 | + "id": 741258963, |
| 1115 | + "laborFee": "0", |
| 1116 | + "laborFeeTaxRate": "0", |
| 1117 | + "oneTimeFee": "0", |
| 1118 | + "oneTimeFeeTaxRate": "0", |
| 1119 | + "orderItemId": 963258741, |
| 1120 | + "recurringFee": "0", |
| 1121 | + "recurringFeeTaxRate": "0", |
| 1122 | + "recurringMonths": 1, |
| 1123 | + "serviceProviderId": 1, |
| 1124 | + "setupFee": "0", |
| 1125 | + "setupFeeTaxRate": "0" |
| 1126 | + }, |
| 1127 | + "softwareDescription": { |
| 1128 | + "controlPanel": 0, |
| 1129 | + "id": 15963, |
| 1130 | + "licenseTermValue": 0, |
| 1131 | + "longDescription": "VMware vCenter 6.0", |
| 1132 | + "manufacturer": "VMware", |
| 1133 | + "name": "vCenter", |
| 1134 | + "operatingSystem": 0, |
| 1135 | + "version": "6.0", |
| 1136 | + "virtualLicense": 0, |
| 1137 | + "virtualizationPlatform": 0, |
| 1138 | + "requiredUser": "administrator@vsphere.local" |
| 1139 | + } |
| 1140 | +}, |
| 1141 | + { |
| 1142 | + "accountId": 123456, |
| 1143 | + "capacity": "4", |
| 1144 | + "key": "TSZES-SJF85-04GLD-AXA64-8O1EO", |
| 1145 | + "units": "CPU", |
| 1146 | + "billingItem": { |
| 1147 | + "allowCancellationFlag": 1, |
| 1148 | + "categoryCode": "software_license", |
| 1149 | + "description": "vCenter Server Appliance 6.x", |
| 1150 | + "id": 36987456, |
| 1151 | + "laborFee": "0", |
| 1152 | + "laborFeeTaxRate": "0", |
| 1153 | + "oneTimeFee": "0", |
| 1154 | + "oneTimeFeeTaxRate": "0", |
| 1155 | + "orderItemId": 25839, |
| 1156 | + "recurringFee": "0", |
| 1157 | + "recurringFeeTaxRate": "0", |
| 1158 | + "recurringMonths": 1, |
| 1159 | + "serviceProviderId": 1, |
| 1160 | + "setupFee": "0", |
| 1161 | + "setupFeeTaxRate": "0" |
| 1162 | + }, |
| 1163 | + "softwareDescription": { |
| 1164 | + "controlPanel": 0, |
| 1165 | + "id": 1472, |
| 1166 | + "licenseTermValue": 0, |
| 1167 | + "longDescription": "VMware vCenter 6.0", |
| 1168 | + "manufacturer": "VMware", |
| 1169 | + "name": "vCenter", |
| 1170 | + "operatingSystem": 0, |
| 1171 | + "version": "6.0", |
| 1172 | + "virtualLicense": 0, |
| 1173 | + "virtualizationPlatform": 0, |
| 1174 | + "requiredUser": "administrator@vsphere.local" |
| 1175 | + } |
| 1176 | + } |
| 1177 | +] |
| 1178 | + |
| 1179 | +getActiveVirtualLicenses = [{ |
| 1180 | + "id": 12345, |
| 1181 | + "ipAddress": "192.168.23.78", |
| 1182 | + "key": "TEST.60220734.0000", |
| 1183 | + "billingItem": { |
| 1184 | + "categoryCode": "control_panel", |
| 1185 | + "description": "Plesk Onyx (Linux) - (Unlimited) - VPS " |
| 1186 | + }, |
| 1187 | + "softwareDescription": { |
| 1188 | + "longDescription": "Plesk - Unlimited Domain w/ Power Pack for VPS 17.8.11 Linux", |
| 1189 | + "manufacturer": "Plesk", |
| 1190 | + "name": "Plesk - Unlimited Domain w/ Power Pack for VPS" |
| 1191 | + }, |
| 1192 | + "subnet": { |
| 1193 | + "broadcastAddress": "192.168.23.79", |
| 1194 | + "cidr": 28, |
| 1195 | + "gateway": "192.168.23.65", |
| 1196 | + "id": 1973163, |
| 1197 | + "isCustomerOwned": False, |
| 1198 | + "isCustomerRoutable": False, |
| 1199 | + "netmask": "255.255.255.240", |
| 1200 | + "networkIdentifier": "128.116.23.64", |
| 1201 | + "networkVlanId": 123456, |
| 1202 | + "note": "test note", |
| 1203 | + "sortOrder": "1", |
| 1204 | + "subnetType": "ADDITIONAL_PRIMARY", |
| 1205 | + "totalIpAddresses": "16", |
| 1206 | + "usableIpAddressCount": "13", |
| 1207 | + "version": 4 |
| 1208 | + } |
| 1209 | +}] |
0 commit comments