Acknowledge Hcx Alert

Acknowledge Hcx Alert

This API shall mark alert as acknowledged, with the user info and enterprise captured from the user context

Request
URI
POST
https://{api_host}/hybridity/api/alerts/{alertId}/acknowledge
COPY
Path Parameters
string
alertId
Required

alertId


Authentication
This operation uses the following authentication methods.
Responses
200

Accepted

Returns nls_1.0_acknowledge_alert_response of type(s) application/json
"nls_1.0_acknowledge_alert_response Object"

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/hybridity/api/alerts/{alertId}/acknowledge