Function SystemApiAxiosParamCreator
- SystemApiAxiosParamCreator(configuration?): {
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>);
} 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>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getLogFile: ((name: string, options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (name, options?): Promise<RequestArgs>
Parameters
- name: string
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getPingSystem: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getPublicSystemInfo: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getServerLogs: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getSystemInfo: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
getWakeOnLanInfo: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
postPingSystem: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
restartApplication: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
shutdownApplication: ((options??: RawAxiosRequestConfig) => Promise<RequestArgs>)
- (options?): Promise<RequestArgs>
Parameters
Optional
options: RawAxiosRequestConfig = {}
Returns Promise<RequestArgs>
SystemApi - axios parameter creator
Export