GET api_v2/AccountCSResourceValues/GetResourcesValue?accountId={accountId}&csResourceId={csResourceId}&dateTime={dateTime}
Метод получения величины ресурса для облачного сервиса.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId | Идентификатор аккаунта |
Define this parameter in the request URI. |
csResourceId | Идентификатор ресурса |
Define this parameter in the request URI. |
dateTime | Необязательный параметр. Время начиная c которого нужно выполнять расчет. |
Define this parameter in the request URI. |
Response Information
Расчитанная величина ресурсов аккаунта.
Response body formats
application/xml, text/xml
Sample:
<Result> <ServiceResourceValue>1</ServiceResourceValue> </Result>
application/json, text/json
Sample:
{ "ServiceResourceValue": 1 }