BulkItemResponseInfo

BulkItemResponseInfo
BulkItemResponseInfo

Response for each of the operation in a bulk operation.

JSON Example
{
    "error_messages": [
        "Entity does not exist.",
        "Property is mandatory."
    ],
    "errors": [
        {
            "error_key": "inventory.machine.not.found",
            "error_message": "username cannot be empty"
        }
    ],
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "key": "user1",
    "status_code": 200,
    "timestamp": 1561939200000
}
array of string
error_messages
Optional

Reasons for the failure of the operation. This field is deprecated since 2203 release.

array of APIError
errors
Optional

List of error objects containing error key and error message.

string
id
Optional

Unique ID representing the entity on which the operation was performed. Will not be populated for create operation if the operation fails.

string
key
Optional

Key on which the operation was performed.

integer As int32 As int32
status_code
Optional

Response HTTP status code of the operation.

integer As int64 As int64
timestamp
Optional

Timestamp in milliseconds when the operation failed. Measured as epoch time.