Create an ECCU requestpost https://{hostname}/eccu-api/v1/requestsCreates a new ECCU refresh request.Query ParamsaccountSwitchKeystringRuns the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body Paramsmetadatastringrequiredlength ≥ 1Contains tags that define a refresh request based on request parameters such as directory path and file extension. Use only ASCII characters. For more information on the format of an ECCU request file and metadata tag usage, see Enhanced CCU Request Format.notesstringlength ≥ 1In addition to the requestName, this provides information to help you track the refresh request.propertyNamestringrequiredlength ≥ 1Identifies the digital property whose content you want to refresh.propertyNameExactMatchbooleanrequiredSpecifies whether to exactly match the full string of the propertyName, or to perform an inexact right hand side (RHS) substring match. For example, with propertyNameExactMatch enabled, example.com doesn't match www.example.com.truefalsepropertyTypestringenumrequiredSpecifies the type of digital property. Either ARL_TOKEN or HOST_HEADER. This tells the edge network whether the purge information is contained in the ARL, or in a configuration file. The ARL is similar to the URL, but the ARL is specifically defined for objects to be served by the edge network. There are two types of ARLs, v1 and v2. For details, see the Purge Cache documentation.ARL_TOKENHOST_HEADERAllowed:ARL_TOKENHOST_HEADERrequestNamestringlength ≥ 1The name that you give to the refresh request.statusUpdateEmailsarray of stringslength ≥ 0A list of email addresses to notify when the status of the refresh request changes.statusUpdateEmailsADD stringversionstringlength ≥ 1Use this to mark differences in your refresh requests.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 201The operation was successful. 400Problem with the request.Updated about 1 month ago