Interface LicenseApi

All Superinterfaces:
ApiClient.Api

public interface LicenseApi extends ApiClient.Api
  • Method Summary

    Modifier and Type
    Method
    Description
    feign.Response
    Get the current server license Returns license information for the current server
    Get the platform License Returns the current platform License.
  • Method Details

    • getLicense

      feign.Response getLicense()
      Get the current server license Returns license information for the current server
      Returns:
      License
    • getPlatformLicense

      PlatformLicense getPlatformLicense()
      Get the platform License Returns the current platform License. This requires a platform session. Log in using the platform login service.
      Returns:
      PlatformLicense