Snapservice.Sessions.Info

Snapservice.Sessions.Info
Snapservice.Sessions.Info

Represents data associated with an API session.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "user": "string",
    "created_time": "string",
    "last_accessed_time": "string"
}
string
user
Required

Fully qualified name of the end user that created the session, for example [email protected]. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
created_time
Required

Time when the session was created.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
last_accessed_time
Required

Last time this session was used by passing the session token for invoking an API.

This property was added in vSphere API 9.0.0.0.