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."
],
"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
}
],
"error_messages": [
"Entity does not exist."
],
"errors": [
{
"error_key": "inventory.machine.not.found",
"error_message": "username cannot be empty"
}
],
"pod_id": "54c122e0-d6b5-476c-af91-fd00392e5983",
"status_code": 200,
"timestamp": 1611939200000
}
array of BulkItemResponseInfo
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. This field is deprecated since 2203 release.
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.