Get a DLM specific data with its subsites, external meters and chargers
x-ms-visibility: "important"
Send a request to get DLM specific data by its identifier. Its subsites' data, external meters and and chargers are returned as well.
Path Parameters
siteId int64 required
Site id which DLM specific data is fetched
Responses
- 200
- 400
- 401
- 404
Return the JSON representation of the DLM specific data with all its subsites, external meters and chargers
application/json
Schema
Example (from schema)
example
Schema
- Array [
- ]
id int64
groupName string
maxCurrent int32
parentMaxCurrent int32
defaultOfflineCurrent int32
netType string
siteId int64 nullable
subgroups undefined[]
chargerIds string[]
externalMeters object[]
id int64
meterId string
manufacturer string
currentThreshold int32
amountCurrentToReduce int32
url string
{
"id": 0,
"groupName": "string",
"maxCurrent": 0,
"parentMaxCurrent": 0,
"defaultOfflineCurrent": 0,
"netType": "string",
"siteId": 0,
"subgroups": [
null
],
"chargerIds": [
"string"
],
"externalMeters": [
{
"id": 0,
"meterId": "string",
"manufacturer": "string",
"currentThreshold": 0,
"amountCurrentToReduce": 0,
"url": "string"
}
]
}
{"id":1,"groupName":"Deprecated","maxCurrent":100,"parentMaxCurrent":150,"defaultOfflineCurrent":6,"netType":"IT","siteId":12,"subgroups":"here list of subsites","chargerIds":"here list of chargerIds","externalMeters":"here list of meters"}
Errors in the route parameters
Driver not found or not authorised
Site or its DLM Specific not found for the customer
Loading...