Package com.seeq.api
Class SystemApi
java.lang.Object
com.seeq.api.SystemApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an add-on toolcreateAddOnToolWithHeadersAndHttpInfo
(AddOnToolInputV1 body, Map<String, String> customHeaders) Create an add-on toolCreate an add-on toolDelete an add-on tooldeleteAddOnToolWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Delete an add-on toolDelete an add-on toolvoid
disableLicensedFeature
(String name) Disable a licensed feature until the next server shutdown.void
disableLicensedFeatureWithHeadersAndHttpInfo
(String name, Map<String, String> customHeaders) Disable a licensed feature until the next server shutdown.void
Disable a licensed feature until the next server shutdown.void
enableLicensedFeature
(String name) Re-enable a licensed feature that was previously disabled.void
enableLicensedFeatureWithHeadersAndHttpInfo
(String name, Map<String, String> customHeaders) Re-enable a licensed feature that was previously disabled.void
Re-enable a licensed feature that was previously disabled.Gets a list of all add-on tools.getAddOnToolsWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Gets a list of all add-on tools.Gets a list of all add-on tools.Get the system administrator's contact informationgetAdministratorContactInformationWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Get the system administrator's contact informationGet the system administrator's contact informationUsed to retrieve the value of the Seeq server agent.keygetAgentKeyWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Used to retrieve the value of the Seeq server agent.keyUsed to retrieve the value of the Seeq server agent.keyUsed to determine the precise revision of this Seeq buildgetBuildInfoWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Used to determine the precise revision of this Seeq buildUsed to determine the precise revision of this Seeq buildgetConfigurationOptions
(Integer offset, Integer limit) Get the list of configuration options and their details, including the current and default valuegetConfigurationOptionsWithHeadersAndHttpInfo
(Integer offset, Integer limit, Map<String, String> customHeaders) Get the list of configuration options and their details, including the current and default valuegetConfigurationOptionsWithHttpInfo
(Integer offset, Integer limit) Get the list of configuration options and their details, including the current and default valuebyte[]
getInstallerFile
(String fileName) Download installer imagesApiClient.ApiResponse<byte[]>
getInstallerFileWithHeadersAndHttpInfo
(String fileName, Map<String, String> customHeaders) Download installer imagesApiClient.ApiResponse<byte[]>
getInstallerFileWithHttpInfo
(String fileName) Download installer imagesGet the current server license, if anygetLicenseWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Get the current server license, if anyGet the current server license, if anyUsed to determine server readiness; available without authenticationgetOpenPingWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Used to determine server readiness; available without authenticationUsed to determine server readiness; available without authenticationgetPing()
Used to determine server readiness, but only available with authenticationgetPingWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Used to determine server readiness, but only available with authenticationUsed to determine server readiness, but only available with authenticationlong
Used to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.getServerLoadWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Used to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.Used to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.getServerStatus
(Boolean includeInternal) Used to determine server readiness, telemetry configuration, and other server variablesgetServerStatusWithHeadersAndHttpInfo
(Boolean includeInternal, Map<String, String> customHeaders) Used to determine server readiness, telemetry configuration, and other server variablesgetServerStatusWithHttpInfo
(Boolean includeInternal) Used to determine server readiness, telemetry configuration, and other server variablesGet list of commonly used and supported unitsgetSupportedUnitsWithHeadersAndHttpInfo
(Map<String, String> customHeaders) Get list of commonly used and supported unitsGet list of commonly used and supported unitsvoid
getThreadState
(Integer maxFrameCount) Get a threaddump of the server as a logfile and send the information to the logsvoid
getThreadStateWithHeadersAndHttpInfo
(Integer maxFrameCount, Map<String, String> customHeaders) Get a threaddump of the server as a logfile and send the information to the logsvoid
getThreadStateWithHttpInfo
(Integer maxFrameCount) Get a threaddump of the server as a logfile and send the information to the logsimportLicense
(byte[] file) Import a license fileimportLicenseWithHeadersAndHttpInfo
(byte[] file, Map<String, String> customHeaders) Import a license fileimportLicenseWithHttpInfo
(byte[] file) Import a license fileSet the system administrator's contact informationsetAdministratorContactInformationWithHeadersAndHttpInfo
(AdministratorContactInformationV1 body, Map<String, String> customHeaders) Set the system administrator's contact informationSet the system administrator's contact informationvoid
setApiClient
(ApiClient apiClient) Write one or more configuration optionssetConfigurationOptionsWithHeadersAndHttpInfo
(ConfigurationInputV1 body, Map<String, String> customHeaders) Write one or more configuration optionsWrite one or more configuration optionsvoid
setRetryTimeout
(long retryTimeout) Translate an input list to canonical unit of measure stringsuOMsWithHeadersAndHttpInfo
(UnitsOfMeasureBatchInputV1 body, Map<String, String> customHeaders) Translate an input list to canonical unit of measure stringsTranslate an input list to canonical unit of measure stringsupdateAddOnTool
(String id, AddOnToolInputV1 body) Update the attributes of an add-on toolupdateAddOnToolWithHeadersAndHttpInfo
(String id, AddOnToolInputV1 body, Map<String, String> customHeaders) Update the attributes of an add-on toolUpdate the attributes of an add-on tool
-
Constructor Details
-
SystemApi
public SystemApi() -
SystemApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
createAddOnTool
Create an add-on tool- Parameters:
body
- Add-on tool information (required)- Returns:
- AddOnToolOutputV1
- Throws:
ApiException
- if fails to make API call
-
createAddOnToolWithHttpInfo
public ApiClient.ApiResponse<AddOnToolOutputV1> createAddOnToolWithHttpInfo(AddOnToolInputV1 body) throws ApiException Create an add-on tool- Parameters:
body
- Add-on tool information (required)- Throws:
ApiException
- if fails to make API call
-
createAddOnToolWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnToolOutputV1> createAddOnToolWithHeadersAndHttpInfo(AddOnToolInputV1 body, Map<String, String> customHeaders) throws ApiExceptionCreate an add-on tool- Parameters:
body
- Add-on tool information (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
deleteAddOnTool
Delete an add-on tool- Parameters:
id
- ID of the add-on to delete (required)- Returns:
- StatusMessageBase
- Throws:
ApiException
- if fails to make API call
-
deleteAddOnToolWithHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> deleteAddOnToolWithHttpInfo(String id) throws ApiException Delete an add-on tool- Parameters:
id
- ID of the add-on to delete (required)- Throws:
ApiException
- if fails to make API call
-
deleteAddOnToolWithHeadersAndHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> deleteAddOnToolWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionDelete an add-on tool- Parameters:
id
- ID of the add-on to delete (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
disableLicensedFeature
Disable a licensed feature until the next server shutdown.- Parameters:
name
- The name of the licensed feature (required)- Throws:
ApiException
- if fails to make API call
-
disableLicensedFeatureWithHttpInfo
Disable a licensed feature until the next server shutdown.- Parameters:
name
- The name of the licensed feature (required)- Throws:
ApiException
- if fails to make API call
-
disableLicensedFeatureWithHeadersAndHttpInfo
public void disableLicensedFeatureWithHeadersAndHttpInfo(String name, Map<String, String> customHeaders) throws ApiExceptionDisable a licensed feature until the next server shutdown.- Parameters:
name
- The name of the licensed feature (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
enableLicensedFeature
Re-enable a licensed feature that was previously disabled. If the feature does not have a valid license or was not previously disabled, this will do nothing.- Parameters:
name
- The name of the licensed feature (required)- Throws:
ApiException
- if fails to make API call
-
enableLicensedFeatureWithHttpInfo
Re-enable a licensed feature that was previously disabled. If the feature does not have a valid license or was not previously disabled, this will do nothing.- Parameters:
name
- The name of the licensed feature (required)- Throws:
ApiException
- if fails to make API call
-
enableLicensedFeatureWithHeadersAndHttpInfo
public void enableLicensedFeatureWithHeadersAndHttpInfo(String name, Map<String, String> customHeaders) throws ApiExceptionRe-enable a licensed feature that was previously disabled. If the feature does not have a valid license or was not previously disabled, this will do nothing.- Parameters:
name
- The name of the licensed feature (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAddOnTools
Gets a list of all add-on tools.- Returns:
- GetAddOnToolsOutputV1
- Throws:
ApiException
- if fails to make API call
-
getAddOnToolsWithHttpInfo
Gets a list of all add-on tools.- Throws:
ApiException
- if fails to make API call
-
getAddOnToolsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<GetAddOnToolsOutputV1> getAddOnToolsWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionGets a list of all add-on tools.- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAdministratorContactInformation
Get the system administrator's contact information- Returns:
- AdministratorContactInformationV1
- Throws:
ApiException
- if fails to make API call
-
getAdministratorContactInformationWithHttpInfo
public ApiClient.ApiResponse<AdministratorContactInformationV1> getAdministratorContactInformationWithHttpInfo() throws ApiExceptionGet the system administrator's contact information- Throws:
ApiException
- if fails to make API call
-
getAdministratorContactInformationWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AdministratorContactInformationV1> getAdministratorContactInformationWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionGet the system administrator's contact information- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAgentKey
Used to retrieve the value of the Seeq server agent.key- Returns:
- AgentKeyOutputV1
- Throws:
ApiException
- if fails to make API call
-
getAgentKeyWithHttpInfo
Used to retrieve the value of the Seeq server agent.key- Throws:
ApiException
- if fails to make API call
-
getAgentKeyWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AgentKeyOutputV1> getAgentKeyWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionUsed to retrieve the value of the Seeq server agent.key- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getBuildInfo
Used to determine the precise revision of this Seeq build- Returns:
- ServerBuildInfoOutputV1
- Throws:
ApiException
- if fails to make API call
-
getBuildInfoWithHttpInfo
public ApiClient.ApiResponse<ServerBuildInfoOutputV1> getBuildInfoWithHttpInfo() throws ApiExceptionUsed to determine the precise revision of this Seeq build- Throws:
ApiException
- if fails to make API call
-
getBuildInfoWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ServerBuildInfoOutputV1> getBuildInfoWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionUsed to determine the precise revision of this Seeq build- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getConfigurationOptions
public ConfigurationOutputV1 getConfigurationOptions(Integer offset, Integer limit) throws ApiException Get the list of configuration options and their details, including the current and default value- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)- Returns:
- ConfigurationOutputV1
- Throws:
ApiException
- if fails to make API call
-
getConfigurationOptionsWithHttpInfo
public ApiClient.ApiResponse<ConfigurationOutputV1> getConfigurationOptionsWithHttpInfo(Integer offset, Integer limit) throws ApiException Get the list of configuration options and their details, including the current and default value- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)- Throws:
ApiException
- if fails to make API call
-
getConfigurationOptionsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ConfigurationOutputV1> getConfigurationOptionsWithHeadersAndHttpInfo(Integer offset, Integer limit, Map<String, String> customHeaders) throws ApiExceptionGet the list of configuration options and their details, including the current and default value- Parameters:
offset
- The pagination offset, the index of the first collection item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of collection items that will be returned in this page of results (optional, default to 40)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getInstallerFile
Download installer images- Parameters:
fileName
- The name of the installation image (required)- Returns:
- byte[]
- Throws:
ApiException
- if fails to make API call
-
getInstallerFileWithHttpInfo
public ApiClient.ApiResponse<byte[]> getInstallerFileWithHttpInfo(String fileName) throws ApiException Download installer images- Parameters:
fileName
- The name of the installation image (required)- Throws:
ApiException
- if fails to make API call
-
getInstallerFileWithHeadersAndHttpInfo
public ApiClient.ApiResponse<byte[]> getInstallerFileWithHeadersAndHttpInfo(String fileName, Map<String, String> customHeaders) throws ApiExceptionDownload installer images- Parameters:
fileName
- The name of the installation image (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getLicense
Get the current server license, if any- Returns:
- LicenseStatusOutputV1
- Throws:
ApiException
- if fails to make API call
-
getLicenseWithHttpInfo
Get the current server license, if any- Throws:
ApiException
- if fails to make API call
-
getLicenseWithHeadersAndHttpInfo
public ApiClient.ApiResponse<LicenseStatusOutputV1> getLicenseWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionGet the current server license, if any- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getOpenPing
Used to determine server readiness; available without authentication- Returns:
- StatusMessageBase
- Throws:
ApiException
- if fails to make API call
-
getOpenPingWithHttpInfo
Used to determine server readiness; available without authentication- Throws:
ApiException
- if fails to make API call
-
getOpenPingWithHeadersAndHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> getOpenPingWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionUsed to determine server readiness; available without authentication- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getPing
Used to determine server readiness, but only available with authentication- Returns:
- StatusMessageBase
- Throws:
ApiException
- if fails to make API call
-
getPingWithHttpInfo
Used to determine server readiness, but only available with authentication- Throws:
ApiException
- if fails to make API call
-
getPingWithHeadersAndHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> getPingWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionUsed to determine server readiness, but only available with authentication- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getServerLoad
Used to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.- Returns:
- ServerLoadOutputV1
- Throws:
ApiException
- if fails to make API call
-
getServerLoadWithHttpInfo
Used to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.- Throws:
ApiException
- if fails to make API call
-
getServerLoadWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ServerLoadOutputV1> getServerLoadWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionUsed to determine the current load the server is experiencing, where a high load indicates a lot of concurrent activity within the server.- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getServerStatus
Used to determine server readiness, telemetry configuration, and other server variables- Parameters:
includeInternal
- whether to include internal statuses (optional, default to false)- Returns:
- ServerStatusOutputV1
- Throws:
ApiException
- if fails to make API call
-
getServerStatusWithHttpInfo
public ApiClient.ApiResponse<ServerStatusOutputV1> getServerStatusWithHttpInfo(Boolean includeInternal) throws ApiException Used to determine server readiness, telemetry configuration, and other server variables- Parameters:
includeInternal
- whether to include internal statuses (optional, default to false)- Throws:
ApiException
- if fails to make API call
-
getServerStatusWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ServerStatusOutputV1> getServerStatusWithHeadersAndHttpInfo(Boolean includeInternal, Map<String, String> customHeaders) throws ApiExceptionUsed to determine server readiness, telemetry configuration, and other server variables- Parameters:
includeInternal
- whether to include internal statuses (optional, default to false)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getSupportedUnits
Get list of commonly used and supported units- Returns:
- SupportedUnitsOutputV1
- Throws:
ApiException
- if fails to make API call
-
getSupportedUnitsWithHttpInfo
public ApiClient.ApiResponse<SupportedUnitsOutputV1> getSupportedUnitsWithHttpInfo() throws ApiExceptionGet list of commonly used and supported units- Throws:
ApiException
- if fails to make API call
-
getSupportedUnitsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<SupportedUnitsOutputV1> getSupportedUnitsWithHeadersAndHttpInfo(Map<String, String> customHeaders) throws ApiExceptionGet list of commonly used and supported units- Parameters:
customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getThreadState
Get a threaddump of the server as a logfile and send the information to the logs- Parameters:
maxFrameCount
- Maximum frames to output for each thread. (optional, default to 50)- Throws:
ApiException
- if fails to make API call
-
getThreadStateWithHttpInfo
Get a threaddump of the server as a logfile and send the information to the logs- Parameters:
maxFrameCount
- Maximum frames to output for each thread. (optional, default to 50)- Throws:
ApiException
- if fails to make API call
-
getThreadStateWithHeadersAndHttpInfo
public void getThreadStateWithHeadersAndHttpInfo(Integer maxFrameCount, Map<String, String> customHeaders) throws ApiExceptionGet a threaddump of the server as a logfile and send the information to the logs- Parameters:
maxFrameCount
- Maximum frames to output for each thread. (optional, default to 50)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
importLicense
Import a license file- Parameters:
file
- (optional)- Returns:
- LicenseImporterOutputV1
- Throws:
ApiException
- if fails to make API call
-
importLicenseWithHttpInfo
public ApiClient.ApiResponse<LicenseImporterOutputV1> importLicenseWithHttpInfo(byte[] file) throws ApiException Import a license file- Parameters:
file
- (optional)- Throws:
ApiException
- if fails to make API call
-
importLicenseWithHeadersAndHttpInfo
public ApiClient.ApiResponse<LicenseImporterOutputV1> importLicenseWithHeadersAndHttpInfo(byte[] file, Map<String, String> customHeaders) throws ApiExceptionImport a license file- Parameters:
file
- (optional)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
setAdministratorContactInformation
public StatusMessageBase setAdministratorContactInformation(AdministratorContactInformationV1 body) throws ApiException Set the system administrator's contact information- Parameters:
body
- The system administrator's contact information (required)- Returns:
- StatusMessageBase
- Throws:
ApiException
- if fails to make API call
-
setAdministratorContactInformationWithHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> setAdministratorContactInformationWithHttpInfo(AdministratorContactInformationV1 body) throws ApiException Set the system administrator's contact information- Parameters:
body
- The system administrator's contact information (required)- Throws:
ApiException
- if fails to make API call
-
setAdministratorContactInformationWithHeadersAndHttpInfo
public ApiClient.ApiResponse<StatusMessageBase> setAdministratorContactInformationWithHeadersAndHttpInfo(AdministratorContactInformationV1 body, Map<String, String> customHeaders) throws ApiExceptionSet the system administrator's contact information- Parameters:
body
- The system administrator's contact information (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
setConfigurationOptions
Write one or more configuration options- Parameters:
body
- Configuration options to write (required)- Returns:
- ConfigurationOutputV1
- Throws:
ApiException
- if fails to make API call
-
setConfigurationOptionsWithHttpInfo
public ApiClient.ApiResponse<ConfigurationOutputV1> setConfigurationOptionsWithHttpInfo(ConfigurationInputV1 body) throws ApiException Write one or more configuration options- Parameters:
body
- Configuration options to write (required)- Throws:
ApiException
- if fails to make API call
-
setConfigurationOptionsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ConfigurationOutputV1> setConfigurationOptionsWithHeadersAndHttpInfo(ConfigurationInputV1 body, Map<String, String> customHeaders) throws ApiExceptionWrite one or more configuration options- Parameters:
body
- Configuration options to write (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
uOMs
Translate an input list to canonical unit of measure strings- Parameters:
body
- A list of strings representing the UOMs to test against recognized UOMs (required)- Returns:
- UnitsOfMeasureOutputV1
- Throws:
ApiException
- if fails to make API call
-
uOMsWithHttpInfo
public ApiClient.ApiResponse<UnitsOfMeasureOutputV1> uOMsWithHttpInfo(UnitsOfMeasureBatchInputV1 body) throws ApiException Translate an input list to canonical unit of measure strings- Parameters:
body
- A list of strings representing the UOMs to test against recognized UOMs (required)- Throws:
ApiException
- if fails to make API call
-
uOMsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<UnitsOfMeasureOutputV1> uOMsWithHeadersAndHttpInfo(UnitsOfMeasureBatchInputV1 body, Map<String, String> customHeaders) throws ApiExceptionTranslate an input list to canonical unit of measure strings- Parameters:
body
- A list of strings representing the UOMs to test against recognized UOMs (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
updateAddOnTool
Update the attributes of an add-on tool- Parameters:
id
- ID of the add-on tool to update (required)body
- New add-on tool information (required)- Returns:
- AddOnToolOutputV1
- Throws:
ApiException
- if fails to make API call
-
updateAddOnToolWithHttpInfo
public ApiClient.ApiResponse<AddOnToolOutputV1> updateAddOnToolWithHttpInfo(String id, AddOnToolInputV1 body) throws ApiException Update the attributes of an add-on tool- Parameters:
id
- ID of the add-on tool to update (required)body
- New add-on tool information (required)- Throws:
ApiException
- if fails to make API call
-
updateAddOnToolWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnToolOutputV1> updateAddOnToolWithHeadersAndHttpInfo(String id, AddOnToolInputV1 body, Map<String, String> customHeaders) throws ApiExceptionUpdate the attributes of an add-on tool- Parameters:
id
- ID of the add-on tool to update (required)body
- New add-on tool information (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-