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"
}
}
operationName: string

Name of the operation.

"setconfigspec"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzEyNjU3N30.2HQ9dPm9AHfhGfHdwkpUgfupKoqzTm8pzqn15jA1W4s"
operationArguments: object

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.

viewPath: string

Path in the view where you will perform operation.

"C:\Users\testernt\Web_Windows_Admin_AutoTestProj0001"
elementRules: string

Element rules, which will be set within the view. For example, 'element * /main/1'.

"element * /main/LATEST\n"
loadRules: string

Load rules, which will be set within view. For example, 'load /testVob'.

"load \gan_cvob\n"
configSpec: string

It is combination of Element rules and Load rules, if exists. For example, 'element * /main/1 \n load /testVob'.

mountVobs: string[]

Vobs need to be mounted. Applicable only to automatic views.