Skip to content

Commit

Permalink
Merge pull request #1252 from NetApp/cbg-rest-docs
Browse files Browse the repository at this point in the history
docs: clarify when Harvest defaults to REST
  • Loading branch information
cgrinds authored Aug 30, 2022
2 parents 229703d + 45c23a7 commit ad0bc03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture/rest-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This document describes how Harvest is making the ONTAP transition, from ZAPI to

## Harvest API Transition

By default, Harvest will use ZAPIs up until ONTAP removes them in `9.13.1`.
Starting in `9.13.1` and after, Harvest will use REST.
By default, Harvest will use ZAPIs up until ONTAP version `9.12.1`.
Beginning with ONTAP `9.12.1` and after, Harvest will default to REST.

Harvest includes a full set of REST templates that export identical metrics as the included ZAPI templates.
No changes to dashboards or downstream metric-consumers will be required.
Expand Down Expand Up @@ -52,7 +52,7 @@ Yes. Several customers already are. There are a few caveats to be aware of:
It will work, but you'll put more load on the cluster and push duplicate metrics to Prometheus.
See [belo](#can-i-use-the-rest-and-zapi-collectors-at-the-same-time) for details on how to use both collectors at the same time.

3. There may be metrics missing from versions of ONTAP earlier than `9.11.1`.
3. There may be performance metrics missing from versions of ONTAP earlier than `9.11.1`.

### A counter is missing from REST. What do I do?

Expand Down

0 comments on commit ad0bc03

Please sign in to comment.