Package org.bonitasoft.web.client.api
Interface InformationApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface InformationApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionGet the system information Returns system information details of the platform.Get the system information Similar togetSystemInformationbut it also returns the http response headers .
-
Method Details
-
getSystemInformation
SystemInformation getSystemInformation()Get the system information Returns system information details of the platform. Requires to be logged in as a user having the Admin profile.- Returns:
- SystemInformation
-
getSystemInformationWithHttpInfo
ApiResponse<SystemInformation> getSystemInformationWithHttpInfo()Get the system information Similar togetSystemInformationbut it also returns the http response headers . Returns system information details of the platform. Requires to be logged in as a user having the Admin profile.- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-