API Documentation

Last Update: 28 December 2022

GET api/ServiceMap?type={type}&counterID={counterID}



Request Information


URI Parameters
Name Description Type Additional information
type

integer

Required

counterID

integer

Required

Body Parameters
Collection of SystemCounter
Name Description Type Additional information
ID

integer

None.

Inventory

string

None.

TableType

string

None.

AlarmType

string

None.

Counter

string

None.

CounterOSID

integer

None.

SubCounter

string

None.

SubCounterOSID

integer

None.

Identifier

string

None.

Unit

string

None.

Description

string

None.

Source

string

None.

HealthyMin

decimal number

None.

HealthyMax

decimal number

None.

MonitorMin

decimal number

None.

MonitorMax

decimal number

None.

WarningMin

decimal number

None.

WarningMax

decimal number

None.

CriticalMin

decimal number

None.

CriticalMax

decimal number

None.

ThresholdStatus

byte

None.

EnableHeatmap

byte

None.

EnableNotifications

byte

None.

LoggingLevel

byte

None.

HostType

byte

None.

ModuleKey

integer

None.

LanguageKey

string

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "Inventory": "sample string 2",
    "TableType": "sample string 3",
    "AlarmType": "sample string 4",
    "Counter": "sample string 5",
    "CounterOSID": 6,
    "SubCounter": "sample string 7",
    "SubCounterOSID": 8,
    "Identifier": "sample string 9",
    "Unit": "sample string 10",
    "Description": "sample string 11",
    "Source": "sample string 12",
    "HealthyMin": 1.1,
    "HealthyMax": 1.1,
    "MonitorMin": 1.1,
    "MonitorMax": 1.1,
    "WarningMin": 1.1,
    "WarningMax": 1.1,
    "CriticalMin": 1.1,
    "CriticalMax": 1.1,
    "ThresholdStatus": 64,
    "EnableHeatmap": 64,
    "EnableNotifications": 64,
    "LoggingLevel": 64,
    "HostType": 64,
    "ModuleKey": 18,
    "LanguageKey": "sample string 19",
    "RecordStatus": 20
  },
  {
    "$ref": "1"
  }
]

Response Information


Resource Description
string
Response Formats
application/json, text/json
Sample:
"sample string 1"