SessionLogApi
SessionLogApi - object-oriented interface
Export
SessionLogApi
Extends
BaseAPI
Constructors
new SessionLogApi()
new SessionLogApi(
configuration
?,basePath
?,axios
?):SessionLogApi
Parameters
configuration?
basePath?
string
= BASE_PATH
axios?
AxiosInstance
= globalAxios
Returns
Inherited from
BaseAPI.constructor
Properties
axios
protected
axios:AxiosInstance
=globalAxios
Inherited from
BaseAPI.axios
basePath
protected
basePath:string
=BASE_PATH
Inherited from
BaseAPI.basePath
configuration
protected
configuration:undefined
|Configuration
Inherited from
BaseAPI.configuration
Methods
apiV1LogsDebugJobIdGet()
apiV1LogsDebugJobIdGet(
jobId
,options
?):Promise
<AxiosResponse
<void
>>
Parameters
jobId
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<void
>>
Throws
Memberof
SessionLogApi
apiV1LogsEntitiesGet()
apiV1LogsEntitiesGet(
fromCompletedTime
?,toCompletedTime
?,taskStatus
?,skip
?,take
?,options
?):Promise
<AxiosResponse
<SessionLogResponseDTO
[]>>
Parameters
fromCompletedTime?
string
toCompletedTime?
string
taskStatus?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<SessionLogResponseDTO
[]>>
Throws
Memberof
SessionLogApi
apiV1LogsEntityJobIdGet()
apiV1LogsEntityJobIdGet(
jobId
,options
?):Promise
<AxiosResponse
<SessionLogResponseDTO
>>
Parameters
jobId
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<SessionLogResponseDTO
>>
Throws
Memberof
SessionLogApi