Gateview Device Monitoring API - PDU (1.0.0)

Download OpenAPI specification:Download

API to monitor Power Distribution Unit (PDU), organized by different subsystems.

Get API version

Returns the version of the API

Responses

/api/version

Response samples

  • 200
Content type
application/json
{
  • "apiVersion": "1.0.0",
  • "fwVersion": "1.0.3.rc1",
  • "stableFeatures": [
    ],
  • "betaFeatures": [
    ]
}

Get PDU data

Returns data related to the Power Distribution Unit (PDU), organized into identification, input, and output sections.

Authorizations:
basicAuth

Responses

/api/v1/pdu

Response samples

  • 200
Content type
application/json
Example
{
  • "identification": {
    },
  • "input": {
    },
  • "output": {
    },
  • "internalTemperature_c": 35
}

Get environment sensor data

Returns data related to the environment sensor.

Authorizations:
basicAuth

Responses

/api/v1/environment

Response samples

  • 200
Content type
application/json
{
  • "sensorCount": 1,
  • "sensor": [
    ]
}