createPurge


SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge::createPurge

This method creates a purge record in the purge table, and also initiates the create purge call.

Description


Parameters

Name Type Description
uniqueId string
path string

Required Headers

Optional Headers

  • None

Return Values

Error Handling

  • An exception is thrown if any of the parameters passed is equal to null, with the exception of those that are set to null by default.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge/createPurge'