System
Authentication
HTTP Basic / Digest authentication is required. The user must have permission to configure system.
System Information
Name | Format | Description |
---|---|---|
system_id | String | System ID |
model_name | String | Model Name |
model_code | Integer | Model Code |
firmware_version | String | Firmware Version |
firmware_version_hash | String | Firmware Version Hash |
signature_public_key | String | Digital Signature Public Key |
server_id | Integer | Server ID |
camera_licenses | Integer | The number of camera licenses |
camera_max | Integer | The maximum number of cameras |
camera_limit | Integer | Limitation the number of maximum cameras |
camera_used | Integer | The number of cameras used |
GET /api/system
The following is an example of getting system information.
Request
GET /api/system HTTP/1.1
Host: demo.emstone.com
Authorization: [Basic Authentication]
Content-Type: application/json
Response
HTTP/1.1 200 OK
Content-Type: application/json
{
"system_id": "4ke3p-numb6-fgcwn-fdjg2-rky7h-wh3zg-zptrk-968v5-rdd9k-1m7kn-emcfj-g1vwy-b2uf1-ym1pm-4qgtb-wf25d",
"model_name": "EM-VMS",
"model_code": 65,
"firmware_version": "2.9.22.7.28",
"firmware_version_hash": "2.9.22.5.27-123-g5b1aaa8af*",
"signature_public_key": "MIIBCgKCAQEAx5+aPd94iu2I\/9K+WoAJgHcXYuvct+8njUVZIN9abpGzeXWc+PWQfnvFFyrxOPzt8eYn6KyqQ3maQsSXrpVZNdjiBL+7Up0GgvXhawMxWojncSwmpYJC6C\/B2o8+gmB8PUFWgq448WGInBh7YWH+qGgE0SwKhifyPuvdirLSUyKYAlkfOayW\/Z8lsg0qEUM\/qmXnctSF\/A2Zvn3eRwf\/k+BwuipQ6HrVXsY8dufnztdO2rDw1SxT5E7SGO9Cvu4N45WQXwKGJFKeLdBNllz4HR1hFlCTw8+guwC216qJXBQXznEGyOAEXbD66OWtlazzZpx29+nIBSNX5wABRu+DbQIDAQAB",
"server_id": 1,
"camera_licenses": 1024,
"camera_max": 128,
"camera_limit": 128,
"camera_used": 123
}