Skip to content

Commit 26c0dc7

Browse files
committed
Update Blog “getting-started-with-hpe-greenlake-api-for-backup-and-recovery”
1 parent eef5c8c commit 26c0dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/blog/getting-started-with-hpe-greenlake-api-for-backup-and-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Here is the list of the steps required to perform this use case using HPE Gre
123123

124124
![Discover deployed StoreOnce to create cloud protection store](/img/api-discover-storeonce.png)
125125

126-
2. Next, I discovered the cloud storage at the correct location from the list of the available storage location and copy the `storageLocationId` as shown in below JSON response body. The discovery was done by using the HPE GreenLake API for Data Services [set of APIs](https://developer.greenlake.hpe.com/docs/greenlake/services/data-services/public/guide/). Note from the below figure that I used filter `“backup-and-recovery”` in capabilities to capture selected storage locations with the correct capability. The below figure shows information about the location (region) where the data will be stored; conversely, it’s located at `“Richmond”`, cloud service provide was `“AZURE”`, and cloud services provider identification is `“eastus2”`. I the copied value `"azure:eastus2"` from the key `id` of this API's response body as the `storageLocationID` value. The API used for this: `GET /data-services/v1beta1/storage-locations?filter=”backup-and-recovery” in capabilities`.
126+
2. Next, I discovered the cloud storage at the correct location from the list of the available storage location and copy the `storageLocationId` as shown in below JSON response body. The discovery was done by using the HPE GreenLake [API](https://developer.greenlake.hpe.com/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/operation/ListLocations/) for Data Services API set. Note from the below figure that I used filter `“backup-and-recovery”` in capabilities to capture selected storage locations with the correct capability. The below figure shows information about the location (region) where the data will be stored; conversely, it’s located at `“Richmond”`, cloud service provide was `“AZURE”`, and cloud services provider identification is `“eastus2”`. I the copied value `"azure:eastus2"` from the key `id` of this API's response body as the `storageLocationID` value. The API used for this: `GET /data-services/v1beta1/storage-locations?filter=”backup-and-recovery” in capabilities`.
127127

128128
![API to figure out the Azure storage location](/img/figure-out-storage-location.png)
129129

0 commit comments

Comments
 (0)