POST v1/api/SendEvent
Send an Event to trigger some SAM action
Request Information
URI Parameters
None.
Body Parameters
SendEventRequestDto
SendEventRequestDtoName | Description | Type | Additional information |
---|---|---|---|
EventType | EventTypeEnum |
None. |
|
CaseId | string |
None. |
|
ClientId | string |
None. |
|
PolicyId | string |
None. |
Response Information
Resource Description
success
SendEventResponseDtoName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
ErrorMessage | string |
None. |
|
EventType | EventTypeEnum |
None. |
|
CaseId | string |
None. |
|
ClientId | string |
None. |
|
PolicyId | string |
None. |