SoftLayer_Network_CdnMarketplace_Configuration_Cache_PurgeGroup


SoftLayer_Network_CdnMarketplace_Configuration_Cache_PurgeGroup

Description

This service manages purge group associated with a CDN mapping Configuration.

Methods

createPurgeGroup

This method creates a purge group record in the table, and also initiates the purge action based on the input option value. The unsaved groups will be deleted after 15 days if no purge actions executed. The possible input option value can be: 1: (Default) Only purge the paths in the group, don’t save the group as favorite. 2: Only save the group as favorite, don’t purge the paths. 3: Save the group as favorite and also purge the paths in the group.

getObject

Retrieve a SoftLayer_Network_CdnMarketplace_Configuration_Cache_PurgeGroup record.

getPurgeGroupByGroupId

This method returns the purge group for a given domain and group ID.

getPurgeGroupQuota

This method gets a purge group quota.

listFavoriteGroup

This method returns the list of favorite purge groups.

listUnfavoriteGroup

This method returns the list of unsaved purge groups.

purgeByGroupIds

This method purges the content from purge groups.

removePurgeGroupFromFavorite

This method removes a purge group from favorite.

savePurgeGroupAsFavorite

This method saves a purge group as favorite.