openapi: 3.2.0
info:
title: ERCOT Public API Client/Developer Documentation NP3 910 ER API
description: Client/Developer RESTFul web services documentation for ERCOT Market Information List (EMIL) products.
version: '1.0'
servers:
- url: https://api.ercot.com/api/public-reports
security:
- apiKeyHeader: []
- apiKeyQuery: []
tags:
- name: NP3-910-ER
description: 2-Day Real Time Gen and Load Data Reports
This report will contain all 48 Hour disclosure data related to Real Time. The following individual files are included in the report:NP3-919-EX 48-hour Aggregate Output Schedules; NP3-920-EX 48-hour Aggregate Generation Summary; NP3-921-EX 48-hour Aggregate Load Summary; NP3-922-EX 48-hour Aggregate Dynamically Schedules Resources and Load; NP3-924-EX 48-hour Aggregate Load Summary by Disclosure Areas; NP3-931-EX 48-hour Aggregate Output Schedules by Disclosure Areas; NP3-935-EX 48-hour Aggregate Generation Summary by Disclosure Areas (previously 48 Hour Real Time Gen and Load Data Reports).
paths:
/np3-910-er/2d_agg_out_sched_west:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Output Schedule West
description: 2 Day Aggregated Output Schedule West
operationId: getData_83
parameters:
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumLSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_out_sched_south:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Output Schedule South
description: 2 Day Aggregated Output Schedule South
operationId: getData_84
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumLSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_out_sched_north:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Output Schedule North
description: 2 Day Aggregated Output Schedule North
operationId: getData_85
parameters:
- name: sumHSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumLSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_out_sched_houston:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Output Schedule Houston
description: 2 Day Aggregated Output Schedule Houston
operationId: getData_86
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumLSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_out_sched:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Output Schedule
description: 2 Day Aggregated Output Schedule
operationId: getData_87
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumLSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHSLOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumOutputSchedTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_load_summary_west:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Load Summary West
description: 2 Day Aggregated Load Summary West
operationId: getData_88
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemGenMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemGenMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_load_summary_south:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Load Summary South
description: 2 Day Aggregated Load Summary South
operationId: getData_89
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemGenMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemGenMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_load_summary_north:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Load Summary North
description: 2 Day Aggregated Load Summary North
operationId: getData_90
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemGenMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemGenMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_load_summary_houston:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Load Summary Houston
description: 2 Day Aggregated Load Summary Houston
operationId: getData_91
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemGenMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemGenMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_load_summary:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Load Summary
description: 2 Day Aggregated Load Summary
operationId: getData_92
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemGenMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemGenMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDCtieMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: aggLoadSummaryTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_gen_summary_west:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Generation Summary West
description: 2 Day Aggregated Generation Summary West
operationId: getData_93
parameters:
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumBasePointNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_gen_summary_south:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Generation Summary South
description: 2 Day Aggregated Generation Summary South
operationId: getData_94
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumBasePointNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_gen_summary_north:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Generation Summary North
description: 2 Day Aggregated Generation Summary North
operationId: getData_95
parameters:
- name: sumBasePointWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumBasePointNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_gen_summary_houston:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Generation Summary Houston
description: 2 Day Aggregated Generation Summary Houston
operationId: getData_96
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumBasePointNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslNonWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLaslRemResTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_gen_summary:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated Generation Summary
description: 2 Day Aggregated Generation Summary
operationId: getData_97
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumBasePointNonIRRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointNonIRRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLNonIRRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLNonIRRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLNonIRRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLNonIRRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLWGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLWGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointPVGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointPVGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLPVGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLPVGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLPVGRFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLPVGRTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointREMRESFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumBasePointREMRESTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLREMRESFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumHASLREMRESTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLREMRESFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumLASLREMRESTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumGenTelemMWTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
/np3-910-er/2d_agg_dsr_loads:
get:
tags:
- NP3-910-ER
summary: 2 Day Aggregated DSR Loads
description: 2 Day Aggregated DSR Loads
operationId: getData_98
parameters:
- name: SCEDTimestampFrom
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: SCEDTimestampTo
in: query
description: Format - yyyy-MM-ddTH24:mm:ss.
schema:
type: string
format: yyyy-MM-ddTH24:mm:ss
- name: repeatHourFlag
in: query
description: Format - true | false.
schema:
type: boolean
format: true | false
- name: sumTelemDSRLoadFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDSRLoadTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDSRGenFrom
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: sumTelemDSRGenTo
in: query
description: 'Format - ####.###.'
schema:
type: number
format: '####.###'
- name: page
in: query
description: 'Format - ###. Page number of returned values in the collection.'
schema:
type: integer
format: '###'
- name: size
in: query
description: 'Format - ###. Number of returned items per page.'
schema:
type: integer
format: '###'
- name: sort
in: query
description: Format - abc123. Defines field by which to sort the returned resource values.
schema:
type: string
format: abc123
- name: dir
in: query
description: Format - abc123. Defines sort order of returned values based on the primary business key of the resource.
schema:
type: string
format: abc123
responses:
'200':
description: OK The operation completed successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/Report'
example:
_meta:
totalRecords: 0
pageSize: 0
totalPages: 0
currentPage: 0
query:
parameterCount: 0
parameters: {}
sortedBy: string
report:
reportName: string
reportDisplayName: string
reportId: string
reportEMIL: string
fields:
- name: string
label: string
cardinality: 0
dataType: BOOLEAN
searchable: true
sortable: true
hasRange: true
data: {}
links:
- rel: string
href: string
hreflang: string
media: string
title: string
type: string
deprecation: string
profile: string
name: string
'400':
description: The request operation failed. The request and/or one or more of its parameters are invalid.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'403':
description: The request operation failed. You do not have access to the requested resource.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
'404':
description: The request operation failed. The requested resource does not exist.
content:
application/json:
schema:
$ref: '#/components/schemas/Exception'
example:
timestamp: string
code: 0
status: string
message: string
data: {}
components:
schemas:
ReportMetadata:
type: object
properties:
reportName:
type: string
reportDisplayName:
type: string
reportId:
type: string
reportEMIL:
type: string
description: Represents metadata for the specified object.
Field:
type: object
properties:
name:
type: string
label:
type: string
cardinality:
type: integer
format: int32
dataType:
enum:
- BOOLEAN
- VARCHAR
- INTEGER
- LONG
- DOUBLE
- DATE
- DATETIME
- TIME
type: string
searchable:
type: boolean
sortable:
type: boolean
hasRange:
type: boolean
description: Represents report data field.
Exception:
type: object
properties:
timestamp:
type: string
format: date-time
code:
type: integer
format: int32
status:
type: string
message:
type: string
data:
type: object
description: Represents any exception encountered while access API endpoints.
QueryMetadata:
type: object
properties:
parameterCount:
type: integer
format: int32
parameters:
type: object
additionalProperties:
type: object
sortedBy:
type: string
description: Represents query parameter summary for the specified query results.
ResultMetadata:
type: object
properties:
totalRecords:
type: integer
format: int64
pageSize:
type: integer
format: int32
totalPages:
type: integer
format: int32
currentPage:
type: integer
format: int32
query:
$ref: '#/components/schemas/QueryMetadata'
description: Represents record and paging summary for the specified query results.
Report:
type: object
properties:
_meta:
$ref: '#/components/schemas/ResultMetadata'
report:
$ref: '#/components/schemas/ReportMetadata'
fields:
type: array
items:
$ref: '#/components/schemas/Field'
data:
type: object
links:
type: array
items:
$ref: '#/components/schemas/Link'
description: Represents report data search results from any EMIL artifact report query.
Link:
type: object
properties:
rel:
type: string
href:
type: string
hreflang:
type: string
media:
type: string
title:
type: string
type:
type: string
deprecation:
type: string
profile:
type: string
name:
type: string
securitySchemes:
apiKeyHeader:
type: apiKey
name: Ocp-Apim-Subscription-Key
in: header
apiKeyQuery:
type: apiKey
name: subscription-key
in: query