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
+56-1Lines changed: 56 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,39 @@ You know about the [HPE Developer Community portal](https://developer.hpe.com/)
11
11
12
12
From the HPE Developer Community portal, you can access the HPE GreenLake-specific developer portal where you can access the API documentation along with some trial capabilities.
13
13
14
+
When reaching the [HPE GreenLake Developer Portal](https://developer.greenlake.hpe.com/), you are presented with three tiles that allow you to make the best use of the portal.
15
+
16
+

17
+
18
+
19
+
20
+
## Guides: Learn how to get started using the HPE Greenlake Developer Portal.
21
+
22
+
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.
23
+
24
+
One cannot generate an access token without having an HPE account part of a workspace. You will be guided through all the different steps to create the account either through the present portal or through the HPE GreenLake portal.
25
+
26
+
It is important to note that some content on the portal is private or only visible to a restricted group (for example, partners, developers, or administrators The portal comes with the following roles:
27
+
28
+
*Public*
29
+
30
+
The portal comes with the following default roles.
31
+
32
+
Guest: Every visitor will have this role with a single permission to read all public content on the portal.
33
+
34
+
Authenticated-User: Every logged in user will have this role.
35
+
36
+
*Partner*
37
+
38
+
Users with the Partner role can access restricted content that is specific to a Partner.
39
+
40
+
41
+
42
+
## Services: Discover the HPE Greenlake platform APIs
43
+
44
+
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.
45
+
46
+

14
47
15
48
Once you have your token, you can try the different APIs that are related to the different services listed on the left-hand side of the page.
16
49
@@ -24,7 +57,29 @@ Finally, “la cerise sur le gateau” as we say in French, the try part. There
24
57
25
58
By simply clicking the Try it button, you can get access to the API.
26
59
27
-
Summary
60
+

61
+
62
+
Now, you can pass your first API call. Simply paste the token in the security window and hit the Send button.
63
+
64
+

65
+
66
+
As a result, a 200 status will inform you that the call was passed correctly, and the Headers window will display the result of the call.
67
+
68
+
On the right-hand side of the windows, you will see that samples are being presented. You will find Curl, JavaScript, Node.js, Java, Python versions that you can copy / paste to test, allowing you to integrate them easily.
69
+
70
+

71
+
72
+
73
+
74
+
75
+
76
+
In addition, a Change Log section will inform you about the versioning of the API and changes related to it.
77
+
78
+
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.
79
+
80
+

81
+
82
+
## Summary
28
83
29
84
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.
0 commit comments