You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/getting-started-with-the-hpe-greenlake-developer-portal.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ When reaching the [HPE GreenLake Developer Portal](https://developer.greenlake.h
15
15
16
16

17
17
18
-
19
-
20
18
## Guides: Learn how to get started using the HPE Greenlake Developer Portal.
21
19
22
20
The minimal requirement of being able to start using the portal is to have an HPE user account or an HPE GreenLake Account. To leverage the HPE GreenLake platform APIs, the user will need to create an API client credentials for the HPE GreenLake platform. With the API client credentials, the user will be able to create an access token.
@@ -37,8 +35,6 @@ Authenticated-User: Every logged in user will have this role.
37
35
38
36
Users with the Partner role can access restricted content that is specific to a Partner.
39
37
40
-
41
-
42
38
## Services: Discover the HPE Greenlake platform APIs
43
39
44
40
When clicking on the second tile (Services), provides you with access to the HPE GreenLake APIs. But, as mentioned previously, without any access token, one cannot really do much with any APIs. Therefore, the very first step described in the documentation [here](https://developer.greenlake.hpe.com/docs/greenlake/guides/#generate-or-reset-application-credentials) is to create API client credentials for the HPE GreenLake platform and generate an access token.
@@ -51,7 +47,7 @@ The HPE GreenLake audit log service, for instance, will offer a collection of RE
51
47
52
48
Each service section offers, at a minimum, an overview, a guide, the Open API specification, and the associated API reference documentation. Some services provide additional parts to dive into more specific's areas of the service. For instance, HPE GreenLake for Compute Ops Management service provide additional details about event webhooks and jobs. A webhook is an HTTP-based callback function that allows lightweight, event-driven communication between two APIs. A job is a multi-step task that is managed by Compute Ops Management to perform an action on a resource. For example, performing power operations or firmware updates on a server.
53
49
54
-
The Overview gives a definition of the service. The Guide explains the core details of the service from an API standpoint. Finally, the API reference documentation will provide you with a download link to the Open API specification file in JSON format of the API. This JSON file can be used in Postman, allowing you to build collection of REST API calls. In fact, the HPE Developer Community team has already put together a nice HPE GreenLake platform API collection. You can get the Postman collection from the \[HPE Developer Community tooling GitHub repository](https://github.com/hpe-dev-incubator/GLP-API-Tooling/tree/main/Postman-Collections).
50
+
The Overview gives a definition of the service. The Guide explains the core details of the service from an API standpoint. Finally, the API reference documentation will provide you with a download link to the Open API specification file in JSON format of the API. This JSON file can be used in Postman, allowing you to build collection of REST API calls. In fact, the HPE Developer Community team has already put together a nice HPE GreenLake platform API collection. You can get the Postman collection from the [HPE Developer Community tooling GitHub repository](https://github.com/hpe-dev-incubator/GLP-API-Tooling/tree/main/Postman-Collections)
55
51
56
52
Finally, “la cerise sur le gateau” as we say in French, the try part. There you can make real API calls related to the selected service, bearing in mind that you have an HPE account, joined a workspace, and that you have generated the necessary API client credentials and access token.
57
53
@@ -75,8 +71,6 @@ In addition, a Change Log section will inform you about the versioning of the AP
75
71
76
72
Ther third tile allows you to reach out to us, the HPE Developer Community. Our web portal as mentionned in the introductionnary words of this blog, will help you find all things software at HPE. [Join us](https://developer.hpe.com/community) to collaborate and build applications and integrations with HPE products using the latest software and open source technologies.
77
73
78
-
79
-
80
74
The HPE GreenLake Developer Portal offers one last important feature: **The search window**. Rather than browsing through the page to look for a necessary piece of information, you can use the search box and get the result you need straight away. Let ‘s say you would like to know about HPE GreenLake for Compute Ops ‘APIs. A quick search will present you with many relevant entries.
81
75
82
76

@@ -85,6 +79,6 @@ The HPE GreenLake Developer Portal offers one last important feature: **The sear
85
79
86
80
This blog post is intended to help you get started with the HPE GreenLake Developer Portal. Additional posts on the HPE GreenLake platform APIs have been produced by the HPE Developer Community team. There is a three-part series that takes you through the preparation steps you need to use the APIs for common platform services and walks you through the steps required to obtain an OAuth access token to make secure REST API calls to the HPE GreenLake platform APIs. Then, you can dive into the Postman collection to learn how you, as an IT (Information Technology) administrator of the HPE GreenLake platform, can configure and manage workspace resources (users’ identity, devices, and subscriptions), and how you can track activities within your workspace to monitor the overall health of services and devices in your workspace.
87
81
88
-
Another way to experience these APIs is to check out one of our hands-on Workshops-on-Demand that lets you play with the HPE GreenLake APIs mentioned in this blog post. The workshops are free, available 24/7, and quite easy to use. They give you a real-world experience without any risk. Check out our [catalog of workshops](https://developer.hpe.com/hackshack/workshops), register for the one you are interested and go! It is as simple as that.
82
+
Another way to experience these APIs is to check out one of our hands-on Workshops-on-Demand that lets you play with the HPE GreenLake APIs mentioned in this blog post. The workshops are free, available 24/7, and quite easy to use. They give you a real-world experience without any risk. Check out our [catalog of workshops](https://developer.hpe.com/hackshack/workshops), register for the one you are interested and go! It is as simple as that.
89
83
90
-
If you still have any questions regarding the HPE GreenLake platform APIs, join the [HPE Developer Community Slack Workspace](https://developer.hpe.com/slack-signup/) and start a discussion in our [#hpe-greenlake-api](https://hpedev.slack.com/archives/C02EG5XFK8Q) channel. We are always here to help.
84
+
If you still have any questions regarding the HPE GreenLake platform APIs, join the [HPE Developer Community Slack Workspace](https://developer.hpe.com/slack-signup/) and start a discussion in our [\#hpe-greenlake-api](https://hpedev.slack.com/archives/C02EG5XFK8Q) channel. We are always here to help.
0 commit comments