DescribePurgeTimes
1. API Description
This interface is used to query the remaining number of refresh/prefetch operations available per day.
2. Output Parameters Result
requestId
String
Unique request ID, returned with each request. Provide this requestId when locating issues.
maxUrlPurgeTimes
Integer
Maximum number of file refresh operations.
remainingUrlPurgeTimes
Integer
Remaining number of file refresh operations.
maxDirPurgeTimes
Integer
Maximum number of directory refresh operations.
remainingDirPurgeTimes
Integer
Remaining number of directory refresh operations.
maxPrefetchTimes
Integer
Maximum number of prefetch operations.
remainingPrefetchTimes
Integer
Remaining number of prefetch operations.
3. Code Example
Query Remaining Refresh/Prefetch Times per Day
4. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated