SystemApi - axios parameter creator

  • Parameters

    Returns {
        getEndpointInfo: (
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getLogFile: (
            name: string,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
        getPublicSystemInfo: (
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        getServerLogs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
        getSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
        getWakeOnLanInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
        postPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
        restartApplication: (
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
        shutdownApplication: (
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>;
    }

    • getEndpointInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getLogFile: (name: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getPublicSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getServerLogs: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getSystemInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • getWakeOnLanInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • postPingSystem: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • restartApplication: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>
    • shutdownApplication: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>