mispex v0.1.5 MISP.Server View Source

An external server to share data with

Link to this section Summary

Functions

List all servers known by MISP

Link to this section Types

Link to this type

t() View Source
t() :: %MISP.Server{
  id: String.t() | nil,
  name: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

List all servers known by MISP

iex> MISP.Server.list()
[
  %MISP.Server{
    id: "1",
    url: "https://example.com"
  }
]