BulkEntitlementResponseInfo
BulkEntitlementResponseInfo
Response for each of the entitlement operation for a resource in a bulk entitlement operation.
JSON Example
{
"details": [
{
"ad_user_or_group_id": "S-1-5-21-2898529287-1016622242-505487308-500",
"error_messages": [
"Entity does not exists.",
"Property is mandatory."
],
"errors": [
{
"error_key": "inventory.machine.not.found",
"error_message": "username cannot be empty"
}
],
"status_code": 200,
"timestamp": 1561939200000
}
],
"error_messages": [
"Entity does not exists.",
"Property is mandatory."
],
"errors": [
{
"error_key": "inventory.machine.not.found",
"error_message": "username cannot be empty"
}
],
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"status_code": 200,
"timestamp": 1561939200000
}
array of
EntitlementResponseInfo
details
Optional
List of entitlement response info objects corresponding to each of the given ad-user-or-group SID.
array of
string
error_messages
Optional
Reasons for the failure of the operation. This field is deprecated since 2203 release.
string
id
Optional
Unique ID representing the resource for the entitlement operation.
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.