HPE Greenlake For Storage Fleet REST APIs
HPE Greenlake For Storage Fleet REST APIs (1.2.0)
https://eu1.data.cloud.hpe.com/
https://us1.data.cloud.hpe.com/
https://jp1.data.cloud.hpe.com/
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/storage-fleet/public/openapi/storage-fleet-public-v1alpha1/storage-fleet-api/
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
https://us1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
https://jp1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/storage-fleet/public/openapi/storage-fleet-public-v1alpha1/storage-fleet-api/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/7CE751P312/alert-contacts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Unique Identifier of the contact
The customer application identifier
A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date.
Email sent to contact shall include service alert
Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug
Preferred language when being contacted or emailed
Contact will receive grouped low urgency email notifications
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
Severities of notifications the contact will be notificated. An array of number: 0 - Fatal, 1 - Critical, 2 - Major, 3 - Minor, 4 - Degraded, 5 - Info, 6 - Debug
Contact will receive grouped low urgency email notifications
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
https://us1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
https://jp1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/storage-fleet/public/openapi/storage-fleet-public-v1alpha1/storage-fleet-api/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/7CE751P312/alert-contacts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{}'{ "message": "Successfully submitted", "status": "SUBMITTED", "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c" }
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts/{id}
https://us1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts/{id}
https://jp1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts/{id}
- Mock server
https://developer.greenlake.hpe.com/_mock/docs/greenlake/services/storage-fleet/public/openapi/storage-fleet-public-v1alpha1/storage-fleet-api/storage-fleet/v1alpha1/devtype4-storage-systems/{systemId}/alert-contacts/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X DELETE \
https://eu1.data.cloud.hpe.com/storage-fleet/v1alpha1/devtype4-storage-systems/7CE751P312/alert-contacts/a4c78226-69cd-b9e7-af3e-445ca8f8a655 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "message": "Successfully submitted", "status": "SUBMITTED", "taskUri": "/rest/vega/v1/tasks/4969a568-6fed-4915-bcd5-e4566a75e00c" }