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

ResourceMapping

Details about a resource inventory mapping


Properties

string as uuid
id Required

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: YESDIFFERENTNO


string
primary_object Optional

An ID of the object that is mapped.


string
primary_object_name Optional

The name of the primary object.


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.


string
secondary_object Optional

An ID of the object that is mapped to.


string
secondary_object_name Optional

The name of the secondary object.

JSON Example

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

ResourceMappingDrResponseList
Used By

ResourceMappingDrResponseEntity

Feedback

Was this page helpful?