KSC Reports
GETs (reading data)
Resource | Description |
---|---|
/ksc |
Get a list of all KSC reports, including ID and label. |
/ksc/{reportid} |
Get a specific KSC report, by ID. |
/ksc/count |
Get a count of all KSC reports. |
PUT (modifying data)
Resource | Description |
---|---|
/ksc/{reportid} |
Modify a report with the given ID. |
POSTs (creating data)
Documentation incomplete see issue: NMS-7162.
DELETEs (removing data)
Documentation incomplete see issue: NMS-7162.