Remote PC

List Remote PC

get

Retrieve the Remote PC Static list of a Provider.

Path parameters
idinteger · int32Required

Provider ID

Responses
get
/api/Provider/remotepcstatic/{id}/remotepc

Add Remote PC

post

Add a Remote PC Static to a Provider.

Path parameters
idinteger · int32Required

Provider ID

Body

Add a new Remote PC Static to a Provider

remotePCStaticNamestring | nullableRequired

Remote PC Static Name.

macstring | nullableRequired

Remote PC Static MAC Address.

subnetstring | nullableOptional

Remote PC Static Subnet. Default: 0.0.0.0

Responses
post
/api/Provider/remotepcstatic/{id}/remotepc

No content

Update Remote PC

put

Update a Remote PC Static of a Provider.

Path parameters
idinteger · int32Required

Provider ID

remotePCStaticIdstringRequired

Remote PC Static ID

Body

Set a Remote PC Static within a Provider

remotePCStaticNamestring | nullableOptional

Remote PC Static Name

macstring | nullableOptional

Remote PC Static MAC Address

subnetstring | nullableOptional

Remote PC Static Subnet

Responses
204

No Content

No content

put
/api/Provider/remotepcstatic/{id}/remotepc/{remotePCStaticId}

No content

Delete Remote PC

delete

Remove a Remote PC Static from a Provider.

Path parameters
idinteger · int32Required

Provider ID

remotePCStaticIdstringRequired

Remote PC Static ID

Responses
204

No Content

No content

delete
/api/Provider/remotepcstatic/{id}/remotepc/{remotePCStaticId}

No content

Last updated

Was this helpful?