GetViewStream response

{
"responseCode": 200,
"responseMsg": "The operation is successful.",
"stream": "test_stream@/DemoPvob"
}
responseCode: integer

Indicates the status of operation whether it was successful, partially successful, or failed

200
responseMsg: string

Successful or Failure message

"The operation is successful."
stream: string

Stream selector (applicable only for UCM view). For example stream:demo@/PVOB or demo@/PVOB

"test_stream@/DemoPvob"