StorageGRID Webscale 11.1 supports version 2 of the Tenant Management API.
New compliance section
You can use the endpoint in the new compliance section to determine how global Compliance is configured for the StorageGRID Webscale system in the Grid Manager or the Grid Management API.
New endpoints for containers section
The
containers section includes new endpoints to allow you to:
- Create a S3 bucket. If compliance has been enabled for the StorageGRID Webscale system, you can also configure the bucket's compliance settings.
- Get or update the compliance settings for an S3 bucket, if compliance has been enabled.
- Create, update, or delete a bucket's CORS
configuration.
Default consistency level deprecated
The "default" consistency level is deprecated in v2 of the Tenant Management API. In v3 of the API (future release of StorageGRID Webscale), "default" will no longer be returned by GET /org/containers/{containerName}/consistency. See "Removed or deprecated features" for more information.
Changes to endpoint section
In the StorageGRID Webscale 11.0 release, POST /org/endpoints returned a 200 code on success. It now returns a 201 code to match the published schema and similar APIs.