menu:design:service_types
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
menu:design:service_types [2022/04/29 09:28] – yspeerte | menu:design:service_types [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ====== Service-types ====== | ||
+ | |||
+ | Service-types are basically scripted tasks which perform an automated task on the network in the database. These tasks can be: | ||
+ | |||
+ | - Add/remove devices to the network | ||
+ | - Add/remove topology | ||
+ | - Add/remove VLAN/ | ||
+ | - Add/ | ||
+ | - Add/ | ||
+ | - etc… | ||
+ | |||
+ | The service types can be executed through the NetYCE API interfaces or from the NetYCE web-interface. Service types can create, modify or delete database objects, which can be located and used. | ||
+ | |||
+ | > <color orange> Please consult the article [[guides: | ||
+ | > A complete reference to all service type commands is listed in [[guides: | ||
+ | |||
+ | |||
+ | ===== Service-types form ===== | ||
+ | |||
+ | The Service-types form is divided in 3 sections: | ||
+ | |||
+ | - Service types | ||
+ | - Rows within a selected service type | ||
+ | - Details and editing of a selected row | ||
+ | |||
+ | {{menu: | ||
+ | |||
+ | ==== Service-types section ==== | ||
+ | |||
+ | Within the Service types section, the user has an overview of the service types which belong to the Client types to which the user has access. Here a new service type can be added {{general: | ||
+ | |||
+ | === Adding or duplicating a service type === | ||
+ | |||
+ | When adding or duplicating a service type the following data must be entered: | ||
+ | |||
+ | * Client type (drop down menu) | ||
+ | * Service class (drop down menu). This list is build from the available service classes of the client type. | ||
+ | * The name of the service type. This is chosen by the user. | ||
+ | * The name of the service task. Create is a reserved value | ||
+ | |||
+ | === Deleting a service type === | ||
+ | |||
+ | When you want to delete a service type, simply select the service type to be deleted and then click the Delete {{: | ||
+ | |||
+ | === Finding a service type === | ||
+ | |||
+ | It is possible to search within the service types. Click the Search button {{: | ||
+ | |||
+ | ==== Rows ==== | ||
+ | |||
+ | Within the second part of the window, the components of the selected service type are displayed. {{menu: | ||
+ | |||
+ | === Adding a row === | ||
+ | |||
+ | When adding a new row, the new row will be added after the current selected row. To add a row click the {{general: | ||
+ | |||
+ | === Deleting a row === | ||
+ | |||
+ | In order to delete a row, click the {{general: | ||
+ | |||
+ | === Resequence rows === | ||
+ | |||
+ | With the {{menu: | ||
+ | |||
+ | ==== Details of a row ==== | ||
+ | |||
+ | {{menu: | ||
+ | |||
+ | When selecting a row, the details will be displayed in the third section of the form. After each updated value, the next field will be updated to ensure the accurate syntax. The description field can be used as comment. It is also possible to add an empty row and use this as a comment row. In this case only the description field will be set. | ||
+ | |||
+ | === Alias === | ||
+ | |||
+ | The **alias** | ||
+ | |||
+ | Please refer to [[guides: | ||
+ | |||
+ | |||
+ | ===== Syntax ===== | ||
+ | |||
+ | The definition of a Service type is done with a specific syntax, which is guided by the visual editor. The **Add** | ||
+ | |||
+ | In general, everything written in UPPERCASE are syntax keywords, everything written in lowercase are **aliases** | ||
+ | |||
+ | > <color orange> | ||
+ | |||
+ | ==== Example ==== | ||
+ | |||
+ | The following example will add a node to a newly created service with a IP address assigned to interface Loopback0. | ||
+ | |||
+ | ^Sequence ^Exec ^Class ^Scope ^Match ^Value ^Alias | | ||
+ | |1 |ADD |SERVICE |SITE |CURRENT | |< | ||
+ | |2 |ADD |NODE |< | ||
+ | |3 |ADD |SUBNET |< | ||
+ | |4 |LOCATE |ADDRESS |ADDRESS_FIRSTFREE |Lo0 |<ip> | | | ||
+ | |5 |LOCATE |PORT |< | ||
+ | |6 |ASSIGN |ADDRESS |<ip> |PORT |< | ||
+ | |||
+ | A whole set of example Service types is included in every distribution. You can copy and adapt them to suit your own architecture. | ||
+ | |||
+ | |||
+ | ====== Node and information structure ====== | ||
+ | The below diagram shows how some of the database information for Nodes, Services, subnets, etc. is structured. This could help you design your service types and help you understand how each of the pieces tie together. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||