You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Resources | system | admin

admin

Basic configuration (name, location, etc) for the system.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring Name of the system.
locationOstringUnknown Physical location of the system.
contactOstringUnknown Contact information of the system.
localAuthenticationEnabledObooleantrue The confd cli user information stored locally can be used for authentication.
externalAuthenticationEnabledObooleanfalse The confd cli user information stored on remote Radius server used for authentication.
utilMonitorStatsIntervalOuint3215 The time interval for system resource monitoring statistics.
utilMonitorStatsNumOfPastIntervalOuint324 The number of past intervals saved for system resource monitoring statistics.
auditLogStateOenumerationenabled This enables/disable the management audit log.
dspMismatchActionOenumerationpreserveRedundancy Action to be taken if the DSP mismatch is detected between active and standby.
cliSetWarningSupportOenumerationenabled Setting to enable/disable warning prompts configured for the set command. This setting does not modify warnings generated with the request command.
restO
passwordRulesO The rules implementing Conf-D user password policy.
accountManagementOAccount and password management related configuration
bannerO Configuration parameters for displaying a Banner.
fips-140-2O FIPS-140-2 related configuration and commands.
dodO

Operations

Operation NameDescription
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}

  • No labels