content library item changes: info
The
info
structure contains information about a library item change. This structure was added in vSphere API 6.9.1.Representation:
{
"time" : "2015-01-01T22:13:05.651Z",
"message" : "string",
"user" : "string"
}
"time" : "2015-01-01T22:13:05.651Z",
"message" : "string",
"user" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
time | date_time | The date and time when the item content was changed. This attribute was added in vSphere API 6.9.1. |
Optional | ||
user | string | The user who made the content change. This attribute was added in vSphere API 6.9.1. Optional. This field will be unset if the user could not be determined. |
message | string | The full message describing the content change. This attribute was added in vSphere API 6.9.1. Optional. This field will be unset if a message was not provided when the item content was changed. |