Remote PC
Retrieve the Remote PC Static list of a Provider.
Path parameters
idinteger · int32Required
Provider ID
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/Provider/remotepcstatic/{id}/remotepcAdd 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
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
/api/Provider/remotepcstatic/{id}/remotepcNo content
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/Provider/remotepcstatic/{id}/remotepc/{remotePCStaticId}No content
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
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/Provider/remotepcstatic/{id}/remotepc/{remotePCStaticId}No content
Last updated
Was this helpful?