Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to check/visualize the oneproviders registered in a given onezone #10

Open
mariojmdavid opened this issue Nov 2, 2016 · 3 comments
Assignees

Comments

@mariojmdavid
Copy link

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

@bkryza
Copy link
Contributor

bkryza commented Nov 2, 2016

@mariojmdavid

You can use the REST API to get the list of provider ID's which are registered in the specific Onezone instance:
https://onedata.org/docs/doc/advanced/rest/onezone/operations/get_providers.html

Then you can check for each ID the details of each provider:
https://onedata.org/docs/doc/advanced/rest/onezone/operations/get_other_provider.html

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>

@mariojmdavid
Copy link
Author

even if not for now, could we have this displayed in the onezone admin view?

@groundnuty
Copy link
Contributor

We will try to add it, there is a long list of such gui enhancements issues.

On Wed, Nov 2, 2016 at 1:11 PM, Mario David [email protected]
wrote:

even if not for now, could we have this displayed in the onezone admin
view?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#10 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAOupugixqQo4P_4xHWzr3mit8OvZ_z_ks5q6H3mgaJpZM4KnA9A
.

@groundnuty groundnuty self-assigned this Apr 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants