org.osbuild.insights-client.config
Configure insights-client.
Configures insights-client. Creates a new config file if one does not exist, or modifies the existing one.
Schema 1
{
"additionalProperties": false,
"required": [
"config"
],
"properties": {
"config": {
"additionalProperties": false,
"description": "insights-client config options",
"type": "object",
"properties": {
"proxy": {
"description": "URL for the proxy.",
"type": "string"
}
}
},
"path": {
"description": "path to the insights-client config file",
"type": "string"
}
}
}
Schema 2
{}