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.output_ports_api.OutputPortsApi(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
- clear_bulletins3(body, id, **kwargs)[source]
Clears bulletins for an output port. 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
clear_bulletins3_with_http_info()method instead.- Parameters:
body (
ClearBulletinsRequestEntity) – The request to clear bulletins. (required)id (str) – The output port id. (required)
- Returns:
The response data.
- Return type:
- clear_bulletins3_with_http_info(body, id, **kwargs)[source]
Clears bulletins for an output port. 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
clear_bulletins3()method instead.- Parameters:
body (
ClearBulletinsRequestEntity) – The request to clear bulletins. (required)id (str) – The output port id. (required)
- Returns:
(
ClearBulletinsResultEntity, status_code, headers) - Response data with HTTP details.- Return type:
- get_output_port(id, **kwargs)[source]
Gets an output port. 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_output_port_with_http_info()method instead.- Parameters:
id (str) – The output port id. (required)
- Returns:
The response data.
- Return type:
- get_output_port_with_http_info(id, **kwargs)[source]
Gets an output port. 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_output_port()method instead.- Parameters:
id (str) – The output port id. (required)
- Returns:
(
PortEntity, status_code, headers) - Response data with HTTP details.- Return type:
- remove_output_port(id, **kwargs)[source]
Deletes an output port. 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
remove_output_port_with_http_info()method instead.- Parameters:
id (str) – The output port id. (required)
version (
LongParameter) – The revision is used to verify the client is working with the latest version of the flow.client_id (
ClientIdParameter) – If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.disconnected_node_acknowledged (bool) – Acknowledges that this node is disconnected to allow for mutable requests to proceed.
- Returns:
The response data.
- Return type:
- remove_output_port_with_http_info(id, **kwargs)[source]
Deletes an output port. 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
remove_output_port()method instead.- Parameters:
id (str) – The output port id. (required)
version (
LongParameter) – The revision is used to verify the client is working with the latest version of the flow.client_id (
ClientIdParameter) – If the client id is not specified, new one will be generated. This value (whether specified or generated) is included in the response.disconnected_node_acknowledged (bool) – Acknowledges that this node is disconnected to allow for mutable requests to proceed.
- Returns:
(
PortEntity, status_code, headers) - Response data with HTTP details.- Return type:
- update_output_port(body, id, **kwargs)[source]
Updates an output port. 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
update_output_port_with_http_info()method instead.- Parameters:
body (
PortEntity) – The output port configuration details. (required)id (str) – The output port id. (required)
- Returns:
The response data.
- Return type:
- update_output_port_with_http_info(body, id, **kwargs)[source]
Updates an output port. 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
update_output_port()method instead.- Parameters:
body (
PortEntity) – The output port configuration details. (required)id (str) – The output port id. (required)
- Returns:
(
PortEntity, status_code, headers) - Response data with HTTP details.- Return type:
- update_run_status3(body, id, **kwargs)[source]
Updates run status of an output-port. 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
update_run_status3_with_http_info()method instead.- Parameters:
body (
PortRunStatusEntity) – The port run status. (required)id (str) – The port id. (required)
- Returns:
The response data.
- Return type:
- update_run_status3_with_http_info(body, id, **kwargs)[source]
Updates run status of an output-port. 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
update_run_status3()method instead.- Parameters:
body (
PortRunStatusEntity) – The port run status. (required)id (str) – The port id. (required)
- Returns:
(
ProcessorEntity, status_code, headers) - Response data with HTTP details.- Return type: