raise MalformedRequest(
dnacentersdk.exceptions.MalformedRequest: {'type': 'building', 'site': {'building': {'address': '2222 Big Dr.', 'country': 'United States', 'latitude': '44.22222', 'longitude': '-111.11111', 'name': 'Big_bldg', 'parentName': 'Global/US/Big Campus'}}} is invalid. Reason: data.site.building.latitude must be number
failed: [dna-center-lab] (item={'name': 'Big_bldg', 'site_type': 'building', 'address': '2222 Big Dr.', 'country': 'United States', 'latitude': 44.22222, 'longitude': -111.11111, 'parent_name': 'Global/US/Big Campus'}) => {
"ansible_loop_var": "item",
"item": {
"address": "2222 Big Dr.",
"country": "United States",
"latitude": 44.22222,
"longitude": -111.11111,
"name": "Big_bldg",
"parent_name": "Global/US/Big Campus",
"site_type": "building"
},
"msg": "An error occured when executing operation. The error was: {'type': 'building', 'site': {'building': {'address': '2222 Big Dr.', 'country': 'United States', 'latitude': '44.22222', 'longitude': '-111.11111', 'name': 'Big_bldg', 'parentName': 'Global/US/Big Campus'}}} is invalid. Reason: data.site.building.latitude must be number"
}