Riak KV HTTP API

RESTful HTTP API for Riak KV providing GET, PUT, POST, and DELETE access to buckets, objects, secondary indexes, search, MapReduce, and CRDT data types. Default port is 8098. Authentication and authorization are configured via Riak security on the server.

API entry from apis.yml

apis.yml Raw ↑
aid: riak:http-api
name: Riak KV HTTP API
description: RESTful HTTP API for Riak KV providing GET, PUT, POST, and DELETE access to buckets, objects,
  secondary indexes, search, MapReduce, and CRDT data types. Default port is 8098. Authentication and
  authorization are configured via Riak security on the server.
humanURL: https://docs.riak.com/riak/kv/latest/developing/api/http
baseURL: http://<your-riak-host>:8098
tags:
- HTTP API
- Key-Value
- Buckets
- MapReduce
- Secondary Indexes
properties:
- type: Documentation
  url: https://docs.riak.com/riak/kv/latest/developing/api/http
- type: HTTP Bucket Operations
  url: https://docs.riak.com/riak/kv/latest/developing/api/http/list-buckets.1.html
- type: HTTP Object Operations
  url: https://docs.riak.com/riak/kv/latest/developing/api/http/fetch-object.1.html