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

Add 'active' property to HTTP Get Bucket Type Props API call [JIRA: RIAK-2106] #1172

Open
dmitrizagidulin opened this issue Aug 18, 2015 · 0 comments

Comments

@dmitrizagidulin
Copy link

Getting bucket type props via the command line (riak-admin bucket-type status <type>) includes the active property (whether or not the bucket type has been activated).

However, doing an HTTP GET to /types/<type>/props does not include the active property.

This happens because the bucket type props jsonify code uses the same code for bucket props as for bucket type props. Except that buckets don't have the 'active' attribute.

So, need to add a function to jsonify that attribute.

(Issue #1171 is somewhat related, since you can't fetch http /props for inactive buckets at all).

@Basho-JIRA Basho-JIRA changed the title Add 'active' property to HTTP Get Bucket Type Props API call Add 'active' property to HTTP Get Bucket Type Props API call [JIRA: RIAK-2106] Aug 18, 2015
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

2 participants