BulkOperationReportResponse

BulkOperationReportResponse
BulkOperationReportResponse
JSON Example
{
    "total_count": 0,
    "success_count": 0,
    "failed_count": 0,
    "successful_data_sources": [
        "string"
    ],
    "failed_data_sources": [
        {
            "entity_id": "string",
            "reason": "string"
        }
    ]
}
integer
total_count
Optional

Total Count of Data Sources

integer
success_count
Optional

Total Count of Successful data sources

integer
failed_count
Optional

Total Count of Failed data sources

array of string
successful_data_sources
Optional

successful_data_sources

failed_data_sources
Optional

failed_data_sources