Result

You can now start sending the API requests.

When a message that is sent by a machine arrives in LN, the authorizations of the corresponding machine role are applied. For example, when a message that is sent by machine 1 arrives in LN, the authorizations of the LNAPI_MACHINES_0100 role are applied.

  • If a request invokes a method that is granted in this API role, the request is processed.
  • If a request invokes a method that is not granted in this API role, the request is rejected. A “403” error is returned.

The requests sent by a machine contain the LN identity of that machine. This LN identity is used to determine the associated LN user. Therefore, in LN and in the log data, you can now distinguish which request was sent by which machine. All requests sent by a particular machine are logged as being sent by the corresponding LN user of that machine, for example, by user mach_1 or user mach_2. Therefore, traceability and accountability can be performed for the different machines.