Jump to content

Eric Schultz

Members
  • Posts

    1
  • Joined

  • Last visited

About Eric Schultz

  • Rank
    Newbie
    Newbie

Profile Information

  • Location
    USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm utilizing the ESET Server Api. I cannot find how to "list" computers with their UUID's. for use in the Era.Common.NetworkMessage.ConsoleApi.Groups.RpcGetComputerRequest Currently the only command I've found is: {"Era.Common.NetworkMessage.ConsoleApi.Groups.RpcExportComputersRequest": {"parentGroupUuid": {"uuid": "00000000-0000-0000-7001-000000000001"}, "includeSubgroups": True}} However there is only the computer name/path ... I would have expected it to return the computer objects, or at least a computer object with the path, computer name, and uuid. I'm also looking to determine how to traverse down the static group tree. {'Era.Common.NetworkMessage.ConsoleApi.Groups.RpcGetStaticGroupResponse': {'groups': [{'staticObjectIdentification': {'uuid': {'uuid': '00000000-0000-0000-7001-000000000001'}, 'versionGuard': 5014}, 'staticObjectData': {'name': 'All', 'description': ''}, 'staticGroupRelations': {'parentGroup': {'uuid': '00000000-0000-0000-0000-000000000000'}}}]}} Only show staticGroupRelations -> parentGroup, not childGroups.
×
×
  • Create New...