CASB API Inspection Request json Sample:

{
    "context": {
        "global_message_id": "1564953753559",
        "client_name": "FORCEPOINT_CASB",
        "data_channel": "CASB_API",
        "activity_type": "UPLOAD",
        "occurred_message_timestamp_utc_ms": 1585657815000,
        "isDeviceManaged": "false"
    },
    "contentDescriptors": [{
        "id": "0",
        "name": "tal1.txt",
        "item_type" : "FILE",
        "size_bytes": 388,
        "file_path": "C:\myFolder\folder1",
        "sharing_status": "internal",
        "shared_with": ["email1@gmail.com", "email2@gmail.com"],
        "owner_name": "tbennaim",
        "owner_email": "tbennaim@forcepoint.com",
        "creation_time_utc_ms": 1505897456000,
        "modification_time_utc_ms": 1505897456000,
        "access_time_utc_ms": 1505897456000
    }],
    "source": {
        "user_email_address": "alan@veridinet.onmicrosoft.com",
        "host_ips": ["157.167.3.2"],
        "host_domain": "onmicrosoft.com"
    },
    "destinations": [{
        "destination_type": "CLOUD_APPLICATION",
        "http_request_url_hostname": "veridinet-my.sharepoint.com",
        "cloud_application_name": "Office365 (1)",
        "cloud_service_name": "Office365",
        "cloud_application_id" : "3576",
        "destination_address_ip" : "13.107.136.9"
    }]
}