@jellyfin/sdk
Preparing search index...
generated-client
SystemApiAxiosParamCreator
Function SystemApiAxiosParamCreator
SystemApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getConfiguration
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDefaultMetadataOptions
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getEndpointInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
maxDate
?:
string
,
hasUserId
?:
boolean
,
name
?:
string
,
overview
?:
string
,
shortOverview
?:
string
,
type
?:
string
,
itemId
?:
string
,
username
?:
string
,
severity
?:
LogLevel
,
sortBy
?:
ActivityLogSortBy
[]
,
sortOrder
?:
SortOrder
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getLogFile
:
(
name
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getNamedConfiguration
:
(
key
:
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
>
;
getSystemStorage
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getUtcTime
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
logFile
:
(
body
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postPingSystem
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
restartApplication
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
shutdownApplication
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateBrandingConfiguration
:
(
brandingOptionsDto
:
BrandingOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateConfiguration
:
(
serverConfiguration
:
ServerConfiguration
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateNamedConfiguration
:
(
key
:
string
,
body
:
any
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
SystemApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getConfiguration
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getDefaultMetadataOptions
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getEndpointInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
maxDate
?:
string
,
hasUserId
?:
boolean
,
name
?:
string
,
overview
?:
string
,
shortOverview
?:
string
,
type
?:
string
,
itemId
?:
string
,
username
?:
string
,
severity
?:
LogLevel
,
sortBy
?:
ActivityLogSortBy
[]
,
sortOrder
?:
SortOrder
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getLogFile
:
(
name
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getNamedConfiguration
:
(
key
:
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
>
;
getSystemStorage
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
getUtcTime
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
logFile
:
(
body
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
postPingSystem
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
restartApplication
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
shutdownApplication
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateBrandingConfiguration
:
(
brandingOptionsDto
:
BrandingOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateConfiguration
:
(
serverConfiguration
:
ServerConfiguration
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
updateNamedConfiguration
:
(
key
:
string
,
body
:
any
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getConfiguration
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getDefaultMetadataOptions
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getEndpointInfo
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
maxDate
?:
string
,
hasUserId
?:
boolean
,
name
?:
string
,
overview
?:
string
,
shortOverview
?:
string
,
type
?:
string
,
itemId
?:
string
,
username
?:
string
,
severity
?:
LogLevel
,
sortBy
?:
ActivityLogSortBy
[]
,
sortOrder
?:
SortOrder
[]
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getLogFile
:
(
name
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getNamedConfiguration
:
(
key
:
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
getSystemStorage
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getUtcTime
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
logFile
:
(
body
?:
File
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
postPingSystem
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
restartApplication
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
shutdownApplication
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
updateBrandingConfiguration
:
(
brandingOptionsDto
:
BrandingOptionsDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
updateConfiguration
:
(
serverConfiguration
:
ServerConfiguration
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
updateNamedConfiguration
:
(
key
:
string
,
body
:
any
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SystemApi - axios parameter creator