In this API framework, you use the same basic workflow for the POST and the GET operations to create and retrieve submitted ECCU refresh request. After you create a refresh request and confirm its status
, the remaining steps are optional.
- To create a refresh request, run List properties and select the appropriate objects from its
properties
array, then build a new request object.
List properties
Open Recipe
-
Add
metadata
to identify the files that you want to refresh and POST the object using the Create an ECCU request operation. -
After you POST the request, wait 30 minutes, then occasionally run GET to poll its progress. Once the
status
indicatesSUCCEEDED
, the content has refreshed.
GET an ECCU request
Open Recipe
- To see a status summary of submitted refresh requests, run List ECCU requests.
List ECCU requests
Open Recipe
- To remove a request from the list of submitted refresh requests, run the Remove an ECCU request operation.
Remove an ECCU request
Open Recipe