Systems
This endpoint allows you to perform actions on a specific System of your Team.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"name":"GoodAccess Example System","host":"https://goodaccess.com","uri":"https://goodaccess.com","port":"8080","is_isolated":true,"protocol":"UDP"}Responses
200
OK
application/json
Responseobject
409
Conflict
application/json
post
/api/v1/systemAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
systemIdstringRequired
ID of system
Body
objectOptionalExample:
{"name":"GoodAccess Example System","host":"https://goodaccess.com","uri":"https://goodaccess.com","is_isolated":true,"port":"8080","protocol":"UDP"}Responses
200
OK
application/json
Responseobject
404
Not Found
application/json
409
Conflict
application/json
put
/api/v1/system/{systemId}Last updated
Was this helpful?