As a user I would like to have the possibility of using name instead of the id for the submit result API: https://docs-api.centreon.com/api/centreon-web/21.10/#tag/Submit/paths/~1monitoring~1hosts~1{host_id}~1services~1{service_id}~1submit/post
We cannot industrialize a solution for passive monitoring because we need for each host and each service to know the id.
With the name, our customes that used NSCA can simply migrate on the API by using the name of a host and a service just like the NSCA agent.
Globally, we can create in the future a bundle for the passive monitoring with the API (like a cron file, and python or perl to script to submit result at regular interval).