|
1 | 1 | --- |
2 | 2 | title: "Overview" |
3 | 3 | linkTitle: "Overview" |
4 | | -description: "Summary and Anatomy of Package Management screen - To be refined" |
| 4 | +description: "Summary and Anatomy of Package Management" |
5 | 5 | weight: 1 |
6 | 6 | --- |
7 | 7 |
|
8 | 8 | # {{% param title %}} |
9 | 9 |
|
10 | 10 | ## Summary |
11 | | -Summary of the package management page |
| 11 | + |
| 12 | +The Package Management page allows you to manage [{{% ctx %}} packages][What is a Package?], including creating and publishing them. |
12 | 13 |
|
13 | 14 | | | | |
14 | 15 | |------------------------------|-----------------------------------------------------------------| |
15 | 16 | | **Roles Required:** | Admin | |
16 | 17 |
|
17 | 18 | ## Anatomy |
18 | | -Diagram of the section |
| 19 | + |
| 20 | +{{< figure src="/images/Package Management.png" title="Package Management" >}} |
| 21 | + |
| 22 | +The Package Management page displays a list of existing {{% ctx %}} Package definitions in the [Package Definitions Grid][], showing the most recently created version of each package; older versions can be viewed by expanding the package definition. |
| 23 | + |
| 24 | +Selecting a package version will display it in the [Package Version Editor][]; the Definition tab will be selected, displaying the flows it contains and buttons to: |
| 25 | + |
| 26 | +* [Export][] the selected package version to a {{% ctx %}} Package file. |
| 27 | +* [Create New Version][] of the package based on the selected package version. |
| 28 | +* [Publish][] or [Unpublish][] the package version to the {{% ctx %}} Execution Services. |
| 29 | +* [Set As Default Package][] enabling flows to be executed from all versions of this package without specifying the package name in the execution REST Request. |
| 30 | +* [Set As Default Version][] enabling flows to be executed from the package version without specifying the package version in the execution REST Request. |
| 31 | + |
| 32 | +The [Package Version Editor][] contains the following tabs: |
| 33 | + |
| 34 | +* [Definition][] - displays the flows contained in this package version. |
| 35 | +* [Authorisation][] - allows the selection of LDAP groups authorised to execute flows contained in this package version. |
| 36 | +* [Schedules][] – allows configuration of schedules to automatically execute flows contained in this package version at defined times or intervals. |
| 37 | +* [Triggers][] - allows configuration of SNMP triggers to automatically execute flows contained in this package version on receipt of SNMP traps. |
| 38 | +* [Running Executions][] - displays a list of running executions of flows in this package version and enables the user to abort them. |
19 | 39 |
|
20 | 40 | ## See Also |
21 | 41 |
|
22 | 42 | ### Related Concepts |
23 | | -e.g. link to fundamentals/concepts to what is a?? |
| 43 | + |
| 44 | +[What is a Package?][] |
24 | 45 |
|
25 | 46 | ### Related Tutorials |
26 | | -e.g. links to Scribe tutorials |
| 47 | + |
| 48 | +[Package Management][] |
| 49 | + |
| 50 | +[Authorisation]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Authorisation" >}} |
| 51 | +[Create New Version]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.CreateNewVersion" >}} |
| 52 | +[Definition]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Definition" >}} |
| 53 | +[Export]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Export" >}} |
| 54 | +[Package Definitions Grid]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageDefinitionsGrid.MainDoc" >}} |
| 55 | +[Package Management]: {{< url path="Cortex.Tutorials.Administration.PackageManagement.MainDoc" >}} |
| 56 | +[Package Version Editor]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.MainDoc" >}} |
| 57 | +[Publish]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Publish" >}} |
| 58 | +[Running Executions]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.RunningExecutions" >}} |
| 59 | +[Schedules]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Schedules" >}} |
| 60 | +[Set As Default Package]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.SetDefaultPackage" >}} |
| 61 | +[Set As Default Version]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.SetDefaultVersion" >}} |
| 62 | +[Triggers]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Triggers" >}} |
| 63 | +[Unpublish]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.Packages.PackageVersionEditor.Unpublish" >}} |
| 64 | +[What is a Package?]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Packages.WhatIsAPackage.MainDoc" >}} |
0 commit comments