AgentsEnvironmentApi
AgentsEnvironmentApi - object-oriented interface
Export
AgentsEnvironmentApi
Extends
BaseAPI
Constructors
new AgentsEnvironmentApi()
new AgentsEnvironmentApi(
configuration
?,basePath
?,axios
?):AgentsEnvironmentApi
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
apiV1AgentsEnvironmentsGet()
apiV1AgentsEnvironmentsGet(
hiddenState
?,skip
?,take
?,options
?):Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
[]>>
Parameters
hiddenState?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
[]>>
Throws
Memberof
AgentsEnvironmentApi
apiV1AgentsEnvironmentsIdGet()
apiV1AgentsEnvironmentsIdGet(
id
,options
?):Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Throws
Memberof
AgentsEnvironmentApi
apiV1AgentsEnvironmentsIdPatch()
apiV1AgentsEnvironmentsIdPatch(
id
,agentsEnvironmentUpdateDTO
?,options
?):Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Parameters
id
string
agentsEnvironmentUpdateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Throws
Memberof
AgentsEnvironmentApi
apiV1AgentsEnvironmentsPost()
apiV1AgentsEnvironmentsPost(
agentsEnvironmentCreateDTO
?,options
?):Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Parameters
agentsEnvironmentCreateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<AxiosResponse
<AgentsEnvironmentResponseDTO
>>
Throws
Memberof
AgentsEnvironmentApi