[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api

TestNetworkMapping

Details about a test network mapping. If not present, then an isolated network will be used for test recovery.


Properties

string as uuid
id Required

Test network mapping identifier


string
target_network Required

Network at the recovery site, for which a test network will be used.


string
test_network Required

The test network used by the test network mapping


string
test_network_name Optional

The name of the test network

JSON Example

{
	"id": "string",
	"target_network": "string",
	"test_network": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Property Of

NetworkMapping
TestNetworkMappingDrResponseList
Used By

TestNetworkMappingDrResponseEntity

Feedback

Was this page helpful?