Serverless-json Dialog

Description
Serverless-json Dialog The Serverless-json dialog is used to create a new Serverless-json database.
Name field Specifies the name for the Serverless-json database.
Create button Saves the configuration and provisions the Serverless-json database.
Cancel button Abort and close the dialog.

Serverless-json Actions Menu

Description
Serverless-json Actions Menu On the right-hand side of the Serverless-json list view, you will find the "Actions" menu that displays shortcut icons and the dropdown menu icon. Below, we have listed the actions for the Serverless-json module.
Copy ID item Stores the Serverless ID in the clipboard.
Command Window item Opens the Serverless-json window, providing an interface to execute select, insert, delete, and update commands on the Serverless-json database.
Delete Database item Opens a confirmation dialog that, if confirmed, deletes the Serverless-json database.

Serverless-json Window

Description
Serverless-json Window The Serverless-json Window offers an interface with a code editor that allows users to execute select, insert, delete, and update commands on the Serverless-json database.
Commands field Displays a list of templates that generate sample code for a specific command.
POST button Runs the selected command on the Serverless-json database.
Code area A code editor for JSON input.
Result area Shows the results of the executed command.
Close area Close the Serverless-json Window.


The serverless-json Policy


The following is a list of policy grants that define and regulate access permissions for both users and the API. To manage these policies, please use the Roles dialog.

Grants

Description

API Command
full Grants full access ALL
delete Permits the deletion of the item. delete
delete-collection Permits the deletion of a collection. delete-collection
delete-record Permits the deletion of a record. delete-record
edit Permits access to the "Serverless-json" dialog.  
insert-record Permits the creation of a new record. insert-record
list Permits listing in the List View area or as JSON objects. list
list-collection Permits listing of the collections. list-collection
new Permits access to the new "Provisioning" dialog.  
save Permits execution of the provisioning process. create
select-record Permits querying of records. select-record
update-record Permits updating of records. update-record