NetworkMapping

NetworkMapping
NetworkMapping

Details about a network inventory mapping

JSON Example
{
    "id": "string",
    "primary_object": "string",
    "secondary_object": "string",
    "primary_object_name": "string",
    "secondary_object_name": "string",
    "reverse_mapping_type": "string",
    "reverse_recovery_object": "string",
    "reverse_recovery_object_name": "string",
    "test_network_mapping": {
        "target_network": "string",
        "test_network": "string",
        "id": "string",
        "test_network_name": "string"
    },
    "ip_mapping": {
        "name": "string",
        "rules": [
            {
                "name": "string",
                "remote_subnet": "string",
                "local_subnet": "string",
                "remote_ip_settings": {
                    "ip_v4": {
                        "default_gateway": "string",
                        "alternate_gateway": "string"
                    },
                    "dns": {
                        "type": "string",
                        "preferred_server": "string",
                        "alternate_server": "string",
                        "suffixes": [
                            {}
                        ]
                    },
                    "wins": {
                        "primary_server": "string",
                        "alternate_server": "string"
                    }
                }
            }
        ]
    }
}
string As uuid As uuid
id
Required

id

string
primary_object
Optional

An ID of the object that is mapped.

string
secondary_object
Optional

An ID of the object that is mapped to.

string
primary_object_name
Optional

The name of the primary object.

string
secondary_object_name
Optional

The name of the secondary object.

string
reverse_mapping_type
Required

The type of the mapping between secondary and primary object (reverse mapping). If there is no reverse mapping will return NO. If the reverse mapping is between the same entities will return YES. If the secondary object has mapping to different than primary object, then DIFFERENT is returned.

Possible values are : YES, DIFFERENT, NO,
string
reverse_recovery_object
Optional

Reference to the reverse recovery object if reverseMappingType == DIFFERENT.

string
reverse_recovery_object_name
Optional

Name of the reverse recovery object if reverseMappingType == DIFFERENT.

test_network_mapping
Optional

test_network_mapping

ip_mapping
Optional

ip_mapping