Skip to main content
Feedback

Managing Applications

Applications store information about how developers intend to use the API. It is similar to requesting permission to access the API. The Administrator reviews the developer’s request and decides whether to approve or reject it.

You can create applications from the Developer Portal(http://evalXXXX.mashery.com) or Boomi Cloud API Management(https://evalXXXX.admin.mashery.com). Creating applications via the Boomi Cloud API Management Application page grants developers additional access.

An application is required to generate package keys, and package keys cannot exist without an associated application. Create an application if a user does not have one, or if their existing applications already have the maximum allowed set of package keys.

Adding Applications

Generally, developers create applications from the Developer Portal. You can also create applications from the Cloud API Management dashboard to grant additional access to developers. To generate Package Keys for a user, an application should be created for that user, if the user does not have one, or if the applications already have the maximum allowed set of Package Keys.

Procedure

  1. Click Applications on the Get Started page or navigate to Manage > Applications.

  2. Click New Application. This opens the New Application pop-up window.

    1. In the Application Name, enter the application name.
    2. In the Application Owner, enter the username of the application owner.
  3. Click Save and close to finish creating the application.

    Or

    Click Save and continue to save and generate keys for the application. This opens the Generate keys for this application pop-up window, where you can select a package and plan and create keys for the same application.

    1. In the Package and plan, select a package and plan.

    2. In the Package key type, choose Auto-generate or Custom to specify the package key value.

      • If you selected Custom, then provide the package key value in the Package key value field.
      • If you selected Auto-generate, the package key value will be automatically generated.
    3. Click Save and close.

Modifying Application Settings

You can modify the application settings of a specific application on the Application Settings page.

Procedure

  1. Navigate to Manage > Applications page. This opens the Manage your Applications page.

  2. In the Application Name column, click the application name link or the Settings icon next to the row you want to update application settings. This opens the Application Settings: <your api name> page.

  3. Modify the fields as required.

  4. Click Save. The application is modified.

On this Page