"SoftLayer_" prefix removed for readability.
Updates an existing Time To Live object. If the old and new inputs are equal, exits early.
Name | Type | Description |
---|---|---|
uniqueId | string | |
oldPath | string | |
newPath | string | |
oldTtl | string | |
newTtl | string |
None
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'