API for registering and managing HTTP webhooks and subscriptions.
Webhook Internal API - v1beta1 (v1beta1)
Download OpenAPI description
Overview
License
Languages
Servers
Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/webhook-v1beta1-internal-api/
http://unified-events-registration-service.unified-events.svc.cluster.local:5000/
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/webhook-v1beta1-internal-api/internal-events/v1beta1/subscriptions
http://unified-events-registration-service.unified-events.svc.cluster.local:5000/internal-events/v1beta1/subscriptions
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/webhook-v1beta1-internal-api/internal-events/v1beta1/subscriptions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'subscriptions retrieved successfully.
Monotonically increasing update counter to track the subscription version.
The filter to apply to events. Filtering Standard
Response
application/json
{ "id": "0908777a-788f-45da-afb8-295c626e4d14", "workspaceId": "0908777a-788f-45da-afb8-295c626e4d14", "resourceUri": "/events/v1beta1/subscriptions/3fa85f64-5717-4562-b3fc-2c963f66afa6", "eventType": "string", "hpePrincipal": "user:<opaque-global-id>", "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedAt": "2019-08-24T14:15:22Z", "generation": 1, "status": "enabled", "eventFilter": "createdAt lt 2021-05-12T07:20:00.00Z" }