API Documentation

Last Update: 28 December 2022

GET api/Manager



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of Manager
Name Description Type Additional information
ID

integer

None.

Name

string

None.

IsKeyBasedAuthentication

boolean

None.

IsActiveDirectory

boolean

None.

ScanStatus

boolean

None.

LoggingType

byte

None.

VirtualMetricDebugState

string

None.

VirtualMetricDebugPath

string

None.

T3ParInfoPath

string

None.

SuperMicroSDCPath

string

None.

TriggerID

integer

None.

ManagerIP

string

None.

ManagerPort

integer

None.

Username

string

None.

Password

string

None.

PrivateKey

string

None.

InventoryInterval

integer

None.

StatsInterval

integer

None.

ManagerType

byte

None.

RegisterDate

date

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "Name": "sample string 2",
    "IsKeyBasedAuthentication": true,
    "IsActiveDirectory": true,
    "ScanStatus": true,
    "LoggingType": 64,
    "VirtualMetricDebugState": "sample string 7",
    "VirtualMetricDebugPath": "sample string 8",
    "T3ParInfoPath": "sample string 9",
    "SuperMicroSDCPath": "sample string 10",
    "TriggerID": 11,
    "ManagerIP": "sample string 12",
    "ManagerPort": 13,
    "Username": "sample string 14",
    "Password": "sample string 15",
    "PrivateKey": "sample string 16",
    "InventoryInterval": 17,
    "StatsInterval": 18,
    "ManagerType": 64,
    "RegisterDate": "2024-11-21T06:23:47.2246506+00:00",
    "RecordStatus": 21
  },
  {
    "$ref": "1"
  }
]