Skip to content

Commit 923474a

Browse files
authored
Merge pull request #2423 from hpe-dev-incubator/cms/blog/get-started-with-the-foundational-apis-for-the-hpe-greenlake-edge-to-cloud-platform-–-part-1-introduction-to-the-apis
Update Blog “get-started-with-the-foundational-apis-for-the-hpe-greenlake-edge-to-cloud-platform-–-part-1-introduction-to-the-apis”
2 parents 247a65a + 2a8afca commit 923474a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/blog/get-started-with-the-foundational-apis-for-the-hpe-greenlake-edge-to-cloud-platform-–-part-1-introduction-to-the-apis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The set of APIs for common platform services includes:
5454

5555
* **Subscription management:** Subscription management service maintains the subscriptions and licenses for cloud management of devices for networking, compute and storage, and cloud software as-a-service.
5656

57+
* **Service catalog management:** Service Catalog service allows you to manage the workspace services and service managers that are used to operate and manage workloads and their underlying infrastructure. These services run on top of the HPE GreenLake platform.
58+
5759
* **Audit log management:** Audit log service records the occurrence of events emitted by any device or service. These logs can also be used for auditing purposes, track user activity, investigate breaches and ensure compliance with regulatory requirements.
5860

5961
* **Wellness event service:** Wellness service presents wellness events for several HPE services and products in the workspace. In a near future, it will also enable you to open a support ticket corresponding to a wellness event when appropriate.
@@ -82,7 +84,7 @@ As an IT administrator, before you can work with the APIs for common HPE GreenLa
8284
8385
3. Gather the unique identifier of your organization workspace: Go to **Manage Workspace** in the [HPE GreenLake platform Graphical User Interface](https://common.cloud.hpe.com/) to get the identifier of your workspace. **Save** the *workspace identifier*.
8486

85-
4. Obtain the unique ***identifier*** of your services deployed in your workspace. These services are typically HPE Aruba Networking Central, Data Services, and HPE GreenLake for Compute Ops Management used to manage and operate your networking, compute and storage infrastructure. Using your Internet browser, log in to the HPE GreenLake platform UI and launch the **inspect element** feature of your browser to inspect the **Network** activity. In your workspace, select **Services** and check the network activity in the inspect element. In the left-end panel, select **provisions**, and select **Response** in the Network activity panel to display the list of services provisioned in your workspace. **Save** the ***identifier*** (displayed as *application\_id* in the *Response* tab) for each of your *PROVISIONED* services. You will need this information when making REST API calls to the foundational, common services for the HPE GreenLake platform.
87+
4. Obtain the unique ***identifier*** of your services deployed in your workspace. These services are typically HPE Aruba Networking Central, Data Services, and HPE GreenLake for Compute Ops Management used to manage and operate your networking, compute and storage infrastructure. One method is to use your Internet browser, log in to the HPE GreenLake platform UI and launch the **inspect element** feature of your browser to inspect the **Network** activity. In your workspace, select **Services** and check the network activity in the inspect element. In the left-end panel, select **provisions**, and select **Response** in the Network activity panel to display the list of services provisioned in your workspace. **Save** the ***identifier*** (displayed as *application\_id* in the *Response* tab) for each of your *PROVISIONED* services. Another method is to use the [Service catalog API](https://developer.greenlake.hpe.com/docs/greenlake/services/service-catalog/public/) to list the services that are ***provisioned*** in your workspace. You will need the information about the provisioned services when making REST API calls to the foundational, common services for the HPE GreenLake platform.
8688

8789
5. Get information (email address) for a user to invite to your workspace.
8890

0 commit comments

Comments
 (0)