"SoftLayer_" prefix removed for readability.
Get the total number of hits at a certain frequency over a given range of time per domain mapping. Frequency can be day, week, and month where each interval is one plot point for a graph. Return Data will be ordered based on startDate, endDate and frequency.
Name | Type | Description |
---|---|---|
mappingUniqueId | string | |
startDate | int | |
endDate | int | |
frequency | string |
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/getMappingHitsMetrics'