Integration via REST API ======================== This chapter explains ways to provision, enable, disable, and terminate S3 users as well as set user and bucket limits for billing purposes. The provided examples are Bash commands with which you can send requests to S3 cluster's REST API via cURL and OpenSSL. Responses are in JSON format and can be processed further with tools like ``json_pp`` or ``json_reformat``. .. note:: Replace ``http://s3.example.com`` in examples with your actual S3 gateway URL. .. toctree:: :caption: In this chapter: :maxdepth: 3 :numbered: requirements-rest-api managing-s3-users-via-rest-api managing-s3-user-and-bucket-limits-via-rest-api obtaining-usage-statistics-via-rest-api