BaseRelatedInfoEntity
Base Related Info Entity
Base Info entity for fetching discovered/derived information about a Compute/Group.
JSON Example
{
"id": "string",
"name": "string",
"info_type": "string"
}
string
id
Optional
Id of related entity.
string
name
Optional
Display name of the entity.
string
info_type
Required
Type of the info object. PROCESS - a process entity returned as a top-level result. USER_LOGIN_INFO - a user login info entity returned as a top-level result. USER_ENTITY - a user entity nested inside a process entity's process_user_info.
Enumeration:
PROCESS,
USER_LOGIN_INFO,
USER_ENTITY