Changes to the Grid Management API in StorageGRID
StorageGRID 12.1 uses version 4 of the Grid Management API. Version 4 deprecates version 3; however, versions 1, 2, and 3 are still supported.
|
|
You can continue to use deprecated versions of the management API with StorageGRID; however, support for these versions of the API will be removed in a future release of StorageGRID. After upgrading to StorageGRID 12.0 or later, you can deactivate the deprecated APIs by using the PUT /grid/config/management API.
|
To learn more, go to Use the Grid Management API.
New endpoints for changing the BMC password and LAN IP settings
The following endpoint has been added to allow you to change an appliance BMC password.
PUT /bmc-configuration/root-password
The following endpoints have been added to allow you to change or view the BMC LAN IP settings.
PUT /grid/bmc/{node-id}/lan-ip-config
GET /grid/bmc/{node-id}/lan-ip-config