StorageGRID Webscale 11.0 supports version 2 of the Grid Management API. Version 2 of the Grid Management API deprecates version 1 of the management API.
Previously, error data was always returned in JSON format, regardless of what format was specified as preferred in the Accept header for the API request. Now, error data will be returned in HTML format, if HTML is specified as the preferred format.
The Authorize API accepts a new optional parameter, csrfToken. If true, CSRF tokens are required when signing in.
The csrfToken is set to true when you sign in using the Grid Management Interface or Tenant Management Interface. Applications that share cookies with one of these StorageGRID Webscale Management user interfaces might be affected by this change. See "How to protect against Cross-Site Request Forgery" in the Administrator Guide for more information.