@jellyfin/sdk
Preparing search index...
generated-client
SystemApiAxiosParamCreator
Function SystemApiAxiosParamCreator
SystemApiAxiosParamCreator
(
configuration
?:
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
>
;
}
SystemApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
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
>
Throws
getLogFile
:
(
name
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getPingSystem
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getPublicSystemInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getServerLogs
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getSystemInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getWakeOnLanInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Deprecated
Throws
postPingSystem
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
restartApplication
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
shutdownApplication
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SystemApi - axios parameter creator