|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
name | M | string | Name of the system. | ||
actualSystemName | O | string | System Name given by user as user/metadata | ||
clusterId | O | string | clusterID instance given in userdata | ||
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. | |
sshPublicKeyAuthenticationEnabled | O | boolean | false | Enable/Disable state of SSH public key authentication through CLI for all users. | |
rest | O | ||||
passwordRules | O | The rules implementing Conf-D user password policy. | |||
passwordRulesForAdmin | O | The rules implementing user password policy for Administrator users. | |||
passwordDictionary | O | Password management dictionary related configuration | |||
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 | ||||
license | O | System-level License configuration. |
Parameter | Description | |
---|---|---|
sftpUserPassword | Save the sftp password for the user. |
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. |
saveConfigStoreFile | Save the current configuration to an external cloud object store service. |
retrieveConfigStoreFile | Retrieve a configuration file from an external cloud object store service to the active configuration. |
deleteConfigStoreFile | Delete a configuration file on an external cloud object store service. |
setConfigStoreParameters | Set the parameters used to access an external cloud object store service. |
setHaConfig | Set the HA port redundancy configuration. |
reenableOsAccount | Re-enable OS Account |
removeInstanceFromGroup | Removes the specified instance from Redundancy Group. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name} |