Agents
Modules
Retrieve agent module data by agent hash and module name
get/agents/{hash}/modules/{module_name}
Path parameters
hashstring required
agent hash in hex format (md5)
module_namestring required
module name without spaces
Response
agent module data received successful
Example response
{
"status": "success"
}