"SoftLayer_" prefix removed for readability.
Get the static & dynamic bandwidth and mapping hits of predetermined statistics for direct display (no graph) for a customer’s account over a given period of time. Frequency can be ‘day’, ‘aggregate’. If the value ‘day’ is specified for Frequency, return data will be ordered based on startDate to endDate, and if the value ‘aggregate’ is specified for Frequency, aggregated data from startDate to endDate will be returned. There is a delay within 3 days(including today) for fetching the metrics data.
Name | Type | Description |
---|---|---|
vendorName | string | |
startDate | int | The start data timestamp(UTC+0), the date can not be earlier than 93 days ago |
endDate | int | The end data timestamp(UTC+0), the date can not be later than 3 days ago |
frequency | string | The frequency for query, supported type ‘day’, ‘aggregate’ |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int, int, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_CdnMarketplace_Metrics/getCustomerInvoicingMetrics'