ResourceMappingDrResponseList
ResourceMappingDrResponseList
List of entities about: Details about a resource inventory mapping
JSON Example
{
"list": [
{
"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"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}