Received Error Editing Usage Report using ArcGIS Python API

253
0
03-23-2022 11:25 PM
WongChunKang
New Contributor III

I was trying to edit usage report using ArcGIS Python API with the code below but received the response below. Any idea is greatly appreciated!

Code:

report.edit()

Response:

{'status': 'error',
 'messages': ["JSON object for 'Metric' is missing required attribute 'reportname'"],
 'code': 500}

 

0 Kudos
0 Replies