Inbound Port

Get

get

Retrieve a Windows device group's Inbound ports by ID.

Path parameters
idinteger · int32Required

Windows device group Id

Responses
200

Success

application/json; api-version=1.0
get
/api/WinDeviceGroup/{id}/InboundPort

Add

post

Add an Inbound port to a Windows device group by ID.

Path parameters
idinteger · int32Required

Windows device group Id

Body

Add an Inbound Port to a Windows Device Group

portinteger · int32Required

The Port to add to the windows device group.

protocolstring · enumRequired

Connection Protocol type.

Possible values:
profilestring[Flag] · enumRequired

Profile Setting.

Possible values:
Responses
post
/api/WinDeviceGroup/{id}/InboundPort

No content

Remove

delete

Remove an Inbound port from a Windows device group by ID.

Path parameters
idinteger · int32Required

Windows device group Id

Body

Remove an Inbound Port from a Windows Device Group

portinteger · int32Required

The Port of the Windows Device Group to remove.

protocolstring · enumRequired

Connection Protocol type.

Possible values:
profilestring[Flag] · enumRequired

Profile Setting.

Possible values:
Responses
delete
/api/WinDeviceGroup/{id}/InboundPort

No content

Was this helpful?