@webitel/api-services
Preparing search index...
outbound-resource-group-service/outbound-resource-group-service
getOutboundResourceGroupService
Function getOutboundResourceGroupService
getOutboundResourceGroupService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
createOutboundResourceGroup
:
(
engineCreateOutboundResourceGroupRequest
:
EngineCreateOutboundResourceGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
createOutboundResourceInGroup
:
(
groupId
:
string
,
engineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody
:
EngineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
deleteOutboundResourceGroup
:
(
id
:
string
,
params
?:
DeleteOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
deleteOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
params
?:
DeleteOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
readOutboundResourceGroup
:
(
id
:
string
,
params
?:
ReadOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
readOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
params
?:
ReadOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
searchOutboundResourceGroup
:
(
params
?:
SearchOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOutboundResourceGroup
,
any
,
{}
>
>
;
searchOutboundResourceInGroup
:
(
groupId
:
string
,
params
?:
SearchOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOutboundResourceInGroup
,
any
,
{}
>
>
;
updateOutboundResourceGroup
:
(
id
:
string
,
engineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody
:
EngineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
updateOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
engineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody
:
EngineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
createOutboundResourceGroup
:
(
engineCreateOutboundResourceGroupRequest
:
EngineCreateOutboundResourceGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
createOutboundResourceInGroup
:
(
groupId
:
string
,
engineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody
:
EngineOutboundResourceGroupServiceCreateOutboundResourceInGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
deleteOutboundResourceGroup
:
(
id
:
string
,
params
?:
DeleteOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
deleteOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
params
?:
DeleteOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
readOutboundResourceGroup
:
(
id
:
string
,
params
?:
ReadOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
readOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
params
?:
ReadOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
searchOutboundResourceGroup
:
(
params
?:
SearchOutboundResourceGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOutboundResourceGroup
,
any
,
{}
>
>
;
searchOutboundResourceInGroup
:
(
groupId
:
string
,
params
?:
SearchOutboundResourceInGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListOutboundResourceInGroup
,
any
,
{}
>
>
;
updateOutboundResourceGroup
:
(
id
:
string
,
engineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody
:
EngineOutboundResourceGroupServiceUpdateOutboundResourceGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceGroup
,
any
,
{}
>
>
;
updateOutboundResourceInGroup
:
(
groupId
:
string
,
id
:
string
,
engineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody
:
EngineOutboundResourceGroupServiceUpdateOutboundResourceInGroupBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineOutboundResourceInGroup
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...