Question
3
Replies
64
Views
PEGA
Posted: November 25, 2020
Last activity: November 26, 2020
Solved
Clear node level Data page cache through System management API NOT working
Clearing node level Data page cache through System management API NOT working. PFA...
***Edited by Moderator: Pooja Gadige to add platform capability tag***
A 400 status response like that might be caused by an invalid page identifier string in the request, can you double check that the identifier you are using is correct?
The same error can also occur when the data page has not been loaded into memory, can you check if the page identifier works in the GET /nodes/{nodeID}/caches/declarative_page/nodepages/{pageIdentifier} API or shows up in the results of the GET /nodes/{nodeID}/caches/declarative_page/nodepages API?