List outputs

GET /api/fleet/outputs

Responses

GET /api/fleet/outputs
curl \
 -X GET https://localhost:5601/api/fleet/outputs
Response examples (200)
{
  "items": [
    {
      "ca_sha256": "string",
      "ca_trusted_fingerprint": "string",
      "config": {},
      "config_yaml": "string",
      "hosts": [
        "string"
      ],
      "id": "string",
      "is_default": true,
      "is_default_monitoring": true,
      "is_internal": true,
      "name": "string",
      "preset": "balanced",
      "proxy_id": "string",
      "shipper": {
        "compression_level": 42.0,
        "disk_queue_compression_enabled": true,
        "disk_queue_enabled": true,
        "disk_queue_encryption_enabled": true,
        "disk_queue_max_size": 42.0,
        "disk_queue_path": "string",
        "loadbalance": true
      },
      "ssl": {
        "certificate": "string",
        "certificate_authorities": [
          "string"
        ],
        "key": "string"
      },
      "type": "elasticsearch"
    }
  ],
  "page": 42,
  "perPage": 42,
  "total": 42
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}