v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Cost

License Benefit Hub Discounts

License Benefit

post/cost/costoptimizer/optimizerate/license_benefit/hub_discounts

Request body

pageinteger required

page number.Example 'page':'1'

limitinteger required

records limits.Example 'limit':'10'

currency'AED' | 'ALL' | 'ARS' | 'AUD' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BRL' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CZK' | 'DKK' | 'EGP' | 'EUR' | 'GBP' | 'HKD' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JPY' | 'KES' | 'KRW' | 'KWD' | 'KZT' | 'MOP' | 'MVR' | 'MXN' | 'MYR' | 'NOK' | 'NZD' | 'OMR' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'SAR' | 'SEK' | 'SGD' | 'THB' | 'TRY' | 'TWD' | 'USD' | 'VND' | 'ZAR' required

currency of the cost. Example 'currency':'USD'

cloud_provider'AWS' | 'Azure' | 'AzureStack' | 'Azure_CSP' | 'Azure_CSP-Direct' | 'Azure_EA' | 'Azure_MCA' | 'Cloudstack' | 'GCP' | 'MS_VMM' | 'OCI' | 'Openstack' | 'PrivateCloud' | 'Rackspace' | 'VMware' | 'VMware_VCD' | 'vCenter'

Cloud Provider for the cloud account

Example request

{
  "currency": "AED",
  "cloud_provider": "AWS"
}

Response

Success

total_countinteger

total count of records

page_countinteger

total number of page count

Example response

{
  "summary_data": [
    {
      "cloud_provider": "AWS"
    }
  ]
}