GET api/{version}/v2/PowerStation/GetEnvironmentalData?plantId={plantId}&isWeb={isWeb}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| plantId | string |
Required |
|
| isWeb | boolean |
Default value is False |
|
| version | string |
None. |
Body Parameters
equipments_info| Name | Description | Type | Additional information |
|---|---|---|---|
| _id | string |
None. |
|
| environments | Collection of environment_equipment |
None. |
|
| adverses | Collection of adverse_equipment |
None. |
|
| meters | Collection of meter_equipment |
None. |
|
| dataLoggers | Collection of datalogger_equipment |
None. |
Request Formats
application/json, text/json
Sample:
{
"_id": "sample string 1",
"environments": [
{
"daily_radiationdose": 1.0,
"radiation_intensity": 1.0,
"environment_temperature": 1.0,
"component_temperature": 1.0,
"wind_velocity": 1.0,
"wind_direction": 1.0,
"daily_radiationdose1": 1.0,
"daily_radiationdose2": 1.0,
"radiation_intensity1": 1.0,
"radiation_intensity2": 1.0,
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
},
{
"daily_radiationdose": 1.0,
"radiation_intensity": 1.0,
"environment_temperature": 1.0,
"component_temperature": 1.0,
"wind_velocity": 1.0,
"wind_direction": 1.0,
"daily_radiationdose1": 1.0,
"daily_radiationdose2": 1.0,
"radiation_intensity1": 1.0,
"radiation_intensity2": 1.0,
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
}
],
"adverses": [
{
"load_limitamplitude": 1.0,
"installed_capacity": 1.0,
"protection_threshold": 1.0,
"algorithm_type": 1.0,
"algorithm_open": 1.0,
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
},
{
"load_limitamplitude": 1.0,
"installed_capacity": 1.0,
"protection_threshold": 1.0,
"algorithm_type": 1.0,
"algorithm_open": 1.0,
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
}
],
"meters": [
{
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
},
{
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
}
],
"dataLoggers": [
{
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
},
{
"_id": "sample string 1",
"name": "sample string 2",
"sn": "sample string 3",
"thingTopologySn": "sample string 4",
"type": 5,
"dataloggerSn": "sample string 6",
"create_time": 7,
"last_time": 8,
"sort": 0,
"status": 10
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of EnvironmentalMonitoringModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| DailyRadiationDose | string |
None. |
|
| RadiationIntensity | string |
None. |
|
| AmbientTemperature | string |
None. |
|
| ComponentTemperature | string |
None. |
|
| WindSpeed | string |
None. |
|
| WindDirection | string |
None. |
|
| Status | integer |
None. |
|
| StatusText | string |
None. |
|
| LastRefreshTime | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample string 1",
"dailyRadiationDose": "sample string 2",
"radiationIntensity": "sample string 3",
"ambientTemperature": "sample string 4",
"componentTemperature": "sample string 5",
"windSpeed": "sample string 6",
"windDirection": "sample string 7",
"status": 8,
"statusText": "sample string 9",
"lastRefreshTime": "sample string 10"
},
{
"name": "sample string 1",
"dailyRadiationDose": "sample string 2",
"radiationIntensity": "sample string 3",
"ambientTemperature": "sample string 4",
"componentTemperature": "sample string 5",
"windSpeed": "sample string 6",
"windDirection": "sample string 7",
"status": 8,
"statusText": "sample string 9",
"lastRefreshTime": "sample string 10"
}
]