API
Data API
DQI types
methods allow you to get a list of portal dqis or information on a specific dqi get get /dqi types return a list of dqis response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of dqis next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about dqi types id integer (bigint) dqi id uuid string universal unique identifier of dqi cid string <= 255 characters nullable <= 255 characters nullable dqi id in the user's system created at string (date time) date of creation of the dqi in the format «yyyy mm ddthh\ mm\ ssz» updated at string (date time) dqi update date in the format «yyyy mm ddthh\ mm\ ssz» name string \[ 1 255 ] \[ 1 255 ] characters characters dqi name description string <= 255 characters nullable <= 255 characters nullable dqi description related to string indicates what the dqi indicator refers to severity string dqi severity threshold float the threshold below or above which the dqi should not fall get get /dqi types/{id} returns information about the dqi by id response parameters id integer (bigint) dqi id uuid string universal unique identifier of dqi cid string <= 255 characters nullable <= 255 characters nullable dqi id in the user's system created at string (date time) date of creation of the dqi in the format «yyyy mm ddthh\ mm\ ssz» updated at string (date time) dqi update date in the format «yyyy mm ddthh\ mm\ ssz» name string \[ 1 255 ] \[ 1 255 ] characters characters dqi name description string <= 255 characters nullable <= 255 characters nullable dqi description related to string indicates what the dqi indicator refers to severity string dqi severity threshold float the threshold below or above which the dqi should not fall