@webitel/api-services
Preparing search index...
config-service/config-service
getConfigService
Function getConfigService
getConfigService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
configServiceCreateConfig
:
(
loggerCreateConfigRequest
:
LoggerCreateConfigRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceDeleteConfig
:
(
configId
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerEmpty
,
any
,
{}
>
>
;
configServicePatchConfig
:
(
configId
:
number
,
configServicePatchConfigBody
:
ConfigServicePatchConfigBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceReadConfig
:
(
configId
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceReadSystemObjects
:
(
params
?:
ConfigServiceReadSystemObjectsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerSystemObjects
,
any
,
{}
>
>
;
configServiceSearchConfig
:
(
params
?:
ConfigServiceSearchConfigParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfigs
,
any
,
{}
>
>
;
configServiceUpdateConfig
:
(
configId
:
number
,
configServiceUpdateConfigBody
:
ConfigServiceUpdateConfigBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
configServiceCreateConfig
:
(
loggerCreateConfigRequest
:
LoggerCreateConfigRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceDeleteConfig
:
(
configId
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerEmpty
,
any
,
{}
>
>
;
configServicePatchConfig
:
(
configId
:
number
,
configServicePatchConfigBody
:
ConfigServicePatchConfigBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceReadConfig
:
(
configId
:
number
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
configServiceReadSystemObjects
:
(
params
?:
ConfigServiceReadSystemObjectsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerSystemObjects
,
any
,
{}
>
>
;
configServiceSearchConfig
:
(
params
?:
ConfigServiceSearchConfigParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfigs
,
any
,
{}
>
>
;
configServiceUpdateConfig
:
(
configId
:
number
,
configServiceUpdateConfigBody
:
ConfigServiceUpdateConfigBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerConfig
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...