Function: AgentVersionInEnvironmentApiAxiosParamCreator()
AgentVersionInEnvironmentApiAxiosParamCreator(
configuration
?):object
AgentVersionInEnvironmentApi - axios parameter creator
Parameters
configuration?
Returns
object
apiV1AgentsLinksGet()
apiV1AgentsLinksGet: (
agentId
?,environmentId
?,skip
?,take
?,options
?) =>Promise
<RequestArgs
>
Parameters
agentId?
string
environmentId?
string
skip?
number
take?
number
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1AgentsLinksIdDelete()
apiV1AgentsLinksIdDelete: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1AgentsLinksIdGet()
apiV1AgentsLinksIdGet: (
id
,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1AgentsLinksIdPatch()
apiV1AgentsLinksIdPatch: (
id
,agentVersionInEnvironmentUpdateDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
id
string
agentVersionInEnvironmentUpdateDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>
Throws
apiV1AgentsLinksPost()
apiV1AgentsLinksPost: (
agentVersionInEnvironmentCreateDTO
?,options
?) =>Promise
<RequestArgs
>
Parameters
agentVersionInEnvironmentCreateDTO?
options?
RawAxiosRequestConfig
= {}
Override http request option.
Returns
Promise
<RequestArgs
>