Defining Endpoints for DX Operational Intelligence Data Ingestion
search cancel

Defining Endpoints for DX Operational Intelligence Data Ingestion

book

Article ID: 248930

calendar_today

Updated On:

Products

DX APM SaaS

Issue/Introduction

How to define Endpoints for DX Operational Intelligence Data Ingestion?

By the documentation:

Configure and Deploy RESTMon - Container Version

The documentation refers to:

"type" : "OI_INGESTION_API_PROTOCOL",
"hostname" : "OI_INGESTION_API_HOST",
"token" : "OI_INGESTION_TENANT_TOKEN",
"port" : "OI_INGESTION_API_PORT",
"cohortid" : "TENANT_ID",
"adminroute" : "ADMIN_ROUTE",
"httptimeout" : "HTTP_TIMEOUT"

How can we populate these fields?

Environment

Release :

Component :

Resolution

Try the following:

    "oisettings" : {
        "type" : "https",
        "hostname" : "apmgw.dxi-na1.saas.broadcom.com",
        "token" : "TOKEN",
        "port" : 443,
        "cohortid" : "YourCoHortID",
        "adminroute" : "ADMIN_ROUTE",
        "httptimeout" : "30000"
      }