BulkProblemFetchResponse
                                BulkProblemFetchResponse                            
                            JSON Example
                                    {
    "results": [
        {
            "entity_id": "string",
            "entity_type": "string",
            "entity": {
                "severity": "string",
                "event_close_time_epoch_ms": 0
            },
            "time": 0
        }
    ]
}