Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rwunsch/5e8db6c3d7f89977d24830145a7165d3 to your computer and use it in GitHub Desktop.
Save rwunsch/5e8db6c3d7f89977d24830145a7165d3 to your computer and use it in GitHub Desktop.
AEM - Get complete configuration-status of an AEM instance
HTTP:
-----
http://localhost:4502/system/console/status-slinglogs/configuration-status.zip
Curl:
-----
curl -u admin:admin -O -J http://localhost:4504/system/console/status-slinglogs/configuration-status.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment