All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openmetadata.client.api.SystemApi Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.client.api;

import org.openmetadata.client.ApiClient;
import org.openmetadata.client.EncodingUtils;
import org.openmetadata.client.model.ApiResponse;

import org.openmetadata.client.model.OpenMetadataServerVersion;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import feign.*;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-09-13T20:15:57.513387948Z[Etc/UTC]")
public interface SystemApi extends ApiClient.Api {


  /**
   * Get version of metadata service
   * Get the build version of OpenMetadata service and build timestamp.
   * @return OpenMetadataServerVersion
   */
  @RequestLine("GET /v1/system/version")
  @Headers({
    "Accept: application/json",
  })
  OpenMetadataServerVersion getCatalogVersion();

  /**
   * Get version of metadata service
   * Similar to getCatalogVersion but it also returns the http response headers .
   * Get the build version of OpenMetadata service and build timestamp.
   * @return A ApiResponse that wraps the response boyd and the http headers.
   */
  @RequestLine("GET /v1/system/version")
  @Headers({
    "Accept: application/json",
  })
  ApiResponse getCatalogVersionWithHttpInfo();


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy