The system will generate a response after processing your request for GetConfigSpec.

{
"responseCode": 200,
"responseMsg": "Configuration fetched successfully.",
"configSpec": "element * CHECKEDOUT\n element * /main/LATEST\n",
"loadRules": "load \gan_cvob\n",
"viewType": "SNAPSHOT",
"ucm": true
}
responseCode: integer

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

200
responseMsg: string

Successful or Failure message

"Configuration fetched successfully."
configSpec: string

Element rules of the view. For the UCM view, only the "custom rules" subset is returned.

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

Load rules of the view.

"load \gan_cvob\n"
viewType: string

Type of the view.

"SNAPSHOT"
ucm: boolean

view is UCM or not

true
mountVobs: string[]

VOBs to be mounted.