How to use computer_id and endpointId in Public APIs

We are trying to build automation with Bitdefender APIs (https://www.bitdefender.com/business/support/en/77209-125277-public-api.html). But we are facing one issue. Most of the Bitdefender Events have field "computer_id". Some events have both fields "computer_id" and "endpointId". Are they the same? If not, why are they different?

We try to use the Incidents API createIsolateEndpointTask to automate the response. The API takes parameter "endpointId". If I only have events with "computer_id", does that mean I cannot call the API on that endpoint?

Thanks

Answers