Skip to main content

ConfigurationUpdateResponse

Response for configuration update.

successSuccess (boolean)required
requires_restartRequires Restart (boolean)required
error object
anyOf
string
effective_value object
anyOf
ConfigurationUpdateResponse
{
"success": true,
"requires_restart": true,
"error": "string"
}