Operations on Edge Applications

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.
Operations on edge applications(4).png
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:
  1. Click on the 'Marketplace' (Marketplace_icon.png) icon from the left navigation to go to the list of Edge Applications available in your Enterprise.
  2. Click on the particular Edge Application card, where you want to edit the fields.
  3. Click on the Edit (Edit_icon.png) icon to display the fields which are editable. You can go ahead and edit most of the fields in the Edge Application detail view.
  4. Click on the 'Submit' button after you complete editing the fields accordingly if any.
 

Note: If you edit the Edge Application Type as 'Container', click here to view the field parameters and update them, if required. If you edit the Edge Application Type as 'Virtual Machine', click here to view the field parameters and update them if required.

 
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:
  1. Click on the More (More_icon.png) icon on the top right corner.
  2. From the dropdown, select 'Clone'.
  3. 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:
  1. Click on the More (More_icon.png) icon on the top right corner.
  2. From the dropdown, select 'Delete'.
  3. 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

To login to ZEDEDA Cloud through zCLI, see here.
 

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.
Was this article helpful?
3 out of 4 found this helpful

Articles in this section

See more