How to define Endpoints for DX Operational Intelligence Data Ingestion?
search cancel

How to define 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:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/digital-operational-intelligence/21-3/Integration/DX-OI-Inbound-Integration/DX-OI-Third-Party-Integration/Monitor-Using-DX-RESTmon/Configure-DX-RESTmon/Single-Endpoint-for-DX-OI-Data-Ingestion.html

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" : "Yy7cZDP/4d.....",
        "port" : 443,
        "cohortid" : "99589DE3-FA85-4DDC-A6EB-9D3ED507EFBD",
        "adminroute" : "ADMIN_ROUTE",
        "httptimeout" : "30000"
      }