Apache NiFi REST API
REST API definition for Apache NiFi 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.nifi.apis.resources_api.ResourcesApi(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_resources(**kwargs)[source]
Gets the available resources that support access/authorization policies. 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_resources_with_http_info()method instead.Args:
- Returns:
The response data.
- Return type:
- get_resources_with_http_info(**kwargs)[source]
Gets the available resources that support access/authorization policies. 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_resources()method instead.Args:
- Returns:
(
ResourcesEntity, status_code, headers) - Response data with HTTP details.- Return type: