Decoder health and statistics (PF6)
GET
/api/v1/health/decoder
const url = 'http://localhost:8080/api/v1/health/decoder';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url http://localhost:8080/api/v1/health/decoderResponses
Section titled “ Responses ”OK
Media type */*
object
key
additional properties