ExportApi
ExportApi - object-oriented interface
Export
ExportApi
Extends
BaseAPI
Constructors
new ExportApi()
new ExportApi(
configuration
?,basePath
?,axios
?):ExportApi
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
apiV1ExportJobsCsvFilePost()
apiV1ExportJobsCsvFilePost(
maxColumn
?,maxObjectFlatterLevel
?,enableArrayFlatter
?,getOnlineProfilerExport
?,options
?):Promise
<AxiosResponse
<string
>>
Parameters
maxColumn?
number
maxObjectFlatterLevel?
number
enableArrayFlatter?
boolean
getOnlineProfilerExport?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<string
>>
Throws
Memberof
ExportApi
apiV1ExportJobsFiltersPost()
apiV1ExportJobsFiltersPost(
getOnlineProfilerFilters
?,options
?):Promise
<AxiosResponse
<IOnlineProfilerEntityIFilter
[]>>
Parameters
getOnlineProfilerFilters?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<IOnlineProfilerEntityIFilter
[]>>
Throws
Memberof
ExportApi
apiV1ExportJobsJsonFilePost()
apiV1ExportJobsJsonFilePost(
getOnlineProfilerExport
?,options
?):Promise
<AxiosResponse
<string
>>
Parameters
getOnlineProfilerExport?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<string
>>
Throws
Memberof
ExportApi
apiV1ExportJobsJsonPost()
apiV1ExportJobsJsonPost(
skip
?,take
?,getOnlineProfilerExport
?,options
?):Promise
<AxiosResponse
<OnlineProfilerJsonObject
[]>>
Parameters
skip?
number
take?
number
getOnlineProfilerExport?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<OnlineProfilerJsonObject
[]>>
Throws
Memberof
ExportApi