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 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 to getSystemInformation but 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.