The system will generate a response after processing your request for GetVobs.
{
"responseCode": 200,
"responseMsg": "Retrieved VOBs successfully.",
"vobs": [
{
"vobTag": "/admin.ap-rcc-win26.basecc.v12",
"vobSelector": "cc.vobtag:/admin.ap-rcc-win26.basecc.v12@local-reg"
},
{
"vobTag": "/Test_Vob",
"vobSelector": "cc.vobtag:/Test_Vob@local-reg"
},
{
"vobTag": "/VS2019TestVob",
"vobSelector": "cc.vobtag:/VS2019TestVob@local-reg"
}
]
}
Indicates the status of operation, specifying whether it was successful, partially successful, or failed.
200
Successful or Failure message
"Retrieved VOBs successfully."
List of the VOB tags.
[
{
"vobTag": "/admin.ap-rcc-win26.basecc.v12",
"vobSelector": "cc.vobtag:/admin.ap-rcc-win26.basecc.v12@local-reg"
},
{
"vobTag": "/Test_Vob",
"vobSelector": "cc.vobtag:/Test_Vob@local-reg"
},
{
"vobTag": "/VS2019TestVob",
"vobSelector": "cc.vobtag:/VS2019TestVob@local-reg"
}
]