Difference between revisions of "Configuring models"
Jump to navigation
Jump to search
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Models]] are used as the security layer protecting your data and tying all | [[Models]] are used as the security layer protecting your data and tying all OdataLink functionality together ([[Data Files|Data files]], [[Endpoints|Endpoints]], [[IP Addresses|IP addresses]]). | ||
By default, a new [[Account|account]] will have a single [[Models|model]] named '''odata'''. If required, you may create additional [[Models|models]] as needed. | |||
For new accounts, you will need to [[Assigning / unassigning data files to models|Assign / unassign data files to the model]]. | |||
= Tasks= | = Tasks= | ||
* [[Adding models|Add a new model]] | For your account, you may: | ||
* [[Removing models|Remove an existing model]] | |||
* [[Adding models|Add a new model]] <br /> | |||
* [[Removing models|Remove an existing model]] <br /> | |||
For each model you have, you may: | For each model you have, you may: | ||
* [[ | * [[Viewing a model's details|View the model's details]] | ||
* [[ | * [[Editing a model's details|Edit the model's details]] | ||
* [[Assigning / unassigning data files to models|Assign / unassign data files to the model]] | * [[Assigning / unassigning data files to models|Assign / unassign data files to the model]] | ||
* [[Allowing / disallowing models access to specific endpoints|Allow / disallow a model access to endpoints]] | * [[Enabling / disabling OData access for models|Enable / disable OData access for a model]] | ||
* [[Allowing / disallowing IP addresses access to a model|Allow / disallow specific IP addresses access to the model]] | * [[Allowing / disallowing models access to specific endpoints|Allow / disallow a model access to endpoints]] | ||
* [[Test | * [[Allowing / disallowing IP addresses access to a model|Allow / disallow specific IP addresses access to the model]] | ||
* [[Allowing / disallowing users access to a model|Allow / disallow specific users access to the model]] | |||
* [[Enabling / disabling OData access to the consolidation endpoints for the model|Enable / disable OData access to the consolidation endpoints for the model]] | |||
* [[Enabling / disabling OData access to the settings endpoints for the model|Enable / disable OData access to the settings endpoints for the model]] | |||
* [[Testing OData feed URLs|Test OData feed URLs]] | |||
= Related Topics = | = Related Topics = | ||
[[Getting Started Guide]] | |||
[[Getting Started Guide]] <br /> | |||
[[Models]] <br /> |
Latest revision as of 18:01, 28 October 2021
Models are used as the security layer protecting your data and tying all OdataLink functionality together (Data files, Endpoints, IP addresses).
By default, a new account will have a single model named odata. If required, you may create additional models as needed.
For new accounts, you will need to Assign / unassign data files to the model.
Tasks
For your account, you may:
For each model you have, you may:
- View the model's details
- Edit the model's details
- Assign / unassign data files to the model
- Enable / disable OData access for a model
- Allow / disallow a model access to endpoints
- Allow / disallow specific IP addresses access to the model
- Allow / disallow specific users access to the model
- Enable / disable OData access to the consolidation endpoints for the model
- Enable / disable OData access to the settings endpoints for the model
- Test OData feed URLs