Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anupammaiti/2f709362a9464fdb3f96fc3010b7a0ec to your computer and use it in GitHub Desktop.
Save anupammaiti/2f709362a9464fdb3f96fc3010b7a0ec to your computer and use it in GitHub Desktop.
#AEM #CQ #LINUX #QUERYBUILDER Get List of Deactivated pages
curl -u admin:admin “http://<<<CUT>>>:7402/author/bin/querybuilder.json?orderby=%40cq%3atime&orderby.sort=desc&p.limit=-1&path=%2fvar%2faudit%2fcom.day.cq.replication%2fcontent%2f01%2fna&property=cq%3atype&property.1_value=Activate&property.2_value=Deactivate&type=cq%3aAuditEvent” > deactivated_pages_qa.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment