Периодическая плата, возвращаемая на getVirtualGuest, равна нулю. - PullRequest
0 голосов
/ 09 октября 2019

Я выполняю REST API getVirtualGest по имени хоста и пытаюсь получить периодические сборы за виртуальную машину. Я выдаю следующий запрос https

https://api.softlayer.com/rest/v3/SoftLayer_Account/getVirtualGuests?objectMask=mask[datacenter,status,globalIdentifier,primaryBackendIpAddress,billingItem.currentHourlyCharge,billingItem.hourlyRecurringFee,billingItem.hoursUsed,billingItem.recurringFee,billingItem.categoryCode,billingItem.description,billingItem.createDate,billingItem.orderItem.preset,billingItem.orderItem.preset,billingItem.orderItem.order.userRecord.username,billingItem.orderItem.order.userRecord.email,users.username,users.email,users.userStatus,operatingSystemReferenceCode,softwareComponents.passwords,operatingSystem,hourlyBillingFlag,localDiskFlag,managedResourceFlag,privateNetworkOnlyFlag,powerState,blockDeviceTemplateGroup.name,blockDeviceTemplateGroup.id,blockDeviceTemplateGroup.blockDevices,blockDevices.diskImage,networkVlans,frontendNetworkComponents,primaryBackendNetworkComponent,activeTransactionCount,activeTransactions,consoleIpAddressRecord.type,consoleIpAddressRecord.port,consoleIpAddressRecord.ipAddress.ipAddress,userDataCount,userData]&objectFilter={"virtualGuests":{"hostname":{"operation":"^=garycs-wdc07-rhel7"}}} ОТЛАДКА: https возвращаем, получая virtualguest

Возвращен json:

"hourlyRecurringFee": "0", "hoursUsed ":" 24 "," recurringFee ":" 0 "

Не должны ли эти поля содержать денежные суммы?

...