Hook for fetching all the Frontend HAProxy Stats

  • Returns {
        errorMessage_HAProxyFrontendStats: any;
        getHaProxyFrontendStats: () => Promise<HaProxyStatsResponse>;
        isLoading_HAProxyFrontendStats: any;
    }