Introduction
Just like any other application, software, or operating system, you can edit, clone, or delete the edge application for better compatibility, increased security, and availability of the latest features with different devices or applications enhanced features resulting in enhanced user experience. You can perform these operations through one of ZEDEDA Cloud's supported user agents. User agents communicate with your edge nodes through ZEDEDA Cloud, an EVE controller.
Let's now see how to perform different operations on the Edge Applications.
Operations using the ZEDEDA GUI
Once you have onboarded (created) the Edge Application, the following are the life cycle operations you can perform through the ZEDEDA GUI.
Edit
Steps to edit an Edge Application:
- Click on the 'Marketplace' () icon from the left navigation to go to the list of Edge Applications available in your Enterprise.
- Click on the particular Edge Application card, where you want to edit the fields.
- Click on the Edit () icon to display the fields which are editable. You can go ahead and edit most of the fields in the Edge Application detail view.
- Click on the 'Submit' button after you complete editing the fields accordingly if any.
You can now see the Edge Application reflect the updated fields, which were updated as a part of this operation.
Clone
Instead of creating the same application from scratch, you can clone the already created application. Clone the application using the following steps:
- Click on the More () icon on the top right corner.
- From the dropdown, select 'Clone'.
- The screen with all the parameters populated appears. Make sure to check if the parameters are appropriate or need to be changed accordingly.
Note: The 'Name' of the application has to be changed, as it is unique across the Enterprise.
Delete
If you no longer require the particular Edge Application, you could delete using the following steps:
- Click on the More () icon on the top right corner.
- From the dropdown, select 'Delete'.
- Click the 'Confirm' button.
Note: There is no way to reclaim the data, after the delete operation is performed.
Deleting the Edge Application results in the removal of this particular application from the 'Edge Apps added in enterprise' in the above screen.
Operations Using zCLI
Edit (Update)
You can update the Edge Application using the following command:
zcli> zcli edge-app update <name> [--title=<title>] [--description=<description>] [--manifest=<manifest>]
Options–
- <name> Edge Application name
- --title=<title> Edge Application title
- --description=<description> Description of the Edge Application
- --manifest=<manifest> Edge Application manifest file
Delete
You can delete the Edge Application using the following command:
zcli> zcli edge-app delete <name> [-f]
Note: -f is to forcefully make the delete request to the ZEDEDA Cloud, without prompting the user.