SDK Overview

The Oracle Communications Unified Assurance software development kit (SDK) includes the following:

Installing the SDK

Before installing the SDK, you must have a system with Unified Assurance already installed and several additional packages.

To install the SDK:

  1. For COM applications, download all the required packages and create the local MIB repository on the system.

  2. Log in to the command line for the server where you want set up the SDK.

  3. Install the sdk-lib package by running the following command:

    $A1BASEDIR/bin/Package install sdk-lib
    
  4. Install the sdk-img package by running the following command:

    $A1BASEDIR/bin/Package install sdk-img
    
  5. For COM applications, put the MIBs you want to convert into a subdirectory of the local MIBs repository. The default location is $A1BASEDIR/distrib/mibs/.

For information about the next steps in using the COM and microservice components, see:

Note:

There are no downloadable assets for the core interface SDK in the sdk-lib package. The documentation provides all the sample code for the core interface SDK. You must follow the guidance in the documentation to create packages, interfaces, and overrides. See Core Interface SDK Overview for more details.