Skip to main content
Feedback

Enabling metrics of Custom accounts

important

The Monitoring Spec feature is currently not available in the UK/EU Platform.

To enable agent metrics on the Agent Control Tower, you need the Monitoring Spec available in the overview section of your agent ALIAS.

Prerequisites

  • You need to have a published Agent Alias of your agent created.
  • You must use the extAccountAliasId and providerType from the Monitoring Spec section for integrating monitoring metrics with ACT.
  • You need a Boomi Access Token.

To enable metrics perform the following steps:

  1. Go to the agent Alias of the agent you want to use.

  2. From the Overview tab, navigate to the Monitoring Spec section and copy or download the OpenAPI spec to your local desktop.

    Monitoring Spec

  3. Navigate to Postman and perform the following:

  4. In Postman, select the POST method and enter the server URL and path from the OpenAPI specification through which the metrics will be passed. The path is auto-populated with the account ID.

  5. Under Authentication, enter your credentials:

    1. Username: BOOMI_TOKEN_<platform account username>
    2. Password: <API token> (Refer to creating an API token).
  6. Configure the spec to integrate your agent metrics. To configure the spec refer to constructing agent metrics.

  7. Navigate to Body and select the type as Raw, and paste the OpenAPI spec you copied earlier from your agent alias overview page.

  8. Click Send. A successful API call will result in a 200 OK response.

note

You can automate the entire process from the client server side. Refer Constructing Agent Metrics

Navigate back to Agentstudio > Agent Control Tower > Monitoring and Compliance. You will see the metrics of your agents displayed on the page. Filter according to Time, in case the metrics are not visible.

On this Page