Interface HostsApiListHostsRequest

Hierarchy

  • HostsApiListHostsRequest

Properties

count?: number

Number of hosts to return. Max 1000.

filter?: string

String to filter search results.

from?: number

Number of seconds since UNIX epoch from which you want to search your hosts.

includeHostsMetadata?: boolean

Include additional metadata about the hosts (agent_version, machine, platform, processor, etc.).

includeMutedHostsData?: boolean

Include information on the muted status of hosts and when the mute expires.

sortDir?: string

Direction of sort. Options include asc and desc.

sortField?: string

Sort hosts by this field.

start?: number

Specify the starting point for the host search results. For example, if you set count to 100 and the first 100 results have already been returned, you can set start to 101 to get the next 100 results.

Generated using TypeDoc