go-graylog
go-graylog copied to clipboard
Support ValidationApiError
POST /system/outputs
{
"type": "ValidationApiError",
"message": "Validation failed!",
"validation_errors": {
"type": [
{
"error": "Invalid output type"
}
]
}
}