Function LogForwardersApiFactory

  • LogForwardersApi - factory interface

    Parameters

    • Optional configuration: Configuration
    • Optional basePath: string
    • Optional axios: AxiosInstance

    Returns {
        createLogForwarder(groupId, appId, body, options?) => AxiosPromise<LogForwarder>;
        deleteGwarder(groupId, appId, forwarderId, options?) => AxiosPromise<void>;
        disableLogForwarder(groupId, appId, forwarderId, options?) => AxiosPromise<void>;
        enableLogForwarder(groupId, appId, forwarderId, options?) => AxiosPromise<void>;
        getLogForwarder(groupId, appId, forwarderId, options?) => AxiosPromise<LogForwarder>;
        listLogForwarders(groupId, appId, options?) => AxiosPromise<any>;
        updateLogForwarder(groupId, appId, forwarderId, body, options?) => AxiosPromise<LogForwarder>;
    }

    Export

Generated using TypeDoc