When attempting to schedule a report using the API call:
POST /api/reportdefinitions/{id}/schedules
The operations fails with a response HTTP response code 422.
{
"message": "The combination of resource id, report template id and the traversal spec is invalid : Report template id - \"<REPORT_ID>\" , resource id - \"<RESOURCE_ID>\" , traversal spec - \"<TRAVERSAL_SPEC_DETAILS>\".",
"httpStatusCode": 422,
"apiErrorCode": 422
}
Aria Operations 8.x
Confirm that the traversal spec is correct and the object is a valid object for scheduling this report on.
Operations >> Reports
Manage
Show Columns
" box at the bottom of the "Report Templates"
tablehttps://<Aria_Ops_FQDN>/suite-api/
GET /api/reportdefinitions/{id}/schedules
POST /api/reportdefinitions/{id}/schedules