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

Name of the operation.

"createview"
communication: object
token: string

Token that will be used for authentication.

"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBZG1pbiIsImlhdCI6MTc2NzM1OTMwOH0.CeRETT_DriarnYYHZGaLv7MHu0rNoEigETpsoYxCHOM"
operationArguments: object
viewTag: string

view name

"shwetag001"
streamSelector: string

Stream selector (required for the UCM view). For example, stream:demo@/PVOB or demo@/PVOB.

"stream:Admin_AutoTestProj0001@/AutoTestPVOB"
viewStoragePath: string

View storage path. If you do not provide a path, the API will choose the user's home directory as the view storage path.

viewStorageLocation: string

View storage location. For dynamic and snapshot views, you must provide either a viewStoragePath or a viewStorageLocation.

sharedCleartextCacheLocation: string

View cache location (only valid for automatic views)

textMode: string

Line terminator for text files. Allowable values are 'TRANSPARENT', 'INSERT_CR', 'NL_TO_CR', and 'STRIP_CR'.

"TRANSPARENT"
viewType: string

This parameter decides what type of view should be created. Valid values are 'dynamic', 'snapshot', automatic', and 'web'.

"web"
hasRealSymlinks: string

This parameter enables native symbolic links. Applicable to the 'snapshot' view.

autoHijack: string

This parameter automatically hijacks files in a view. Applicable to 'snapshot', 'automatic', and 'web' views.

ucmView: string

This parameter decides whether to create a UCM or a base view.

shareDerivedObject: string

To create shareable derived objects. Valid values are true or false and applicable only to the dynamic view.

copyAreaPath: string

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"
driveLetter: string

To map the view to the network drive. Valid values are [A-Z] and applicable to 'dynamic' and 'automatic' views.