Audit Log Events (1.0.0)

Download OpenAPI specification:Download

Audit Log Created EventWebhook

Triggered when an audit log event is created.

Event type—com.hpe.greenlake.audit-log.v1.logs.created

Request
Request Body schema: application/json
required
object (AuditLog)

The event payload.

id
required
string <uuid>

The unique identifier for the event.

source
required
string

The source field is a URI-reference that identifies the event producer.

specversion
required
string

The version of the CloudEvents specification the event adheres to.

subject
required
string
type
required
string

The type of event.

datacontenttype
string

The encoding of the data in the data property in RFC 2046 format.

dataschema
string

A URI pointing to the data property schema.

time
string <date-time>

The date and time the event occurred in RFC 3339 format.

Request samples
application/json
{
  • "specversion": 1,
  • "id": "123e4567-e89b-12d3-a456-426614174000",
  • "source": "Compute",
  • "type": "AUDIT_LOGS",
  • "time": "2023-10-01T12:00:00Z",
  • "subject": "string",
  • "dataschema": "string",
  • "datacontenttype": "string",
  • "data": {
    }
}