I’m seeing the Appfire Confluence CLI (ACLI) v12.0.0 consistently fail against Confluence Cloud with a 404 error. It was working fine the previous day.
Example command:
acli.sh confluence \ --server https://example.atlassian.net/ \ --user <email> --password <api-token> \ --action getPageList --space "LAB" --outputFormat 2
Error:
Client error: Unable to contact Confluence at url https://example.atlassian.net/wiki. Response code: 404.
From verbose logs, ACLI is calling:
https://example.atlassian.net/wiki/rest/api/latest/settings/systemInfo
But Confluence Cloud only responds to:
(curl
with the same credentials works fine.)
So it looks like ACLI is appending /latest
in the REST path, which Confluence Cloud no longer accepts ?.
Is anyone else running into this with Confluence Cloud + ACLI?
Hi @Mohammed Shamil CM ,
Welcome to the community. You may want to consider upgrading Version 12.1 address the API update. See release notes:
https://appfire.atlassian.net/wiki/spaces/ACLI/pages/2062680125/Release+notes+12.1.0
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.