Resources | oam | localAuth | userStatus

userStatus

Exists on Condition (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /system/isOAM = 'true'))

Operational Data

ParameterDescription
name The name of the user.
currentStatus The current status of the user.
userId User ID

Operations

Operation NameDescription
enable Enable user account
disable Disable user account
setRsaKey Set RSA key for the user.
deleteRsaKey Delete RSA key for the user.
showRsaKey Show RSA key for the user.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusOrca:oam/localAuth/userStatus={name}

  • No labels