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
So using command line and assuming you have administrator privileges to Onezone, here's an example:
# Get the list of provider ID's in JSON
$ curl -Ssk -u username:password -X GET https://$HOST:8443/api/v3/onezone/providers
# Get details of specific provider by ID
$ curl -Ssk -u username:password -X GET https://$HOST:8443/api/v3/onezone/provider/<PROVIDER_ID>
where do we have to check which oneproviders are registered in a given onezone
is this a new feature
I have tried to check the logs of onezone, but I see nothing related to this
The text was updated successfully, but these errors were encountered: