Get Compute Related Info
Returns a paginated list of context data discovered on the specified VM. The info_type field determines what is returned: PROCESS returns processes observed making flows on the VM; USER_LOGIN_INFO returns user login sessions detected on the VM.
Notes:
start_timeis required. Eithersite_idorsite_idsmust also be provided.info_typeis required. Accepted values:PROCESS,USER_LOGIN_INFO.filtersaccepts up to 300 filter entries. Supported filter keys forPROCESS:PROCESS_NAME,PROCESS_COMMAND_LINE,PROCESS_USER_NAME,PROCESS_HASH.- Obtain
compute-idfrom the topology graph returned byPOST /visualization/topology/compute-flow-topology, where each node represents a compute. - To see the flow records for this VM, use
POST /visualization/flow-analysis/computes/{compute-id}/flow-details.
External ID of the target VM.
Wrapper request for ComputeIdRelatedInfo with restricted filter keys
{
"start_time": 1778776019128,
"site_id": "8c27e777-2917-447c-a68f-566b985fe546",
"page_size": 50,
"offset": 0,
"info_type": "PROCESS"
}
success
{
"offset": 0,
"number_of_results": 3,
"total_result_count": 3,
"total_pages": 1,
"time_interval": {
"start_time": 1778776019128,
"end_time": 1781454578208
},
"related_info_summary": {},
"results": [
{
"info_type": "PROCESS",
"id": "190437637358187950",
"name": "http",
"command_line": "/usr/lib/apt/methods/https ",
"process_user_info": [
{
"info_type": "UserEntity",
"id": "L-500357a3-3547-88ef-da8c-77e904e18a1a:112",
"name": "Unknown_L-500357a3-3547-88ef-da8c-77e904e18a1a:112",
"process_user_info": []
}
],
"sha256": "97bbaf6df382d59f77f14759dd6406979763a60d0334adcd56eb49861692ec5b",
"flow_count": 1,
"process_type": "CLIENT"
},
{
"info_type": "PROCESS",
"id": "15963114036118247623",
"name": "python3.6",
"command_line": "/usr/bin/python3 /usr/lib/ubuntu-release-upgrader/check-new-release -q ",
"process_user_info": [
{
"info_type": "UserEntity",
"id": "L-500357a3-3547-88ef-da8c-77e904e18a1a:0",
"name": "Unknown_L-500357a3-3547-88ef-da8c-77e904e18a1a:0",
"process_user_info": []
}
],
"sha256": "5e0c61520f859fea220cbe491c687b7a41f380050a5bcfd78b5917bcec921814",
"flow_count": 1,
"process_type": "CLIENT"
},
{
"info_type": "PROCESS",
"id": "13234635580981119049",
"name": "http",
"command_line": "/usr/lib/apt/methods/http ",
"process_user_info": [
{
"info_type": "UserEntity",
"id": "L-500357a3-3547-88ef-da8c-77e904e18a1a:112",
"name": "Unknown_L-500357a3-3547-88ef-da8c-77e904e18a1a:112",
"process_user_info": []
}
],
"sha256": "97bbaf6df382d59f77f14759dd6406979763a60d0334adcd56eb49861692ec5b",
"flow_count": 1,
"process_type": "CLIENT"
}
]
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Error
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/intelligence/visualization/flow-analysis/computes/{compute-id}/related-info