Apache NiFi REST API
REST API definition for Apache NiFi 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.nifi.apis.authentication_api.AuthenticationApi(api_client=None)[source]
Bases:
objectNOTE: 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
- get_authentication_configuration(**kwargs)[source]
Retrieves the authentication configuration endpoint and status information. 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_authentication_configuration_with_http_info()method instead.Args:
- Returns:
The response data.
- Return type:
- get_authentication_configuration_with_http_info(**kwargs)[source]
Retrieves the authentication configuration endpoint and status information. 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_authentication_configuration()method instead.Args:
- Returns:
(
AuthenticationConfigurationEntity, status_code, headers) - Response data with HTTP details.- Return type: