API for registering and managing HTTP webhooks and subscriptions.
System Webhook API - v1beta1 (v1beta1)
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/
https://hoku-ext-api.ccs.arubathena.com/
https://polaris-default-ext-api.ccs.arubathena.com/
https://mira-default-ext-api-api.ccs.arubathena.com/
https://pavo-default-ext-api.common.cloud.hpe.com/
https://global.api.greenlake.hpe.com/
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-webhooks
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-webhooks
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X POST \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "License Notification",
"destination": "https://example.com/new-endpoint"
}'{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "License Notification", "type": "events/webhook", "destination": "https://example.com/new-endpoint", "hpePrincipal": "user:<opaque-global-id>", "resourceUri": "/events/v1beta1/system-webhooks/123e4567-e89b-12d3-a456-426614174000", "generation": 1, "createdBy": "sample.user@example.com", "createdAt": "2024-04-29T15:25:06.194Z", "updatedBy": "sample.user@example.com", "updatedAt": "2024-04-29T15:25:06.194Z" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-webhooks
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-webhooks
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-webhooks
- 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/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "items": [ { … } ], "count": 0, "offset": 0, "total": 0 }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-webhooks/{id}
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-webhooks/{id}
- 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/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "License Notification", "type": "events/webhook", "destination": "https://example.com/new-endpoint", "hpePrincipal": "user:<opaque-global-id>", "resourceUri": "/events/v1beta1/system-webhooks/123e4567-e89b-12d3-a456-426614174000", "generation": 1, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedAt": "2019-08-24T14:15:22Z" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-webhooks/{id}
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-webhooks/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X PATCH \
'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{}'{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "License Notification", "type": "events/webhook", "destination": "https://example.com/new-endpoint", "hpePrincipal": "user:<opaque-global-id>", "resourceUri": "/events/v1beta1/system-webhooks/123e4567-e89b-12d3-a456-426614174000", "generation": 1, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedAt": "2019-08-24T14:15:22Z" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-webhooks/{id}
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-webhooks/{id}
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-webhooks/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X DELETE \
'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/event/public/openapi/webhook-v1beta1/system-webhook-v1beta1-nbapi/events/v1beta1/system-webhooks/{id}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'