Register DER Device
post
https://server:port/rest/apis/cross/digitalAssets/derDeviceManagement/register
This REST web service allows the registration of a Distributed Energy Resources (DER) device along with its IEEE 2030.5 nameplate ratings.
Request
There are no request parameters for this operation.
Supported Media Types
- application/xml
- application/json
Root Schema : schema
Type:
Show Source
object
-
assetInfo: object
assetInfo
-
customerInfo: object
customerInfo
-
locationInfo: object
locationInfo
-
transactionId: string
Maximum Length:
120
Unique external transaction identifier created by an external source application such as the DER Aggregator.
Nested Schema : assetInfo
Type:
Show Source
object
-
attributes: object
attributes
-
headEndSystem: string
Maximum Length:
30
Head end system, along with the Network Interface Card Identifier, is used to uniquely identify the device. -
registrationDate: string
(date)
The date on which the DER registration request is received from an external system like the DER Aggregator.
Nested Schema : customerInfo
Type:
Show Source
object
-
businessPhone: string
Maximum Length:
24
The business phone of the customer. This value is used to derive the existing customer and metered service record associated to the registration. -
cisAccountId: string
Maximum Length:
30
Unique identifier is used to derive the existing customer and metered service record associated to the registration. -
cisPersonId: string
Maximum Length:
30
Unique identifier is used to derive the existing customer and metered service record associated to the registration. -
email: string
Maximum Length:
254
The email address of the customer. -
homePhone: string
Maximum Length:
24
The home phone of the customer. This value is used to derive the existing customer and metered service record associated to the registration. -
name: string
Maximum Length:
254
The name of the customer which is commonly in Last Name, First Name syntax. Refer to your CIS to confirm the required syntax.
Nested Schema : locationInfo
Type:
Show Source
object
-
address1: string
Maximum Length:
254
The first line of the address. Used to derive the metered service point associated to the registration. -
address2: string
Maximum Length:
254
The second line of the address. Used to derive the metered service point associated to the registration. -
address3: string
Maximum Length:
254
The third line of the address. Used to derive the metered service point associated to the registration. -
address4: string
Maximum Length:
254
The fourth line of the address. Used to derive the metered service point associated to the registration. -
cisPremiseId: string
Maximum Length:
60
Unique identifier is used to derive the metered service point associated to the registration. -
cisServicePointID: string
Maximum Length:
60
Unique identifier is used to derive the metered service point associated to the registration. -
city: string
Maximum Length:
90
The city of the address. Used to derive the metered service point associated to the registration. -
country: string
Maximum Length:
3
The country of the address. Used to derive the metered service point associated to the registration. This value is optional if address information is provided. -
county: string
Maximum Length:
90
The county of the address. Used to derive the metered service point associated to the registration. -
division: string
Maximum Length:
30
Division is used to define the jurisdiction in which the customer is located. A utility name or acronym is commonly used for division, while state information can be used for utilities that operate across multiple regions. -
postal: string
Maximum Length:
12
The postal code of the address. Used to derive the metered service point associated to the registration. -
state: string
Maximum Length:
6
The state of the address. Used to derive the metered service point associated to the registration. -
timeZone: string
Maximum Length:
10
Time Zone
Nested Schema : DERCapability
Type:
Show Source
object
-
modesSupported: string
Maximum Length:
254
Control modes supported by the DER. It is a 32-bit Bitmap value, with each bit position indicating whether that mode is supported. -
rtgAbnormalCategory: string
Maximum Length:
254
DER Capability value indicating the voltage and frequency ride-through category I, II, or III. -
rtgMaxA: string
Maximum Length:
254
Maximum continuous ac current capability of the DER, in amperes (rms). -
rtgMaxAh: string
Maximum Length:
254
Usable energy storage capacity of the DER, in amp hours. -
rtgMaxChargeRateVA: string
Maximum Length:
254
Maximum apparent power charge rating in voltamperes; may differ from the apparent power maximum rating. -
rtgMaxChargeRateW: string
Maximum Length:
254
Maximum active power charge rating in watts. -
rtgMaxDischargeRateVA: string
Maximum Length:
254
Maximum apparent power discharge rating in voltamperes. May differ from the maximum apparent power rating. -
rtgMaxDischargeRateW: string
Maximum Length:
254
Maximum rate of energy transfer delivered by the storage DER, in watts. Required for combined generation/storage DERs. -
rtgMaxV: string
Maximum Length:
254
Maximum ac voltage rating in rms volts. -
rtgMaxVA: string
Maximum Length:
254
Maximum apparent power rating in voltamperes. -
rtgMaxVar: string
Maximum Length:
254
Maximum injected reactive power rating in vars. -
rtgMaxVarNeg: string
Maximum Length:
254
Maximum absorbed reactive power rating in vars. -
rtgMaxW: string
Maximum Length:
254
Active power rating in watts at unity power factor. -
rtgMaxWh: string
Maximum Length:
254
Maximum energy storage capacity of the DER, in watthours -
rtgMinPFOverExcited: string
Maximum Length:
254
Minimum power factor displacement capability of the DER when injecting reactive power (over-excited). -
rtgMinPFUnderExcited: string
Maximum Length:
254
Minimum Power Factor displacement capability of the DER when absorbing reactive power (under-excited). -
rtgMinV: string
Maximum Length:
254
Minimum ac voltage rating in rms volts. -
rtgNormalCategory: string
Maximum Length:
254
Indication of reactive power and voltage/power control capability. -
rtgOverExcitedPF: string
Maximum Length:
254
Over-excited power factor. -
rtgOverExcitedW: string
Maximum Length:
254
Active power rating in watts at specified over-excited power factor. -
rtgReactiveSusceptance: string
Maximum Length:
254
Reactive susceptance that remains connected to the Area EPS in the cease to energize and trip state. -
rtgUnderExcitedPF: string
Maximum Length:
254
Under-excited power factor. -
rtgUnderExcitedW: string
Maximum Length:
254
Active power rating in watts at specified under-excited power factor. -
rtgVNom: string
Maximum Length:
254
Nominal ac voltage rating in rms voltse -
type: string
Maximum Length:
254
Type of DER. As per IEEE 2030.5, 0 - Not applicable / Unknown, 1 - Virtual or mixed DER, 2 - Reciprocating engine, 3 - Fuel cell, 4 - Photovoltaic system, 5 - Combined heat and power, 6 - Other generation system, 80 - Other storage system, 81 - Electric vehicle, 82 - EVSE, 83 - Combined PV and storage, All other values reserved.
Nested Schema : DeviceInformation
Type:
Show Source
object
-
lFDI: string
Maximum Length:
254
A unique identifier known as the Long form of device identifier and is the full certificate fingerprint. -
mfHwVer: string
Maximum Length:
254
Hardware version of the DER device. -
mfID: string
Maximum Length:
254
Manufacturer of the DER device. -
mfModel: string
Maximum Length:
254
Model of the DER device. -
mfSerNum: string
Maximum Length:
254
Serial Number allocated by the DER Manufacturer. -
swVer: string
Maximum Length:
254
Software version of the DER device.
Nested Schema : items
Type:
Show Source
object
-
attribute: string
Maximum Length:
254
Attribute -
value: string
Maximum Length:
254
Adhoc Characteristic Value
Root Schema : schema
Type:
Show Source
object
-
assetInfo: object
assetInfo
-
customerInfo: object
customerInfo
-
locationInfo: object
locationInfo
-
transactionId: string
Maximum Length:
120
Unique external transaction identifier created by an external source application such as the DER Aggregator.
Nested Schema : assetInfo
Type:
Show Source
object
-
attributes: object
attributes
-
headEndSystem: string
Maximum Length:
30
Head end system, along with the Network Interface Card Identifier, is used to uniquely identify the device. -
registrationDate: string
(date)
The date on which the DER registration request is received from an external system like the DER Aggregator.
Nested Schema : customerInfo
Type:
Show Source
object
-
businessPhone: string
Maximum Length:
24
The business phone of the customer. This value is used to derive the existing customer and metered service record associated to the registration. -
cisAccountId: string
Maximum Length:
30
Unique identifier is used to derive the existing customer and metered service record associated to the registration. -
cisPersonId: string
Maximum Length:
30
Unique identifier is used to derive the existing customer and metered service record associated to the registration. -
email: string
Maximum Length:
254
The email address of the customer. -
homePhone: string
Maximum Length:
24
The home phone of the customer. This value is used to derive the existing customer and metered service record associated to the registration. -
name: string
Maximum Length:
254
The name of the customer which is commonly in Last Name, First Name syntax. Refer to your CIS to confirm the required syntax.
Nested Schema : locationInfo
Type:
Show Source
object
-
address1: string
Maximum Length:
254
The first line of the address. Used to derive the metered service point associated to the registration. -
address2: string
Maximum Length:
254
The second line of the address. Used to derive the metered service point associated to the registration. -
address3: string
Maximum Length:
254
The third line of the address. Used to derive the metered service point associated to the registration. -
address4: string
Maximum Length:
254
The fourth line of the address. Used to derive the metered service point associated to the registration. -
cisPremiseId: string
Maximum Length:
60
Unique identifier is used to derive the metered service point associated to the registration. -
cisServicePointID: string
Maximum Length:
60
Unique identifier is used to derive the metered service point associated to the registration. -
city: string
Maximum Length:
90
The city of the address. Used to derive the metered service point associated to the registration. -
country: string
Maximum Length:
3
The country of the address. Used to derive the metered service point associated to the registration. This value is optional if address information is provided. -
county: string
Maximum Length:
90
The county of the address. Used to derive the metered service point associated to the registration. -
division: string
Maximum Length:
30
Division is used to define the jurisdiction in which the customer is located. A utility name or acronym is commonly used for division, while state information can be used for utilities that operate across multiple regions. -
postal: string
Maximum Length:
12
The postal code of the address. Used to derive the metered service point associated to the registration. -
state: string
Maximum Length:
6
The state of the address. Used to derive the metered service point associated to the registration. -
timeZone: string
Maximum Length:
10
Time Zone
Nested Schema : DERCapability
Type:
Show Source
object
-
modesSupported: string
Maximum Length:
254
Control modes supported by the DER. It is a 32-bit Bitmap value, with each bit position indicating whether that mode is supported. -
rtgAbnormalCategory: string
Maximum Length:
254
DER Capability value indicating the voltage and frequency ride-through category I, II, or III. -
rtgMaxA: string
Maximum Length:
254
Maximum continuous ac current capability of the DER, in amperes (rms). -
rtgMaxAh: string
Maximum Length:
254
Usable energy storage capacity of the DER, in amp hours. -
rtgMaxChargeRateVA: string
Maximum Length:
254
Maximum apparent power charge rating in voltamperes; may differ from the apparent power maximum rating. -
rtgMaxChargeRateW: string
Maximum Length:
254
Maximum active power charge rating in watts. -
rtgMaxDischargeRateVA: string
Maximum Length:
254
Maximum apparent power discharge rating in voltamperes. May differ from the maximum apparent power rating. -
rtgMaxDischargeRateW: string
Maximum Length:
254
Maximum rate of energy transfer delivered by the storage DER, in watts. Required for combined generation/storage DERs. -
rtgMaxV: string
Maximum Length:
254
Maximum ac voltage rating in rms volts. -
rtgMaxVA: string
Maximum Length:
254
Maximum apparent power rating in voltamperes. -
rtgMaxVar: string
Maximum Length:
254
Maximum injected reactive power rating in vars. -
rtgMaxVarNeg: string
Maximum Length:
254
Maximum absorbed reactive power rating in vars. -
rtgMaxW: string
Maximum Length:
254
Active power rating in watts at unity power factor. -
rtgMaxWh: string
Maximum Length:
254
Maximum energy storage capacity of the DER, in watthours -
rtgMinPFOverExcited: string
Maximum Length:
254
Minimum power factor displacement capability of the DER when injecting reactive power (over-excited). -
rtgMinPFUnderExcited: string
Maximum Length:
254
Minimum Power Factor displacement capability of the DER when absorbing reactive power (under-excited). -
rtgMinV: string
Maximum Length:
254
Minimum ac voltage rating in rms volts. -
rtgNormalCategory: string
Maximum Length:
254
Indication of reactive power and voltage/power control capability. -
rtgOverExcitedPF: string
Maximum Length:
254
Over-excited power factor. -
rtgOverExcitedW: string
Maximum Length:
254
Active power rating in watts at specified over-excited power factor. -
rtgReactiveSusceptance: string
Maximum Length:
254
Reactive susceptance that remains connected to the Area EPS in the cease to energize and trip state. -
rtgUnderExcitedPF: string
Maximum Length:
254
Under-excited power factor. -
rtgUnderExcitedW: string
Maximum Length:
254
Active power rating in watts at specified under-excited power factor. -
rtgVNom: string
Maximum Length:
254
Nominal ac voltage rating in rms voltse -
type: string
Maximum Length:
254
Type of DER. As per IEEE 2030.5, 0 - Not applicable / Unknown, 1 - Virtual or mixed DER, 2 - Reciprocating engine, 3 - Fuel cell, 4 - Photovoltaic system, 5 - Combined heat and power, 6 - Other generation system, 80 - Other storage system, 81 - Electric vehicle, 82 - EVSE, 83 - Combined PV and storage, All other values reserved.
Nested Schema : DeviceInformation
Type:
Show Source
object
-
lFDI: string
Maximum Length:
254
A unique identifier known as the Long form of device identifier and is the full certificate fingerprint. -
mfHwVer: string
Maximum Length:
254
Hardware version of the DER device. -
mfID: string
Maximum Length:
254
Manufacturer of the DER device. -
mfModel: string
Maximum Length:
254
Model of the DER device. -
mfSerNum: string
Maximum Length:
254
Serial Number allocated by the DER Manufacturer. -
swVer: string
Maximum Length:
254
Software version of the DER device.
Nested Schema : items
Type:
Show Source
object
-
attribute: string
Maximum Length:
254
Attribute -
value: string
Maximum Length:
254
Adhoc Characteristic Value
Response
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : X1_RegDERDvc
Type:
Show Source
object
-
enrollmentId: string
Maximum Length:
4
Unique identifier created by Oracle Utilities Digital Asset Cloud Service for each individual registration record. -
exception: object
exception
-
status: string
Maximum Length:
12
Status of the DER device registration based on business object lifecycle. -
transactionId: string
Maximum Length:
120
Unique external transaction identifier created by an external source application such as the DER Aggregator.
Nested Schema : exception
Type:
Show Source
object
-
expandedMessage: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
messageCategory: string
Maximum Length:
5
Message Category within Oracle Utilities Application Framework. -
messageNumber: string
Maximum Length:
5
Message Number within Oracle Utilities Application Framework.
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60
URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.