Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All diagnostic data is encrypted using TLS during transfer from the device to the Rampiva data management services. The following endpoints are used to send data back to Rampiva:

Software

Endpoint

Workflow

api.rampiva.services

Scheduler

api.rampiva.services

Engine Server

N/A - transmission is performed by Scheduler

Baseline

api.rampiva.services

What Data is Collected and Why

...

  • Rampiva license details;

  • Application name and version;

  • Related third-party software consumption details, such as Nuix Workstation, Nuix Engine, Relativity license details, product name and version, version, tenant, workspace, item IDs;

  • Utilization sessions time, duration and volume of data processed.

...

Code Block
languagejson
{
    "transfers": [
        {
            "transferId": "7107c947-7b6b-412d-83a0-eb2f3a3d667e",
            "dataSetId": "7edbb9d5-fb8d-4fcd-a9b0-480d3631b557",
            "licenseId": "38a367d8-46a2-4de2-a798-17e8fa00aaaf",
            "transferType": "DATA_UPLOAD",
            "transferStartEpoch": 1639056500081,
            "transferEndEpoch": 1639056511435,
            "transferVolume": 261506326,
            "transferSpeed": "4.04996633111352E7",
            "filesCount": 7
        }
    ]
}

Consumption

Code Block
{
    "consumptionEventId": "d77dcfb4-9c13-0f38-0b7f-0c0f3b25e586",
    "licenseId": "38a367d8-46a2-4de2-a798-17e8fa00aaaf",
    "consumptionStartEpoch": 1697470080908,
    "consumptionEndEpoch": 1697470084015,
    "platformType": "MICROSOFT_PURVIEW",
    "platformId": "nd80.onmicrosoft.com",
    "consumptionType": "CUSTODIAN_USED",
    "consumptionSubType": null,
    "unitType": "CUSTODIANS",
    "units": 1,
    "resourceType": "PURVIEW_CASE_ID",
    "resourceId": "0490389f-75be-4b4a-89f1-3ab637ae73d1",
    "resourceSubType": "CUSTODIAN_IDS",
    "resourceSubId": "[\"76c21d36da0f475e82a3e7b62410d3e3\"]",
    "jobId": "955653e6-6903-29da-cf8f-c596f7272a67"
}

Diagnostic Level – Enhanced

...