Sets the config spec for a Base ClearCase view and sets the Custom Rules section of the config spec in a UCM view.
{
"operationName": "setconfigspec",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
},
"operationArguments": {
"viewPath": "C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001",
"elementRules": "element * /main/LATEST\n",
"loadRules": "load \gan_cvob\n"
}
}
Name of the operation.
"setconfigspec"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
At least one of the following must be provided: either elementsRules or configSpec should not be null.
The elementRules and loadRules will take precedence over the configSpec rules.
Path in the view where you will perform operation.
"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
Element rules, which will be set within the view. For example, 'element * /main/1'.
"element * /main/LATEST\n"
Load rules, which will be set within view. For example, 'load /testVob'.
"load \gan_cvob\n"
It is combination of Element rules and Load rules, if exists. For example, 'element * /main/1 \n load /testVob'.
Vobs need to be mounted. Applicable only to automatic views.