All notable changes to the Public 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.
Added a new endpoint to check the Locations service status. The new API endpoint is:
GET /locations/v1/locations/status
Removed the deprecated v1beta1 endpoints as they are no longer available.
- Added the required fields First Name and Last Name to the upload file in the Create locations using CSV file (
POST /locations/v1/locations/locations-csv-upload) API.
Added a new endpoint to bulk upload locations by uploading a CSV file. The new API endpoint is:
POST /locations/v1/locations/locations-csv-uploadPOST /locations/v1/locations/async-operation/{id}
Added the equality operator (eq) to the filter query parameter in the GET locations/v1/locations endpoint. The equality operator (eq) can be used with city and country properties. For example:
GET https://global.api.greenlake.hpe.com/locations/v1/locations?filter=city eq 'cityName'GET https://global.api.greenlake.hpe.com/locations/v1/locations?filter=country eq 'countryName'
Added a new API to reverse geocode a location. The new API endpoint is:
GET /locations/v1/address/revgeocode
Further, as part of the transition to the stable v1 version, the following endpoints were added:
GET /locations/v1/locationsGET /locations/v1/locations/{id}GET /locations/v1/locations/tagsGET /locations/v1/locations/tags/{id}POST /locations/v1/locationsPATCH /locations/v1/locations/{id}DELETE /locations/v1/locations/{id}PATCH /locations/v1/locations/update/{id}PATCH /locations/v1/locations/tags
As part of the transition to the stable v1 version, the following v1beta1 endpoints were deprecated and will no longer be available from 2024-11-04:
GET /locations/v1beta1/locationsGET /locations/v1beta1/locations/{id}GET /locations/v1beta1/locations/tagsGET /locations/v1beta1/locations/tags/{id}POST /locations/v1beta1/locationsPATCH /locations/v1beta1/locations/{id}DELETE /locations/v1beta1/locations/{id}PATCH /locations/v1beta1/locations/update/{id}PATCH /locations/v1beta1/locations/tags
The contact type "Support" option is deprecated in the create location
POST /locations/v1/locationsAPI.You can assign a contact within or outside of the HPE GreenLake platform. Provide the name 'NONGLP' for a contact outside the HPE GreenLake platform.
Three APIs added that help your retrieve location tag information and manage location tags.
The following public APIs were added.
GET /locations/v1beta1/locations/tagsGET /locations/v1beta1/locations/tags/{id}PATCH /locations/v1beta1/locations/tags
The initial release of the HPE GreenLake for Locations APIs.
The following public APIs were added.
GET /locations/v1beta1/locationsGET /locations/v1beta1/locations/{id}POST /locations/v1beta1/locationsPATCH /locations/v1beta1/locations/{id}DELETE /locations/v1beta1/locations/{id}