|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | Name of the system. | ||
location | O | string | Unknown | Physical location of the system. | |
contact | O | string | Unknown | Contact information of the system. | |
localAuthenticationEnabled | O | boolean | true | The confd cli user information stored locally can be used for authentication. | |
externalAuthenticationEnabled | O | boolean | false | The confd cli user information stored on remote Radius server used for authentication. | |
utilMonitorStatsInterval | O | uint32 | 15 | The time interval for system resource monitoring statistics. | |
utilMonitorStatsNumOfPastInterval | O | uint32 | 4 | The number of past intervals saved for system resource monitoring statistics. | |
auditLogState | O | enumeration | enabled | This enables/disable the management audit log. | |
dspMismatchAction | O | enumeration | preserveRedundancy | Action to be taken if the DSP mismatch is detected between active and standby. | |
cliSetWarningSupport | O | enumeration | enabled | Setting to enable/disable warning prompts configured for the set command. This setting does not modify warnings generated with the request command. | |
rest | O | ||||
passwordRules | O | The rules implementing Conf-D user password policy. | |||
accountManagement | O | Account and password management related configuration | |||
banner | O | Configuration parameters for displaying a Banner. | |||
fips-140-2 | O | FIPS-140-2 related configuration and commands. | |||
dod | O |
Operation Name | Description |
---|---|
reKeyConfdEncryptionKeys | Re-key confd DES and AES encryption keys. |
zeroizePersistenKeys | Zeroize persistently stored keys. |
reGenerateSshRsaKeys | Re-key RSA ssh public/private keys. |
restart | Restart System (all the CEs) |
softReset | Restart application on the system without rebooting the server(s). |
switchover | Switchover the management applications and restart application on current active server. |
saveConfig | Save the current configuration. |
loadConfig | Load saved configuration and restart the system without rebooting the server(s). |
removeSavedConfig | Removes a previously saved configuration from the server. |
verifyDatabaseIntegrity | Verifies config policy databases integrity. |
setHaConfig | Set the HA port redundancy configuration. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name} |