saveOrUnsavePurgePath


SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge::saveOrUnsavePurgePath

Creates a new saved purge if a purge path is saved. Deletes a saved purge record if the path is unsaved.

Description


Parameters

Name Type Description
uniqueId string
path string
saveOrUnsave int

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • This Exception is thrown if any of arguments passed to this function is null.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge/saveOrUnsavePurgePath'