Apache NiFi Registry REST API

REST API definition for Apache NiFi Registry web services

OpenAPI spec version: 2.6.0 Contact: dev@nifi.apache.org Generated by: https://github.com/swagger-api/swagger-codegen.git

class nipyapi.registry.apis.about_api.AboutApi(api_client=None)[source]

Bases: object

NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. Ref: https://github.com/swagger-api/swagger-codegen

__init__(api_client=None)[source]
get_version(**kwargs)[source]

Get version.

Gets the NiFi Registry version.

This method makes a synchronous HTTP request and returns the response data directly.

For full HTTP response details (status code, headers, etc.), use the corresponding get_version_with_http_info() method instead.

Args:

Returns:

The response data.

Return type:

RegistryAbout

get_version_with_http_info(**kwargs)[source]

Get version.

Gets the NiFi Registry version.

This method makes a synchronous HTTP request and returns detailed response information.

Returns the response data along with HTTP status code, headers, and other metadata. For just the response data, use the corresponding get_version() method instead.

Args:

Returns:

(RegistryAbout, status_code, headers) - Response data with HTTP details.

Return type:

tuple