Skip to content

Commit c6545bc

Browse files
authored
Merge pull request #2190 from hpe-dev-incubator/cms/greenlake/hpe-greenlake-platform/home
Update GreenLake “hpe-greenlake-platform/home”
2 parents 5024d40 + 5a195e9 commit c6545bc

File tree

1 file changed

+64
-3
lines changed
  • content/greenlake/hpe-greenlake-platform

1 file changed

+64
-3
lines changed

content/greenlake/hpe-greenlake-platform/home.md

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,84 @@ description: A managed cloud experience that accelerates your transformation by
77
image: https://www.hpe.com/content/dam/hpe/shared-publishing/images-norend/generic-named/c-e/Data-slice-CO-02-16-9.jpg.hpetransform/bounded-resize:width=1200/image.webp
88
width: large
99
priority: 1
10-
active: false
10+
active: true
1111
tags:
1212
- hpe-greenlake-cloud-platform
1313
- hpe-greenlake-platform
1414
- hpe-greenlake
1515
---
16+
<style>
17+
ul li{
18+
font-size:27px;
19+
margin-top: 10px;
20+
}
21+
ul li:first-child {
22+
margin-top:0;
23+
}
24+
</style>
25+
1626
The HPE GreenLake platform, along with its marketplace and partner ecosystem, provides customers with a consistent, unified foundation for application development and hybrid cloud innovation. This helps customers reduce costs and complexity, while enhancing stability and performance across multiple IT environments.
1727

1828
[Learn more about HPE GreenLake](https://www.hpe.com/us/en/greenlake.html)
1929

2030
## APIs and Documentation
2131

22-
HPE GreenLake customers and partners can take advantage of our well-documented, secure, and scalable framework of APIs for HPE GreenLake found in our developer portal. Learn more about the unified HPE GreenLake experience for developers by visiting the [HPE GreenLake Developer Portal](https://developer.greenlake.hpe.com).
32+
HPE GreenLake customers and partners can take advantage of our well-documented, secure, and scalable framework of APIs for HPE GreenLake found in the [HPE GreenLake Developer Portal](https://developer.greenlake.hpe.com), covering both the HPE GreenLake platform and the HPE GreenLake cloud services that run on it.
33+
34+
The HPE GreenLake APIs:
35+
36+
* Conform to the OpenAPI 3.0 specification. This makes them easy to learn, discoverable by code, and accessible with any programming language.
37+
* Use a single endpoint. All calls go to a single unified API global domain endpoint: *ht<span>tps://</span>global.api.greenlake.hpe.com*
38+
* Use a single OAuth token to access all APIs.
39+
* Are built to be secure and highly available.
40+
* Are RESTful for flexible implementation.
41+
42+
We provide a [dedicated developer portal](https://developer.greenlake.hpe.com) to support you with documentation, code, community, and more.
43+
44+
For the HPE GreenLake platform, the following APIs are currently available:
45+
46+
### Workspace management
47+
48+
Learn about the details of a workspace, and discover how to fully create, read, update, and delete (CRUD) on managed service provider (MSP) tenant workspaces. You can also access a full CRUD roster of users, enabling you to send invitations to join a workspace.
49+
50+
>>[Visit Workspace management API Reference](https://developer.greenlake.hpe.com/docs/greenlake/services/iam/)
51+
52+
### Authorization
53+
54+
Familiarize yourself with the details about a permissions role, or full CRUD on user assignments to roles.
55+
56+
### Devices and subscriptions management
57+
58+
Add and modify hardware devices in a workspace, initiate subscriptions, and assign to devices.
59+
60+
>>[Visit device management API Reference](https://developer.greenlake.hpe.com/docs/greenlake/services/device-management/public)
61+
62+
>>[Visit subscription management API Reference](https://developer.greenlake.hpe.com/docs/greenlake/services/subscription-management/public)
63+
64+
### Locations
65+
66+
Create, read, and update physical locations used for shipping and support.
67+
68+
>>[Visit locations management API Reference](https://developer.greenlake.hpe.com/docs/greenlake/services/location-management/public)
69+
70+
### Audit Log
71+
72+
Read details about user actions for accountability.
73+
74+
>>[Visit Audit log API reference](https://developer.greenlake.hpe.com/docs/greenlake/services/audit-logs/public/)
75+
76+
### Wellness
77+
78+
Get a list of wellness events via searches and filters, organize them with tags, read event details, pull KPIs, and open support cases.
79+
80+
>>[Visit Wellness API reference](https://developer.greenlake.hpe.com/docs/greenlake/services/wellness/public/)
81+
82+
83+
Learn more about the unified HPE GreenLake experience for developers by visiting the [HPE GreenLake Developer Portal](https://developer.greenlake.hpe.com).
2384

2485
## Demos and resources
2586

26-
Get an overview of how you can manage workloads with the HPE GreenLake platform using our [quick demos](https://www.hpe.com/us/en/greenlake/demos.html).
87+
Get an overview of how you can manage workloads with the HPE GreenLake platform using our [interactive demos](https://hpe.com/greenlake/demos).
2788

2889
## Workshops-on-Demand
2990

0 commit comments

Comments
 (0)