Description | Example | Return Message | Group(s)

RfiResourceReportCsv

HTTP Request Formats

POST api/report/RfiResourceReportCsv

To specify the schedule the command shall be sent to:

GET api/schedule/{scheduleName}/report/RfiResourceReportCsv

Description

The ExportRfiConfiguration REST API command exports the resource RFI configurations in the current schedule. Returned file types are .JSON. More info on the file format can be found here.

Parameters

  • Id: String of a single resource to get the RFI report for.
  • IdList: List of strings containing multiple resources to grab the RFI report for.
  • All: Boolean value that will create a RFI resource report for all RFI applicable resources. Default value is false.

Examples

Grabs the RFI resource report for AQUA and stores the report in the downloads location.

POST api/report/RfiResourceReportCsv

Body:

{

"Id": "AQUA"

}


Group Membership

This command belongs to the following group(s):

Scheduler

Version

12.8