NetBox IRM Modeling Rule

Modeling Rule

NetBox

Details

IDNetBox_IRM_modeling_rule
From Version6.10.0
TagsNetBox

Schema

netbox_irm_raw

Field Type Array?
action string
assigned_object string
assigned_object_type string
changed_object string
changed_object_id string
changed_object_type string
comments string
display string
kind string
prechange_data string
request_id string
user string
user_name string
{
  "netbox_irm_raw": {
    "user": {
      "type": "string",
      "is_array": false
    },
    "comments": {
      "type": "string",
      "is_array": false
    },
    "kind": {
      "type": "string",
      "is_array": false
    },
    "assigned_object": {
      "type": "string",
      "is_array": false
    },
    "assigned_object_type": {
      "type": "string",
      "is_array": false
    },
    "request_id": {
      "type": "string",
      "is_array": false
    },
    "display": {
      "type": "string",
      "is_array": false
    },
    "action": {
      "type": "string",
      "is_array": false
    },
    "changed_object_id": {
      "type": "string",
      "is_array": false
    },
    "changed_object": {
      "type": "string",
      "is_array": false
    },
    "changed_object_type": {
      "type": "string",
      "is_array": false
    },
    "prechange_data": {
      "type": "string",
      "is_array": false
    },
    "user_name": {
      "type": "string",
      "is_array": false
    }
  }
}