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/
The type of event to subscribe. Events Standard
A reference to a specific webhook resource, providing a link (URI) directly to the referenced webhook.
- 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-subscriptions
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-subscriptions
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-subscriptions
- 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-subscriptions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"eventType": "com.hpe.greenlake.sample-publisher.v1beta1.sample-event1",
"webhook": {
"resourceUri": "/events/v1beta1/system-webhooks/123e4567-e89b-12d3-a456-426614174000"
}
}
]'[ { "id": "0908777a-788f-45da-afb8-295c626e4d14", "type": "events/subscription", "eventType": "com.hpe.greenlake.sample-publisher.v1beta1.sample-event1", "resourceUri": "/events/v1beta1/system-subscriptions/3fa85f64-5717-4562-b3fc-2c963f66afa6", "webhook": { … }, "hpePrincipal": "user:<opaque-global-id>", "generation": 1, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedAt": "2019-08-24T14:15:22Z" } ]
Filter subscriptions events using an OData V4 formatted filter string.
Returns subscriptions for a user within a particular webhook.
Specifies the number of results to be returned. The default value is 10.
- 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-subscriptions
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-subscriptions
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-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/system-webhook-v1beta1-nbapi/events/v1beta1/system-subscriptions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Subscriptions retrieved successfully.
An array of subscription objects, each representing a unique subscription.
The response schema for WebhookSubscription.
Monotonically increasing update counter to track the subscription version.
The number of subscription objects returned in the items array for the current request.
The zero-based index in the complete list of retrieved subscriptions that marks the beginning of the response.
{ "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-subscriptions
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-subscriptions
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-subscriptions
- 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-subscriptions?id=id%3D0908777a-788f-45da-afb8-295c626e4d14' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'The type of event to subscribe. Events Standard
A reference to a specific webhook resource, providing a link (URI) directly to the referenced webhook.
- 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-subscriptions
- Hoku endpoint(Dev)
https://hoku-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Polaris endpoint(QA)
https://polaris-default-ext-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Mira endpoint(QA)
https://mira-default-ext-api-api.ccs.arubathena.com/events/v1beta1/system-subscriptions
- Pavo endpoint(Staging)
https://pavo-default-ext-api.common.cloud.hpe.com/events/v1beta1/system-subscriptions
- Aquila endpoint(Production)
https://global.api.greenlake.hpe.com/events/v1beta1/system-subscriptions
- 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-subscriptions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '[
{
"subscriptionId": "string",
"eventType": "com.hpe.greenlake.sample-publisher.v1beta1.sample-event1",
"webhook": {
"resourceUri": "/events/v1beta1/system-webhooks/123e4567-e89b-12d3-a456-426614174000"
}
}
]'[ { "id": "0908777a-788f-45da-afb8-295c626e4d14", "type": "events/subscription", "eventType": "com.hpe.greenlake.sample-publisher.v1beta1.sample-event1", "resourceUri": "/events/v1beta1/system-subscriptions/3fa85f64-5717-4562-b3fc-2c963f66afa6", "webhook": { … }, "hpePrincipal": "user:<opaque-global-id>", "generation": 1, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedAt": "2019-08-24T14:15:22Z" } ]