Guacamole Rest Api Documentation Save

Unofficial REST API documentation for Apache Guacamole.

Project README

Guacamole Web REST API

Guacamole REST API gives you access and manage Guacamole Web Application.

Run in Postman

Table of Contents

Overview

This documentation is unofficial and based on Guacamole version 1.1.0.

Keep in mind, it's not fully tested.

Authentication

Authentication is required for all requests except the following:

  • Authentication
  • Languages
  • Patches

Token must be named as 'token' and must be placed in request query.

Example: https://localhost/api/session/data/postgresql/connections?token=123456789

Common Responses

This section discusses various API responses.

  • 200 - A request succeeded.
  • 204 - No content
  • 400 - Bad request
  • 401 - Unauthorized
  • 404 - Not found

Common Http Request Headers

The standard Http request headers that are used in requests.

  • Content-Type - The Internet media type of the request body. Used with POST, PUT and PATCH requests. Must be application/json.

Api Ref

Open Source Agenda is not affiliated with "Guacamole Rest Api Documentation" Project. README Source: ridvanaltun/guacamole-rest-api-documentation
Stars
123
Open Issues
10
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating