23 lines
704 B
JSON
23 lines
704 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up TrueNAS integration.",
|
|
"data": {
|
|
"name": "Name of the integration",
|
|
"host": "Host",
|
|
"api_key": "API key",
|
|
"ssl": "Use SSL",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists.",
|
|
"no_response": "No response from host.",
|
|
"401": "No authorization for this endpoint.",
|
|
"404": "API not found on this host.",
|
|
"500": "Internal error."
|
|
}
|
|
}
|
|
} |