This is the API reference document for the HPE Flex Solutions data service. It provides endpoints to view and manage Flex device and orders solutions.
HPE Flex Solutions (v1beta1)
https://us-west.api.greenlake.hpe.com/
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/flex/public/openapi/flex-service/v1beta1/flex-api/
Filter expressions consisting of simple comparison operations joined by logical operators.
For the v1beta1 API, the following fields are supported for filtering under the ODATA specification:
idbillingAccountIdsowIdbillingAccountNamecustomerNameresellerNamepartnerNamedistributorNameisFlexPartner
Match all orders with given selected filters
Match all orders with given selected filters
Comma separated list of fields to be returned in the response. If not provided, all fields will be returned.
All fields are supported.
Comma separated list of fields to be sorted by in the response. The default sorting order is by orderEndDate in ascending order.
Zero-based resource offset to start the response from.
https://us-west.api.greenlake.hpe.com/flex/v1beta1/orders
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/flex/public/openapi/flex-service/v1beta1/flex-api/flex/v1beta1/orders
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://us-west.api.greenlake.hpe.com/flex/v1beta1/orders \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Successful Response
The unique ID of the order.
Date of creation of the resource
Date of last update of the resource
Monotonically increasing update counter of the resource
Unique ID of the billing account
Unique ID of Start of Work (SOW) billing order
Name of the billing account
Date of order creation
Date of order expiration
The total number of items in the collection that match the filter query, if one was provided in the request.
{ "items": [ { … } ], "count": 0, "total": 0, "offset": 0 }
Field to be grouped by. Will return unique results of that type.
Supported fields are:
sowIdcustomerNamebillingAccountNamebillingAccountIdpartnerName
(partnerName is a unique combined set of resellerName and distributorName)
Filter expressions consisting of simple comparison operations joined by logical operators.
For the v1beta1 API, the following fields are supported for filtering under the ODATA specification:
billingAccountIdsowIdbillingAccountNamecustomerNameresellerNamedistributorNamepartnerName
Match all orders with given selected filters
Match all orders with given selected filters
Fields to be sorted by in the response. The default sorting order is by the group-by field in ascending order. The sort field must be one of the group-by fields, if given.
Zero-based resource offset to start the response from.
https://us-west.api.greenlake.hpe.com/flex/v1beta1/orders/transform
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/flex/public/openapi/flex-service/v1beta1/flex-api/flex/v1beta1/orders/transform
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
'https://us-west.api.greenlake.hpe.com/flex/v1beta1/orders/transform?group-by=partnerName' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "items": [ { … } ], "count": 0, "total": 0, "offset": 0 }