API Documentation

Last Update: 28 December 2022

GET api/HostHyperVReplicaBroker



Request Information


URI Parameters

None.


Body Parameters

None.

Response Information


Resource Description
Collection of HostHyperVReplicaBroker
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

HostID

integer

None.

ReplicationEnabled

string

None.

KerberosAuthenticationPort

integer

None.

CertificateAuthenticationPort

integer

None.

ReplicationAllowedFromAnyServer

string

None.

AllowedAuthenticationType

string

None.

MonitoringInterval

string

None.

MonitoringStartTime

string

None.

DefaultStorageLocation

string

None.

OperationalStatus

string

None.

StatusDescriptions

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "ReportDate": "2024-11-21T06:20:51.8781619+00:00",
    "HostID": 3,
    "ReplicationEnabled": "sample string 4",
    "KerberosAuthenticationPort": 5,
    "CertificateAuthenticationPort": 6,
    "ReplicationAllowedFromAnyServer": "sample string 7",
    "AllowedAuthenticationType": "sample string 8",
    "MonitoringInterval": "sample string 9",
    "MonitoringStartTime": "sample string 10",
    "DefaultStorageLocation": "sample string 11",
    "OperationalStatus": "sample string 12",
    "StatusDescriptions": "sample string 13",
    "RecordStatus": 14
  },
  {
    "$ref": "1"
  }
]