Provide new endpoint to monasca-events-api. Endpoint accept events in a bulk mode. Provide HTTP response codes and examples about request body. Story: 2001112 Task: 4803 Change-Id: I18d9f4ec543c76bfe1311ed1ee940827d4162298
16 lines
383 B
YAML
16 lines
383 B
YAML
# Copyright 2017 Fujitsu LIMITED
|
|
|
|
# body params
|
|
events:
|
|
description: |
|
|
Array containing the events.
|
|
in: body
|
|
required: true
|
|
type: array
|
|
timestamp:
|
|
description: |
|
|
The timestamp recorded by the agent while sending the events object to the API.
|
|
The timestamp should include the timezone, e.g.: 2012-10-29T13:42:11Z+0200 .
|
|
in: body
|
|
required: true
|
|
type: string |