Magna-se Dialog |
Description |
![]() |
The Magna-se dialog is used to provision a new cluster. |
Name field | Specifies the cluster name, which can be any desired name. |
Service Port field | Specifies the service port for the cluster, which is automatically load balanced across the Magna nodes. |
Create button | Saves the cluster configuration and provisions it. |
Cancel button | Abort and close the dialog. |
Magna-se Actions Menu |
Description |
![]() |
On the right-hand side of the Magna-se 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 Magna-se module. |
Copy ID item | Stores the cluster ID in the clipboard. |
Edit Cluster item | Opens the Magna-se dialog in edit mode, allowing you to change the name of the cluster. |
Member Join item | Opens the Member Join dialog that lists available Magna-nodes that can be added to the cluster. |
Member Leave item | Opens the Member Leave dialog that lists Magna-nodes in the cluster that can be removed. |
Magna-se Window item | Opens the Magna-se window, which is used to perform API POST requests against the cluster. |
Delete Cluster item | Opens a confirmation dialog that, if confirmed, deletes the cluster. |
Member Join Dialog |
Description |
![]() |
The Member Join dialog is used to list available Magna-nodes and add them to the cluster. |
Magna-node field | List of available Magna-nodes. |
Join button | Adds the selected Magna-node to the cluster. |
Cancel button | Abort and close the dialog. |
Member Leave Dialog |
Description |
![]() |
The Member Leave dialog is used to list Magna-nodes currently in the cluster and remove a node from the cluster. |
Magna-node field | List of Magna-nodes currently in the cluster. |
Leave button | Removes the selected Magna-node from the cluster. |
Cancel button | Abort and close the dialog. |
Magna-se Window |
Description |
![]() |
The Magna-se Window provides an interface for performing API POST requests against the cluster. |
API field | Lists the available templates for the supported REST API functions. When a template is selected, the method, path, and JSON data are automatically generated and can be configured as needed. |
Method field | Lists the supported POST methods. |
Path field | Field for entering the REST API URL. |
SUBMIT button | Executes the configured POST request against the cluster. |
Editor area | The code editor for entering JSON data input. |
Result area | Displays the response of the REST API request. |
Cancel button | Closes the dialog. |
The magna-se PolicyThe 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 |
edit | Permits access to the "Edit" dialog. | |
join | Permits access to the "Join" dialog. | |
leave | Permits access to the "Leave" dialog. | |
list | Permits listing in the List View area or as JSON objects. | list |
member-join | Permits the join operation to add a node to the cluster. | member-join |
member-leave | Permits the leave operation to remove a node from the cluster. | member-leave |
new | Permits access to the new "Provisioning" dialog. | |
post | Permits posting a search engine statements. | post |
save | Permits execution of the provisioning process. | create, update |
sewin | Permits access to the new "Post" dialog. | |
status | Permits the retrieval of the cluster status. | status |