Function: AgentVersionApiFp()
AgentVersionApiFp(
configuration
?):object
AgentVersionApi - functional programming interface
Parameters
configuration?
Returns
object
apiV1AgentsVersionsGet()
Parameters
agentId?
string
hiddenState?
skip?
number
take?
number
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<AgentVersionResponseDTO
[]>>
Throws
apiV1AgentsVersionsIdBinaryGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<string
>>
Throws
apiV1AgentsVersionsIdGet()
Parameters
id
string
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<AgentVersionResponseDTO
>>
Throws
apiV1AgentsVersionsIdPatch()
Parameters
id
string
agentVersionUpdateDTO?
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<AgentVersionResponseDTO
>>
Throws
apiV1AgentsVersionsPost()
Parameters
agentId
string
body
File
options?
RawAxiosRequestConfig
Override http request option.
Returns
Promise
<(axios
?, basePath
?) => AxiosPromise
<AgentVersionResponseDTO
>>