updateTimeToLive


SoftLayer_Network_CdnMarketplace_Configuration_Cache_TimeToLive::updateTimeToLive

Updates an existing Time To Live object. If the old and new inputs are equal, exits early.

Description


Parameters

Name Type Description
uniqueId string
oldPath string
newPath string
oldTtl string
newTtl string

Required Headers

Optional Headers

  • None

Return Values

  • string
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_CdnMarketplace_Configuration_Cache_TimeToLive/updateTimeToLive'