Changelog
All notable changes to the Public APIs are documented in this file.
Legend
[//]: <> (Based on: https://keepachangelog.com/en/1.1.0/)
The format is group changes to describe their impact on the project, as follows:
-
Added
for new features. -
Changed
for changes in existing functionality. -
Deprecated
for once-stable features removed in upcoming releases. -
Removed
for deprecated features removed in this release. -
Fixed
for any bug fixes. -
Security
to invite users to upgrade in case of vulnerabilities.
March 2025
Added
Added a new endpoint to bulk upload locations by uploading a CSV file. The new API endpoint is:
-
POST /locations/v1/locations/locations-csv-upload
-
POST /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'
November 2024
Added
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/locations
-
GET /locations/v1/locations/{id}
-
GET /locations/v1/locations/tags
-
GET /locations/v1/locations/tags/{id}
-
POST /locations/v1/locations
-
PATCH /locations/v1/locations/{id}
-
DELETE /locations/v1/locations/{id}
-
PATCH /locations/v1/locations/update/{id}
-
PATCH /locations/v1/locations/tags
Deprecated
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/locations
-
GET /locations/v1beta1/locations/{id}
-
GET /locations/v1beta1/locations/tags
-
GET /locations/v1beta1/locations/tags/{id}
-
POST /locations/v1beta1/locations
-
PATCH /locations/v1beta1/locations/{id}
-
DELETE /locations/v1beta1/locations/{id}
-
PATCH /locations/v1beta1/locations/update/{id}
-
PATCH /locations/v1beta1/locations/tags
Changed
-
The contact type "Support" option is deprecated in the create location
POST /locations/v1/locations
API. - 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.
July 2024
Three APIs added that help your retrieve location tag information and manage location tags.
Added
The following public APIs were added.
-
GET /locations/v1beta1/locations/tags
-
GET /locations/v1beta1/locations/tags/{id}
-
PATCH /locations/v1beta1/locations/tags
2024-11-22
The initial release of the HPE GreenLake for Locations APIs.
Added
The following public APIs were added.
-
GET /locations/v1beta1/locations
-
GET /locations/v1beta1/locations/{id}
-
POST /locations/v1beta1/locations
-
PATCH /locations/v1beta1/locations/{id}
-
DELETE /locations/v1beta1/locations/{id}