Skip to content

Commit 58b5d30

Browse files
Merge pull request #383 from Chaffelson/1281update
Updated nifi and registry low level clients to v1.28.1
2 parents 18d3afd + ab98de8 commit 58b5d30

File tree

525 files changed

+34701
-700
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

525 files changed

+34701
-700
lines changed

docs/devnotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The NiFi and NiFi Registry REST API clients are generated using swagger-codegen,
117117

118118
- the package manager for your OS
119119
- github: https://github.com/swagger-api/swagger-codegen
120-
- maven: http://central.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar
120+
- maven: https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.4.41.jar
121121
- pre-built Docker images on DockerHub (https://hub.docker.com/r/swaggerapi/swagger-codegen-cli/)
122122

123123
In the examples below, we'll use Homebrew for macOS::

nipyapi/canvas.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,8 @@ def _schedule_controller_state(cont_id, tgt_state):
12781278
raise ValueError("Scheduling request timed out")
12791279

12801280

1281-
def get_controller(identifier, identifier_type='name', bool_response=False, include_reporting_tasks=True):
1281+
def get_controller(identifier, identifier_type='name', bool_response=False,
1282+
include_reporting_tasks=True):
12821283
"""
12831284
Retrieve a given Controller
12841285

nipyapi/nifi/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""
@@ -251,6 +251,7 @@
251251
from .models.process_group_status_snapshot_dto import ProcessGroupStatusSnapshotDTO
252252
from .models.process_group_status_snapshot_entity import ProcessGroupStatusSnapshotEntity
253253
from .models.process_groups_entity import ProcessGroupsEntity
254+
from .models.processing_performance_status_dto import ProcessingPerformanceStatusDTO
254255
from .models.processor_config_dto import ProcessorConfigDTO
255256
from .models.processor_dto import ProcessorDTO
256257
from .models.processor_definition import ProcessorDefinition

nipyapi/nifi/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
66
7-
OpenAPI spec version: 1.27.0
7+
OpenAPI spec version: 1.28.1
88
Contact: dev@nifi.apache.org
99
Generated by: https://github.com/swagger-api/swagger-codegen.git
1010
"""

nipyapi/nifi/apis/access_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

nipyapi/nifi/apis/connections_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

nipyapi/nifi/apis/controller_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

nipyapi/nifi/apis/controller_services_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

nipyapi/nifi/apis/counters_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

nipyapi/nifi/apis/data_transfer_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Rest API provides programmatic access to command and control a NiFi instance in real time. Start and stop processors, monitor queues, query provenance data, and more. Each endpoint below includes a description, definitions of the expected input and output, potential response codes, and the authorizations required to invoke each service.
77
8-
OpenAPI spec version: 1.27.0
8+
OpenAPI spec version: 1.28.1
99
Contact: dev@nifi.apache.org
1010
Generated by: https://github.com/swagger-api/swagger-codegen.git
1111
"""

0 commit comments

Comments
 (0)