System

Authentication

HTTP Basic / Digest authentication is required. The user must have permission to configure system.

System Information

NameFormatDescription
system_idStringSystem ID
model_nameStringModel Name
model_codeIntegerModel Code
firmware_versionStringFirmware Version
firmware_version_hashStringFirmware Version Hash
signature_public_keyStringDigital Signature Public Key
server_idIntegerServer ID
camera_licensesIntegerThe number of camera licenses
camera_maxIntegerThe maximum number of cameras
camera_limitIntegerLimitation the number of maximum cameras
camera_usedIntegerThe 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
}