blob: cc212095f7d374b901d4c85a2ffdbe65095a577f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"request": {
"uri": "/api/resmgr/v1/datacenters/aaaa",
"method": "get",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
}
},
"response": {
"status": 200,
"json": {
"datacenters": []
}
}
}
|