atess-server-openapi
  1. OpenAPI-PBD
atess-server-openapi
  • Record
  • 1. the first step Authorization
  • 2.the seccond step add Plant
  • 3.the third step add DataLog
  • OpenAPI-BMS
    • Get base info of BCU
      GET
    • Get base info of BCU list
      GET
    • Get historical data of BCU
      GET
    • Get the latest real-time data of BCU
      GET
    • Get setting of BUC
      GET
    • Modify setting of BCU
      PUT
    • Get base info of MBMS
      GET
    • Get base info of MBMS list
      GET
    • Get historical data of MBMS
      GET
    • Get the latest real-time data of MBMS
      GET
    • Get setting of MBMS
      GET
    • Modify setting of MBMS
      PUT
  • OpenAPI-DataLog
    • Get DataLog
      GET
    • Add DataLog
      POST
    • Delete DataLog
      DELETE
    • Get DataLog list
      GET
  • OpenAPI-HPS
    • Get Central type base info of HPS
      GET
    • Get Central type base info of HPS list
      GET
    • Get historical data of Central type HPS
      GET
    • Get the latest real-time data of Central type HPS
      GET
    • Get setting of Central type HPS
      GET
    • Modify setting of Central type HPS
      PUT
    • Get String type base info of HPS
      GET
    • Get String type base info of HPS list
      GET
    • Get historical data of String type HPS
      GET
    • Get the latest real-time data of String type HPS
      GET
    • Get setting of String type HPS
      GET
    • Modify setting of String type HPS
      PUT
  • OpenAPI-PBD
    • Get base info of PBD
      GET
    • Get base info of PBD list
      GET
    • Get historical data of PBD
      GET
    • Get the latest real-time data of PBD
      GET
    • Get setting of PBD
      GET
    • Modify setting of PBD
      PUT
  • OpenAPI-PCS
    • Get base info of PCS
    • Get base info of PCS list
    • Get historical data of PCS
    • Get the latest real-time data of PCS
    • Get setting of PCS
    • Modify setting of PCS
  • OpenAPI-Plant
    • Get the basic information of the power station
    • Add power station
    • Modify the basic information of the power station
    • Delete power station
    • Get a list of power stations
  1. OpenAPI-PBD

Modify setting of PBD

Prod Env
https://www.enerclo-atesspower.com
Prod Env
https://www.enerclo-atesspower.com
PUT
https://www.enerclo-atesspower.com
/api/v1/pbd/setting
OpenAPI-PBD

Limit the frequency#

The device supports 10 reads per day

Request Header#

HeaderValueDescription
Authorization############ your token ############Permission validation
Accept-LanguageenEnglish Message

Request Body#

Method : PUT
json:
key/value : reference OpenAPI-PBD > Get setting of PBD interface response body json:https://www.enerclo-atesspower.com/api/v1/pbd/setting
Date and time format value:
Start end date:Start Date12-01-end Date12-30,format12,01-12,30
Start and end time:Start time19:00-end time20:00,format19,00-20,00
{
    "deviceSn": "string",
    "key": "string",
    "value": "string"
}

Response Body#

json:
{
    "code": 200,
    "data": null,
    "msg": "operate successfully"
}
code: value 200 is a success, anything else is an exception
data: result data
msg: result message,code=200 is usually empty
codedescription
200succeed
500fail
400not fount
403No access
...Other exceptions

Request

Header Params
Authorization
string 
required
Accept-Language
string 
required
Default:
en
Body Params application/json
deviceSn
string 
required
SN
key
string 
required
parameter
value
string 
required
value
Example:
11,01-12,01
Example
{
    "deviceSn": "string",
    "key": "string",
    "value": "11,01-12,01"
}

Responses

🟢200OK
application/json
Body
code
integer <int32>
optional
code
data
object 
optional
data
msg
string 
optional
message
Example
{
    "code": 0,
    "data": {},
    "msg": "string"
}
Previous
Get setting of PBD
Next
Get base info of PCS
Built with