Authenticate to the CCRC WAN server.
{
"operationName": "login",
"operationArguments": {
"userName": "Admin",
"password": "Abcd@1234",
"ccrcWanServerURL": "http://10.115.84.36:16080/ccrc",
"primaryGroupName": "clearcase",
"groupList": [
"clearcase",
"devs",
"qa"
]
}
}
Name of the operation.
"login"
Enter your username to log in.
"Admin"
Enter your password to log in.
"Abcd@1234"
URL for the CCRC WAN server.
"http://10.115.84.36:16080/ccrc"
Primary group of the logged-in user.
"clearcase"
List of groups associated with the logged-in user.
[
"clearcase",
"devs",
"qa"
]