Specific Errors Scenarios

Invalid Monitor ID

Please note that a correct and valid monitor ID is required. Otherwise, the following error will appear.

$ curl --request PUT \
     	 --url https://api.deepinfo.com/v1/monitoring/registration/monitors/XX0eaf14-f140-4cc1-867e-5e7c483c52XX \
    	 --header 'Accept: application/json' \
    	 --header 'Content-Type: application/json' \
HTTP/1.1 404 NOT FOUND ERROR
...
{
  "detail": "Monitor Config Not Found"
}