All URIs are relative to http://localhost/nifi-api
Method | HTTP request | Description |
---|---|---|
get_counters | GET /counters | Gets the current counters for this NiFi |
update_counter | PUT /counters/{id} | Updates the specified counter. This will reset the counter value to 0 |
crate::models::CountersEntity get_counters(nodewise, cluster_node_id) Gets the current counters for this NiFi
Note: This endpoint is subject to change as NiFi and it's REST API evolve.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
nodewise | Option<bool> | Whether or not to include the breakdown per node. Optional, defaults to false | [default to false] | |
cluster_node_id | Option<String> | The id of the node where to get the status. |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
crate::models::CounterEntity update_counter(id) Updates the specified counter. This will reset the counter value to 0
Note: This endpoint is subject to change as NiFi and it's REST API evolve.
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | String | The id of the counter. | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]