IBM Cloud API Docs

Introduction

Additional properties for the event can be managed with this API. Values can be string or integer.

Error handling

This API uses standard HTTP response codes to indicate whether a method completed successfully. A 200 response always indicates success. A 400 type response is some sort of failure, and a 500 type response usually indicates an internal system error.

Methods

Creates a set of sample events

POST /events/demo/v1

Request

Custom Headers

  • Allowable values: [application/json,text/plain]

Response

Status Code

  • Successful request

  • Invalid request

No Sample Response

This method does not specify any sample responses.

Get an event

Gets an event

GET /events/v1

Request

Custom Headers

  • Allowable values: [application/json,text/plain]

Query Parameters

  • Event deduplication identifier

  • Event Identifier

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-1[0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

Status Code

  • 200 OK

  • Invalid request

  • Unable to locate the event

No Sample Response

This method does not specify any sample responses.

Create an event

POST /events/v1

Request

Custom Headers

  • Allowable values: [application/json,text/plain]

Creates an event

Response

Status Code

  • 200 OK

  • Invalid request

  • Invalid media type

No Sample Response

This method does not specify any sample responses.