Open the menu
    ```html

    Service Manager : Administration

    Displays a list of registered services, for which the service ID, Name, and Description are shown. All of these are defined in the servicedefinition.xml of each service. This file also contains the definitions of each interface of the same.

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    default

    • Name(string)
    • ID(string)
    • Description(text)

    Links

    • Add
    • Deploy
    • Control Access : Allows configuring the access control of the selected service, denying or allowing access to certain groups and users added to the service's access control. In this case, all service instances will have the access control configurations set for the service, unless new permissions are assigned for specific groups or users in each instance.
    • Change Fields

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • Update :

      Any changes to the service file that imply changes in the functionality of the services must be communicated to the portal. To do this, select the file and click “Update”

    • Delete :

      Allows removing the record of services no longer used by the portal. Thus, the service instance will no longer be available in the list of service instances.

    ```