system_doctor
POST
/v1/system/doctor
const url = 'https://example.com/v1/system/doctor';const options = {method: 'POST'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request POST \ --url https://example.com/v1/system/doctorResponses
Section titled “ Responses ”Environment diagnostics report