Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.03 KB

File metadata and controls

25 lines (19 loc) · 1.03 KB

Integrating ApplicationPattern Package

The ApplicationPattern is generic across all the Microservices in the ApplicationLayer.

This library provides APIs,

  • to manipulate the CONFIGFile, which is structured in the ONF Core model.
  • to configure the LogicalTerminationPoint instances
  • to configure and automate the forwardings between applications (please refer chapter about ForwardingList to learn more about forwarding)
  • to configure the profile instances in the ProfileCollection
  • to log the service request to the Execution And Trace Log(EATL) and OAM Log Application.
  • to authenticate the OAM request in AdministratorAdministration Application.

To integrate the ApplicationPattern package,

  1. Include the dependency to the package.json,
"dependencies": {    
   "onf-core-model-ap": "1.0.0"
  }
  1. After including this dependency , run npm install
  2. npm install will download the "onf-core-model-ap" package from the npm repository
  3. The downloaded packages will be available in the "node_modules/onf-core-model-ap/`