API Documentation

Last Update: 28 December 2022

POST api/VMwareNetwork



Request Information


URI Parameters

None.


Body Parameters
VMwareNetwork
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMwareLocalID

integer

None.

VMID

string

None.

VMwareNetworkID

string

None.

AdapterName

string

None.

AdapterType

string

None.

NetworkName

string

None.

SwitchName

string

None.

SwitchType

string

None.

SwitchPortKey

integer

None.

SwitchGroupKey

string

None.

InShapingPolicyEnabled

string

None.

InShapingPolicyAverageBandwidth

integer

None.

InShapingPolicyPeakBandwidth

integer

None.

InShapingPolicyBurstSize

integer

None.

OutShapingPolicyEnabled

string

None.

OutShapingPolicyAverageBandwidth

integer

None.

OutShapingPolicyPeakBandwidth

integer

None.

OutShapingPolicyBurstSize

integer

None.

IsLinkUp

string

None.

IsBlocked

string

None.

VlanID

integer

None.

AddressType

string

None.

MacAddress

string

None.

WakeOnLanEnabled

string

None.

PciSlotNumber

integer

None.

ControllerNumber

integer

None.

ControllerLocation

integer

None.

StartConnected

string

None.

AllowGuestControl

string

None.

Connected

string

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:36.5894872+00:00",
  "VMwareLocalID": 3,
  "VMID": "sample string 4",
  "VMwareNetworkID": "sample string 5",
  "AdapterName": "sample string 6",
  "AdapterType": "sample string 7",
  "NetworkName": "sample string 8",
  "SwitchName": "sample string 9",
  "SwitchType": "sample string 10",
  "SwitchPortKey": 11,
  "SwitchGroupKey": "sample string 12",
  "InShapingPolicyEnabled": "sample string 13",
  "InShapingPolicyAverageBandwidth": 14,
  "InShapingPolicyPeakBandwidth": 15,
  "InShapingPolicyBurstSize": 16,
  "OutShapingPolicyEnabled": "sample string 17",
  "OutShapingPolicyAverageBandwidth": 18,
  "OutShapingPolicyPeakBandwidth": 19,
  "OutShapingPolicyBurstSize": 20,
  "IsLinkUp": "sample string 21",
  "IsBlocked": "sample string 22",
  "VlanID": 23,
  "AddressType": "sample string 24",
  "MacAddress": "sample string 25",
  "WakeOnLanEnabled": "sample string 26",
  "PciSlotNumber": 27,
  "ControllerNumber": 28,
  "ControllerLocation": 29,
  "StartConnected": "sample string 30",
  "AllowGuestControl": "sample string 31",
  "Connected": "sample string 32",
  "RecordStatus": 33
}

Response Information


Resource Description
VMwareNetwork
Name Description Type Additional information
ID

integer

None.

ReportDate

date

None.

VMwareLocalID

integer

None.

VMID

string

None.

VMwareNetworkID

string

None.

AdapterName

string

None.

AdapterType

string

None.

NetworkName

string

None.

SwitchName

string

None.

SwitchType

string

None.

SwitchPortKey

integer

None.

SwitchGroupKey

string

None.

InShapingPolicyEnabled

string

None.

InShapingPolicyAverageBandwidth

integer

None.

InShapingPolicyPeakBandwidth

integer

None.

InShapingPolicyBurstSize

integer

None.

OutShapingPolicyEnabled

string

None.

OutShapingPolicyAverageBandwidth

integer

None.

OutShapingPolicyPeakBandwidth

integer

None.

OutShapingPolicyBurstSize

integer

None.

IsLinkUp

string

None.

IsBlocked

string

None.

VlanID

integer

None.

AddressType

string

None.

MacAddress

string

None.

WakeOnLanEnabled

string

None.

PciSlotNumber

integer

None.

ControllerNumber

integer

None.

ControllerLocation

integer

None.

StartConnected

string

None.

AllowGuestControl

string

None.

Connected

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "ReportDate": "2024-11-21T06:23:36.5894872+00:00",
  "VMwareLocalID": 3,
  "VMID": "sample string 4",
  "VMwareNetworkID": "sample string 5",
  "AdapterName": "sample string 6",
  "AdapterType": "sample string 7",
  "NetworkName": "sample string 8",
  "SwitchName": "sample string 9",
  "SwitchType": "sample string 10",
  "SwitchPortKey": 11,
  "SwitchGroupKey": "sample string 12",
  "InShapingPolicyEnabled": "sample string 13",
  "InShapingPolicyAverageBandwidth": 14,
  "InShapingPolicyPeakBandwidth": 15,
  "InShapingPolicyBurstSize": 16,
  "OutShapingPolicyEnabled": "sample string 17",
  "OutShapingPolicyAverageBandwidth": 18,
  "OutShapingPolicyPeakBandwidth": 19,
  "OutShapingPolicyBurstSize": 20,
  "IsLinkUp": "sample string 21",
  "IsBlocked": "sample string 22",
  "VlanID": 23,
  "AddressType": "sample string 24",
  "MacAddress": "sample string 25",
  "WakeOnLanEnabled": "sample string 26",
  "PciSlotNumber": 27,
  "ControllerNumber": 28,
  "ControllerLocation": 29,
  "StartConnected": "sample string 30",
  "AllowGuestControl": "sample string 31",
  "Connected": "sample string 32",
  "RecordStatus": 33
}