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
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,26 +9,24 @@ tags:
9
9
---
10
10
# Getting started with the HPE GreenLake Developer Portal
11
11
12
-
You know about the [HPE Developer Community portal](https://developer.hpe.com/) that provides an entry point to everything you need to know about HPE from a software developer and user standpoint, including how to access APIs (application programming interfaces), SDKs (software development kits), and training. The HPE Developer Community portal covers a wide range of HPE products, from HPE OneView, iLO, and Cray to the HPE GreenLake platform.
12
+
You know about the [HPE Developer Community portal](https://developer.hpe.com/) that provides an entry point to everything you need to know about HPE from a software developer and IT Ops standpoint, including how to access APIs (application programming interfaces), SDKs (software development kits), and training. The HPE Developer Community portal covers a wide range of HPE products, from HPE OneView, iLO, and Cray to the HPE GreenLake platform.
13
13
14
14
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.
15
15
16
16
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.
17
17
18
18

19
19
20
-
## Guides: Learn how to get started using the HPE Greenlake Developer Portal.
20
+
## Guides: Learn how to get started using the HPE GreenLake Developer Portal.
21
21
22
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
23
24
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
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:
26
+
It is important to note that some content on the portal is private or only visible to a restricted group (for example, partnersor developers). The portal comes with the following roles:
27
27
28
28
*Public*
29
29
30
-
The portal comes with the following default roles.
31
-
32
30
Guest: Every visitor will have this role with a single permission to read all public content on the portal.
33
31
34
32
Authenticated-User: Every logged in user will have this role.
@@ -39,13 +37,13 @@ Users with the Partner role can access restricted content that is specific to a
39
37
40
38
## Services: Discover the HPE Greenlake platform APIs
41
39
42
-
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.
40
+
When clicking on the second tile (Services), provides you with access to the HPE GreenLake APIs. But, as mentioned previously, an API needs a token to be tested. Therefore, the very first step described in the documentation n API[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.
43
41
44
42

45
43
46
44
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.
47
45
48
-
The HPE GreenLake audit log service, for instance, will offer a collection of RESTful APIs for publishing audit logs, managing configurations, and retrieving application-specific and overall platform logs.
46
+
[The HPE GreenLake audit log service](https://developer.greenlake.hpe.com/docs/greenlake/services/audit-logs/public/), for instance, will offer a collection of RESTful APIs for publishing audit logs, managing configurations, and retrieving application-specific and overall platform logs.
49
47
50
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.
51
49
@@ -75,7 +73,7 @@ Ther third tile allows you to reach out to us, the HPE Developer Community.
75
73
76
74
The HPE GreenLake Developer Portal offers one last important feature:
77
75
78
-
## **The search window:**
76
+
## **The search window:**
79
77
80
78
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.
0 commit comments