BulkItemResponseInfo
BulkItemResponseInfo
Response for each of the operation in a bulk operation.
JSON Example
{
"access_group": "/",
"error_messages": [
"Entity does not exists.",
"Property is mandatory."
],
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"privileges": [
"POOL_VIEW",
"MACHINE_VIEW"
],
"status_code": 200,
"timestamp": 1561939200000
}
string
access_group
Optional
Access group of the resource, when operation failed on a resource with insufficient privilege.
array of
string
error_messages
Optional
Reasons for the failure of the operation.
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.
array of
string
privileges
Optional
List of privileges evaluated for an operation, when it failed with insufficient privilege.
integer As int32
As int32
status_code
Required
Response HTTP status code of the operation.
integer As int64
As int64
timestamp
Required
Timestamp in milliseconds when the operation failed. Measured as epoch time.