Apache NiFi Registry REST API

REST API definition for Apache NiFi Registry web services

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

class nipyapi.registry.apis.config_api.ConfigApi(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_configuration(**kwargs)[source]

Get configration.

Gets the NiFi Registry configurations.

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_configuration_with_http_info() method instead.

Args:

Returns:

The response data.

Return type:

RegistryConfiguration

get_configuration_with_http_info(**kwargs)[source]

Get configration.

Gets the NiFi Registry configurations.

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_configuration() method instead.

Args:

Returns:

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

Return type:

tuple