CentralNodeConfigProfileGetRequestParams (type)

{
  "additionalProperties": false, 
  "description": "This object includes GET request parameter to indicate whether sensitive data should be returned for a central Central Node Config profile.", 
  "id": "CentralNodeConfigProfileGetRequestParams", 
  "module_id": "CentralConfig", 
  "properties": {
    "show_sensitive_data": {
      "default": false, 
      "description": "If set to true, Central Node Config profile includes sensitive data properties like SNMP community strings if any applicable. Note that passwords are never returned. Default set to false.", 
      "required": false, 
      "title": "Show sensitive data in Central Node Config profile", 
      "type": "boolean"
    }
  }, 
  "title": "GET request parameters for Central Node Config profile", 
  "type": "object"
}