TestNetworkMappingDrResponseList
TestNetworkMappingDrResponseList
List of entities about: Details about a test network mapping. If not present, then an isolated network will be used for test recovery.
JSON Example
{
"list": [
{
"target_network": "string",
"test_network": "string",
"id": "string",
"test_network_name": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}