All notable changes to the internal APIs are documented in this file.
Based on: https://keepachangelog.com/en/1.1.0/
The format is group changes to describe their impact on the project, as follows:
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor once-stable features removed in upcoming releases.Removedfor deprecated features removed in this release.Fixedfor any bug fixes.Securityto invite users to upgrade in case of vulnerabilities.
Identity Management was renamed User Management and moved to Services > User Management. No functionality of any API was changed.
Workspace Management APIs have moved directly under Services > Workspaces. No functionality of any API has been changed.
The name for Workspaces was changed to Identity and Credential Management.
GET /workspaces/v1/workspaces/{workspaceId}GET /workspaces/v1/msp-tenantsPOST /workspaces/v1/msp-tenantsPUT /workspaces/v1/msp-tenants/{tenantId}DELETE /workspaces/v1/msp-tenants/{tenantId}
Added four HPE GreenLake for Credential Management APIs. With these APIs, you can get, add, reset, and delete credentials in standard enterprise, managed service provider (MSP), or an MSP tenant workspace.
GET /workspaces/v1/credentialsPOST /workspaces/v1/credentialsDELETE /workspaces/v1/credentials/{id}POST /workspaces/v1/credentials/{id}/reset