Fetch information about the configuration of a gateway

Params

Param name Description
pretty
optional

Return a pretty formatted response if true, Default is false


Value: Must be a Boolean

Examples

Request - get configuration details of the specified gateway (gateway_key specified as a part of the url)
  curl -X GET  -H "Content-Type:application/json" -H "X-Auth-Token:WtUFnj8pvSxVnH9e_xkq7A" https://api.datonis.io/api/v3/gateway/4ea741566a/configuration

Response (returns gateway configuration in encoded form)
{
  "result": "data:text/html;charset=utf-8,%3Chtml+lang%3D%22en%22%3E%3Chead%3E%3Ctitle%3EEmbedded+Window%3C%2Ftitle%3E%3C%2Fhead%3E%3Cbody%3E%3Ch1%3E42%3C%2Fh1%3E%3C%2Fbody%3E%3C%2Fhtml%3E"
}