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

TestNetworkMappingDrResponseList

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


Properties

_meta Optional

List metadata


list Optional

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

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"id": "string",
			"target_network": "string",
			"test_network": "string",
			"test_network_name": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-rest-api
Returned By

Get Plan Related Test Networks
Get Test Network Mappings

Feedback

Was this page helpful?