KSC Reports

GETs (reading data)

KSC Reports API GET functions
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)

KSC Reports API PUT function
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.