Config API Version 2 Custom
Introduction
The custom section of the config API allows you to see what custom reports have been defined for an IGRP, if any.
Reports List
Provides a list of custom reports defined for an IGRP.
Request:
GET /config/v2/igrps/{IGRP SPECIFIER}/custom/reports
GET Params
- igrp (int) - IGRP to list reports for.
- reportId (int) OPTIONAL - Restrict list to this report.
- sort (array) OPTIONAL - One or more sorts, see Sort Types.
- filter (array) OPTIONAL - One or more filters, see Filter Types.
Filter Types
- reportId (int) - Report ID
- reportName (string) - Report Name
Sort Types
Same fields as Filter Types
Response:
Returns a list of custom reports available for the IGRP.