Re: [ceph-users] RadosGW ADMIN API

2017-09-06 Thread Robin H. Johnson
On Wed, Sep 06, 2017 at 02:08:14PM +, Engelmann Florian wrote: > we are running a luminous cluster and three radosgw to serve a s3 compatible > objectstore. As we are (currently) not using Openstack we have to use the > RadosGW Admin API to get our billing data. I tried to access the API with

[ceph-users] RadosGW ADMIN API

2017-09-06 Thread Engelmann Florian
Hi, we are running a luminous cluster and three radosgw to serve a s3 compatible objectstore. As we are (currently) not using Openstack we have to use the RadosGW Admin API to get our billing data. I tried to access the API with pathon like: [...] import rgwadmin [...] Users = radosgw.get_user

[ceph-users] RadosGW admin API - HTTP 403 Forbidden

2015-03-05 Thread Italo Santos
Hello everyone, I'm trying use the rgw admin API, but every user operation I tried I received "HTTP 403 Forbidden": In [1]: import requests In [2]: from awsauth import S3Auth In [3]: access_key = 'ACCESS_KEY' In [4]: secret_key = 'SECRET_KEY' In [5]: server = 'rgw.example.com' In [6]: url = 'htt

[ceph-users] radosgw admin api

2013-09-16 Thread
hello i do not understand what is mean " An admin API request will be done on a URI that starts with the configurable ‘admin’ resource entry point." live in http://ceph.com/docs/master/radosgw/adminops/ , can anyone explain what should i do in my ceph ! it is mean configure the ceph.conf??

Re: [ceph-users] RadosGW Admin API

2013-02-27 Thread Yehuda Sadeh
On Wed, Feb 27, 2013 at 12:19 AM, Gandalf Corvotempesta wrote: > 2013/2/26 Yehuda Sadeh : >> The admin endpoint is 'admin' by default. You set it through the 'rgw >> admin entry' configurable. > > What do you mean with "endpoint"? Actually I'm able to get usages > stats (after adding the usage cap

Re: [ceph-users] RadosGW Admin API

2013-02-27 Thread Gandalf Corvotempesta
2013/2/26 Yehuda Sadeh : > The admin endpoint is 'admin' by default. You set it through the 'rgw > admin entry' configurable. What do you mean with "endpoint"? Actually I'm able to get usages stats (after adding the usage caps in read only to my users) from "bucket" admin: GET /admin/usage Host:

Re: [ceph-users] RadosGW Admin API

2013-02-26 Thread Yehuda Sadeh
On Tue, Feb 26, 2013 at 2:12 PM, Gandalf Corvotempesta wrote: > Hi, > I would like to access to some usage stats (like bytes sent and > received) through api. > I'm following this guide: > http://ceph.com/docs/master/radosgw/admin/ > but there isn't any example. How can I set the admin endpoint? w