Creates the view. View type will be decided based on the view type input parameter.
{
"operationName": "createview",
"communication": {
"token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzM1OTMwOH0.CeRETT_DriarnYYHZGaLv7MHu0rNoEigETpsoYxCHOM"
},
"operationArguments": {
"viewTag": "shwetag001",
"streamSelector": "stream:Admin_AutoTestProj0001@/AutoTestPVOB",
"copyAreaPath": "\10.190.106.135\ccstg_c\views\shwetag001.vws",
"textMode": "TRANSPARENT",
"viewType": "web"
}
}
Name of the operation.
"createview"
Token that will be used for authentication.
"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzM1OTMwOH0.CeRETT_DriarnYYHZGaLv7MHu0rNoEigETpsoYxCHOM"
view name
"shwetag001"
Stream selector (required for the UCM view). For example, stream:demo@/PVOB or demo@/PVOB.
"stream:Admin_AutoTestProj0001@/AutoTestPVOB"
View storage path. If you do not provide a path, the API will choose the user's home directory as the view storage path.
View storage location. For dynamic and snapshot views, you must provide either a viewStoragePath or a viewStorageLocation.
View cache location (only valid for automatic views)
Line terminator for text files. Allowable values are 'TRANSPARENT', 'INSERT_CR', 'NL_TO_CR', and 'STRIP_CR'.
"TRANSPARENT"
This parameter decides what type of view should be created. Valid values are 'dynamic', 'snapshot', automatic', and 'web'.
"web"
This parameter enables native symbolic links. Applicable to the 'snapshot' view.
This parameter automatically hijacks files in a view. Applicable to 'snapshot', 'automatic', and 'web' views.
This parameter decides whether to create a UCM or a base view.
To create shareable derived objects. Valid values are true or false and applicable only to the dynamic view.
It is the view path where artifacts are loaded. This is applicable to 'snapshot' and 'web' views.
"\10.190.106.135\ccstg_c\views\shwetag001.vws"
To map the view to the network drive. Valid values are [A-Z] and applicable to 'dynamic' and 'automatic' views.