Creates a notification event
POST/v1/notifications/events
Creates a notification event
Request
- application/json
Body
componentstring
Describes component of notification event
digeststring
Describes notification event digest
messagestring
Describes a information for the notification event
meta
object
Describes a event messages with meta digest as the key
property name*string
typestring
Possible values: [NotificationPackSync
, NotificationClusterProfileSync
]
Describes notification event type
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...