简体   繁体   中英

Akamai purge cache CLI: API Error: 400 400 Bad Request Invalid timestamp More Info https://problems.luna.akamaiapis.net/-/pep-authn/request-error

I am trying to figure out how to Purge the Akamai cache through the Akamai CLI (version 1.3.1). I am using a ~/.edgerc with :

[default]
host = *.luna.akamaiapis.net
client_token = akab-****
client_secret = ****
access_token = akab-****

These credentials provide access to the following settings:

  • API service name : CCU APIs
  • Description : Content control utility APIs
  • Access level : READ-WRITE

When I execute the following command in my Mac terminal:

akamai purge --section default  invalidate --production --cpcode 381644

I get the following error:

Purging...... [FAIL]
API Error: 400 400 Bad Request Invalid timestamp More Info https://problems.luna.akamaiapis.net/-/pep-authn/request-error

I have tried going to https://problems.luna.akamaiapis.net/-/pep-authn/request-error but that page does not seem to exist anymore. I am not sure what to do to get this working properly. If anyone has recommendations I'd love to hear about them as I do not know how to proceed to troubleshoot this issue.

Thanks in advance,

Nicola

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM