PurgeObjectCaches
1. API Description
This interface is used to refresh file content on the nodes. The refreshed file caches will immediately become invalid, and new requests will fetch the latest files from the origin. It supports batch URL purging.
2. Request Parameters
The following request parameters list only includes the required parameters for the interface.
Parameter Name | Required | Type | Description |
---|---|---|---|
objectType | No | String | |
objectPaths | Yes | Array of String | Files or directories to be purged. |
3. Output Parameters
Parameter Name | Type | Description |
---|---|---|
requestId | String | Unique request ID, returned with each request. Provide this requestId when locating issues. |
taskId | String | Purge task Id |
4. Code Example
Cache Purge
5. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated