Get system events

Virtual Storage Platform One Object API Reference Guide

Version
3.0.x
File Size
270 KB
Audience
anonymous
Part Number
MK-24VSP1OB002-01

Retrieves the 100 most recent system events.

Endpoint

GET /system/events

Request structure

Not applicable.

Response structure

{
  "events": [
    {
      "severity": "INFO|WARNING|SEVERE",
      "subject": "event_subject",
      "message": "event_message",
      "category": "USER|BUCKET|KMIP|S3 SETTINGS",
      "eventTypeId": "string",
      "timestamp": date_time
    }
  ]
}

Parameter

Type

Description

severity String The severity of the event:
  • INFO
  • WARNING
  • SEVERE
subject String Summary of the event.
message String Details about the event.
category String The event category:
  • USER
  • BUCKET
  • KMIP
  • S3
eventTypeID String A unique identifier for a specific type of event.
timestamp Integer The date and time when the event was generated, formatted as yyyy-mm-ddThh:mm:ssZ.

Return codes

Status code

HTTP name

Description

200 OK The request was executed successfully.
400 Bad Request The request is invalid or improperly formatted.
401 Unauthorized Access was denied because credentials are not valid.
405 Method Not Allowed The specified HTTP method is not allowed for administrative data. Resend using POST.