Get GitOps statistics
GET
/operations/gitops/stats
const url = 'https://shoehorn.example.com/api/v1/operations/gitops/stats';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/operations/gitops/statsResponses
Section titled “ Responses ”Aggregate GitOps statistics