How to define Endpoints for DX Operational Intelligence Data Ingestion?
By the documentation:
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?
Release :
Component :
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"
}