Create cached-aem-pages.yaml
parent
8fd96ccd29
commit
4a1d217c9a
|
@ -0,0 +1,23 @@
|
||||||
|
id: cached-pages-aem
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Invalidate / Flush Cached Pages From AEM
|
||||||
|
author: hetroublemakr
|
||||||
|
severity: low
|
||||||
|
#reference: @AEMSecurity
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/dispatcher/invalidate.cache"
|
||||||
|
headers:
|
||||||
|
CQ-Handle: /content
|
||||||
|
CQ-Path: /content
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- '<H1>OK</H1>'
|
||||||
|
part: body
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue