Hook for fetching all the Server HAProxy Stats

  • Returns {
        errorMessage_HAProxyServerStats: any;
        getHaProxyServerStats: () => Promise<HaProxyStatsResponse>;
        isLoading_HAProxyServerStats: any;
    }