NSX-T Data Center REST API

FieldSetting (type)

{
  "additionalProperties": false,
  "description": "Field Setting.",
  "id": "FieldSetting",
  "module_id": "PolicyReaction",
  "properties": {
    "field_pointer": {
      "description": "Field Pointer.",
      "required": true,
      "title": "Field Pointer",
      "type": "string"
    },
    "value": {
      "$ref": "FieldSettingValue",
      "description": "Value that the field must be set to.",
      "required": true,
      "title": "Value"
    }
  },
  "title": "FieldSetting",
  "type": "object"
}