Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

Fields replaces the old additional fields functionality. The old functions have been updated and adapted to the new access methods. Other than this, the functions should work the same as they always have. 

Open-AudIT can store information in additional fields that are associated with each device.

...

To make another network go to menu: Manage -> Admin -> Fields -> Create Field. 

Image Added

Image RemovedImage Added



View Field Details

Go to menu -> Admin : Manage -> Fields -> List Fields.

Image Removed

You will see a list of fields. You can view a field by clicking on the

...

blue view icon. You can also edit or delete

...

your fields.

Image Added

Image Removed

Fields are stored in the database in the "additional_field" table. A typical entry will look as below. 

       id: 3
 group_id: 1
     name: Additional Field
     type: varchar
   values: 
placement: system

...


Database Schema

The database schema can be found in the application is the user has database::read permission by going to menu: Admin -> Database -> List Tables, then clicking on the details button for the table.


API / Web Access

You can access the

...

collection using the normal Open-AudIT JSON based API. Just like any other collection. Please

...

see The Open-AudIT API documentation for further details

...

API Routes

...

Request Method

...

ID

...

Action

...

Resulting Function

...

URL Example

...

Notes

...

.

...

Web Application Routes

Request Method
ID
Action
Resulting Function
URL Example
Notes
GETncreatecreate_form/fields/createDisplays a standard web form for submission to POST /fields.
GETyupdateupdate_form/fields/{id}/updateShow the connection's details with the option to update attributes using PATCH to /fields/{id}

 

 

 

 

 

...