Security UpdatedWebhook

Receive a notification when the Security Templates applied to an Asset in Tenovos have been updated.

SecurityOAuth2
Request
Request Body schema: application/json

Information about an Asset's Security Templates are updated, with current and previous values

object

Object containing all asset related data.

eventType
string

Combination of the Topic and the Event

object (event)

Object containing event information and the user who triggered the event.

Responses
200

Return a 200 status to Tenovos to indicate that the data was received successfully

Request samples
application/json
{
  • "asset": {
    },
  • "eventType": "asset.security.updated",
  • "event": {
    }
}