Check All Clusters Drift
POST
/clusters/drift-check-all
const url = 'https://api.mengi.cloud/clusters/drift-check-all';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://api.mengi.cloud/clusters/drift-check-allTrigger drift detection and correction for all running clusters. This is an admin operation - typically run via scheduled job.
Responses
Section titled “ Responses ”Successful Response
Media type application/json
Example generated
example