You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more info, the new API should not be used with the old API, or, more concretely, the old API allows creating entries where multiple entries can have the same writer if and group of, but different other settings. The new APIs will then fail with an error that no unique entry to operate on can be identified. Just to be aware.
No, you can use all GET API calls just fine. And all API calls are supported. The writer API just operates on unique writer entries, and guarantees that, while the other API such as Set configuration or AddOrUpdateNodes can result in entries being created in the config that have the same group/writer id but different configuration, e.g. publishing interval etc. In that case the new API can report an error.
The documentation states that the configuration should either happen using configuration or writer endpoint.
However I cannot see any "writer" API to get a list of all writers. Should we still use
/v2/configuration
for that?GET /v2/write/ returns method not allowed.
The text was updated successfully, but these errors were encountered: