How to query and get active pages in AEM as a cloud? | Community
Skip to main content
May 29, 2023
Solved

How to query and get active pages in AEM as a cloud?

  • May 29, 2023
  • 2 replies
  • 912 views

Hi,

 

I have a requirement to query and fetch the active pages in aem cloud. 

 

In aem on premise we have below property to identify the active pages but I dont see any such properties in aem cloud. 

 

2_property=@jcr:content/cq:lastReplicationAction
2_property.value=Activate

 

Please kindly share your inputs. 

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShubhanshuSi2

Hi @manojkarikalan, Property @ jcr:content/cq:lastReplicationAction is available on cloud too. Could you please provide more details? Also please mention if you are executing this on author or publish instance.

2 replies

ShubhanshuSi2Community AdvisorAccepted solution
Community Advisor
May 29, 2023

Hi @manojkarikalan, Property @ jcr:content/cq:lastReplicationAction is available on cloud too. Could you please provide more details? Also please mention if you are executing this on author or publish instance.

aanchal-sikka
Community Advisor
Community Advisor
May 30, 2023

Hello @manojkarikalan 

 

The property is available on Author cloud instances. You should be able to see them via CRXDE on dev instances.

 

 

However, it is not indexed OOTB, so you might not get expected results via query

 

Aanchal Sikka