Info Resource

Provides information

GET /{tenantGuid}/api/v1/info/systeminfo

Available Since:
12.7.0

Get system info.

Sample response body

 {
  "activationUrl": "bcp://server01:18084/SRP00000",
  "adminConsoleUrl": "http://server01:18084/admin?tenant=SRP00000",
  "marketingVersion": "12.6.0",
  "productName": "BlackBerry Unified Endpoint Manager",
  "productVersion": "3.31.0",
  "selfServicePortalUrl": "http://server01:18084/mydevice?tenant=SRP00000"
  "srpId": "SRP00000",
  "srpKey": "abc1-abc2-abc3-abc4-abc5-abc6-abc7-abc8-abc9-abc1",
  "licensingType": "STANDARD",
  "srpServer": "hostname.company.net",
  "srpPort": 3101,
  "deviceLogLocation": "C:\\Logs\\20190515\\device_logs"
  "orgId":"999000000"
 }
 

Response Codes
Code Condition Data type
200 OK.
Response Body
Media type Data type Description
application/vnd.blackberry.systeminfo-v1+json System info (JSON)