VizComputeIdRelatedInfoRequest
Visualization Compute ID Related Info Request
Request object for retrieving process or user login context data discovered on a specific VM.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.info_typeis required. Accepted values:PROCESS(returns processes observed making flows on the VM) orUSER_LOGIN_INFO(returns user login sessions detected on the VM).filtersaccepts up to 300 filter entries. Supported filter keys forPROCESS:PROCESS_NAME,PROCESS_COMMAND_LINE,PROCESS_USER_NAME,PROCESS_HASH.
AllOf
This class requires all of the following:
JSON Example
{
"start_time": 1778776019128,
"site_id": "8c27e777-2917-447c-a68f-566b985fe546",
"page_size": 50,
"offset": 0,
"info_type": "PROCESS"
}