API – Computer Room PC Status
Introduction
The “computer room PC status” object includes computer room PC locations and its availability status in University of Macau. The “PC” JSON Array of objects described the PC name, its locations and availability. The earliest data traces back to February 2018. Historical data will be last for 12 months, while real-time data is refreshed at least every 5 minutes.
Figure 1: Relationships between computer PC status and PC
API Reference
Computer Room PC Status Data Dictionary
Field | Type | Index | Description | Example |
---|---|---|---|---|
buildingCode | string | Yes | Building code of the building where the computer room locates | "buildingCode": "E6" |
lastUpdate | date | Yes | Date time which the record is collected | "lastUpdate": "2018-03-23T15:17:00+08:00" |
roomNo | string | Yes | Room Number of the room where the PC locates | "roomNo": "3092" |
PC Data Dictionary
Field | Type | Index | Description | Example |
---|---|---|---|---|
name | string | No | PC name For example “E063092–05–07”
| "name": "E063092-05-07" |
x | integer | No | x-coordination of the PC location:
| "x": 5 |
y | integer | No | y-coordination of the PC location:
| "y": 7 |
available | boolean | No | Availability of the PC:
|
|