/
/Middleware API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 8h ago · Updated 1d ago
AGENT7
AGENT PRIVATE ROUTES21
  • deleteDelete a client token
  • getList all client tokens
  • postGenerate new client token
  • postGenerate new agent token
  • getGet list of agent hosts
  • getGet client token by application name
  • getGet all configuration groups
  • putAssign configuration group to hosts
  • postCreate or update configuration group
  • deleteDelete configuration group
  • getGet configuration group by name or ID
  • getGet all host settings from database
  • deleteRemove specific agent configuration from all hosts
  • postValidate a regex against input text
  • postValidate regular expressions
  • getGet agent configuration for a specific host
  • getGet auto-detected integrations for a host
  • getGet enabled integrations for a specific host/cluster
  • getGet client token by value
  • putUpdate existing agent token
  • putUpdate existing client token
ALERTS3
Builder1
BUILDER8
DASHBOARDS7
    AGENT PRIVATE ROUTES

    Get all host settings from database

    Returns filtered agent host settings based on configKey and isKubeAgent parameters.

    get/agent/setting/db/hosts/{configKey}/{isKubeAgent}

    Path parameters

    configKeystring required

    Configuration key (e.g. oracledb_config)

    isKubeAgentstring required

    Set to false for non-K8s settings

    Response

    Filtered host settings

    object[] required

    Changes