| |
Exists on Condition | /system/isOAM ='true' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
rest | O | ||||
vnfr | O | This enables/disables the VNFR REST interface for the upgrade APIs. | |||
linkDetection | O | System wide settings associated with link detection. | |||
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 | |||
gratuitousArp | O | System wide settings associated with gratuitousArp . | |||
intrusionDetection | O | Configuration for intrusion detection system (AIDE). | |||
banner | O | Configuration parameters for displaying a Banner. | |||
fips-140-2 | O | FIPS-140-2 related configuration and commands. | |||
dod | O | ||||
ema | O | EMA modules enable/disable related configurations. | |||
kernelParams | O | Modifying kernel parameters for SBC. | |||
ctrlAltDelete | O | Configure Ctrl + Alt + Delete functionality. | |||
license | O | System-level License configuration. |
Parameter | Description | |
---|---|---|
name | Name of the system. | |
actualSystemName | System Name given by user as user/metadata | |
haMode | Management mode of the system (haMode1to1 or haModeNto1) | |
clusterId | clusterID instance given in userdata | |
sftpUserPassword | Save the sftp password for the user. | |
savedConfigurations | Lists saved configurations available on OAM |
Operation Name | Description |
---|---|
reKeyConfdEncryptionKeys | Re-key confd DES and AES encryption keys. |
zeroizePersistenKeys | Zeroize persistently stored keys. |
reGenerateSshKeys | Re-key RSA and ECDSA 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. |
adManualSync | Sync with AD Server to fetch subscriber data. |
searchAdData | Searches the AD database. |
verifyDatabaseIntegrity | Verifies config policy databases integrity. |
saveConfigStoreFile | Save the current configuration to an external cloud object store service. |
setConfigStoreParameters | Set the parameters used to access an external cloud object store service. |
resetSoftwareUpgradeState | Resets software upgrade state and cleans up staging directory, previous versions, etc. |
setHaConfig | Set the HA port redundancy configuration. |
reenableOsAccount | Re-enable OS Account |
removeInstanceFromGroup | Removes the specified instance from Redundancy Group. |
saveAndActivate | Save and Activate the Configuration |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/admin={name} |