BulkGlobalSessionActionResponseInfo

BulkGlobalSessionActionResponseInfo
BulkGlobalSessionActionResponseInfo

Response corresponding to each pod in a bulk global session action operation.

JSON Example
{
    "details": [
        {
            "error_messages": [
                "Entity does not exist.",
                "Property is mandatory."
            ],
            "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
            "key": "user1",
            "status_code": 200,
            "timestamp": 1561939200000
        }
    ],
    "error_messages": [
        "Entity does not exist."
    ],
    "pod_id": "54c122e0-d6b5-476c-af91-fd00392e5983",
    "status_code": 200,
    "timestamp": 1611939200000
}
details
Optional

List of BulkItemResponseInfo corresponding to each session id in the action operation.

array of string
error_messages
Optional

Reasons for failure of the operation.

string
pod_id
Optional

ID of the hosting pod for the sessions.

integer As int32 As int32
status_code
Optional

HTTP Status Code of the operation.

integer As int64 As int64
timestamp
Optional

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