AuditField

Summary

Audit field to be used in the audit Query and Condition

Description

none

Fields

Field Name Type Since Version Description
name String Attribute name.
type String Attribute type.
valuesUrl String URL with which to retrieve a list of possible values.
custom Boolean Indicates that the field is a custom field.
select Boolean Indicates that the field can be used in select.
condition Boolean Indicates that the field can be used in a condition.
timestampType Boolean Indicates that the field is a timestamp.
binaryType Boolean Indicates that the field is binary.

Example JSON

{
  "name" : "HOST",
  "type" : "String",
  "valuesUrl" : "/api/reports/audit/values/HOST",
  "custom" : false,
  "select" : true,
  "condition" : true,
  "timestampType" : false,
  "binaryType" : false
}