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

MogileFS REST api #48

Open
GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments
Open

MogileFS REST api #48

GoogleCodeExporter opened this issue Mar 16, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

Would be cool to have a generic REST api for MogileFS tracker with JSON 
input/output, including support for login credentials.

Something along the lines of:

GET /{KEY}
GET /{KEY}/info
GET /domain
GET /class
GET /listkeys?prefix=axc&after=123&limit=1

POST /domain {"domain":"mydomain"}
POST /class {"domain":"myclass"}
POST /{DOMAIN}/{CLASS}/{KEY}

PUT /{KEY} {"rename":"newname"}
PUT /class/{CLASS} {"mindevcount":"3"}

Original issue reported on code.google.com by [email protected] on 22 Nov 2011 at 7:28

@GoogleCodeExporter
Copy link
Contributor Author

http://code.google.com/p/mogilefs/wiki/Roadmap#Full_featured_perlbal_plugin I 
should probably rewrite that to say it will be a full REST service.

So yeah... on the list :)

Original comment by [email protected] on 22 Nov 2011 at 8:09

@GoogleCodeExporter
Copy link
Contributor Author

https://metacpan.org/release/MogileFS-REST

linking this here for reference, as well.

Original comment by [email protected] on 4 Aug 2012 at 12:21

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

1 participant