Purpose

Make functions of the PlantUML Plugin available via REST.

Available since

The REST API was added in version 5.3.3 of the PlantUML Plugin.

It was tested with Confluence 3.4 to 5.4.

Functions

(info) The REST API is only accessible by authenticated users.

(info) Quick test: curl -u username:password 'http://wiki.company.com/rest/plantuml/1.0/datasource'

List all available datasources

<server>/rest/plantuml/1.0/datasource

List all attributes and their values from one datasource

<server>/rest/plantuml/1.0/datasource/{name}

Show the value of one particular attribute from one datasource

<server>/rest/plantuml/1.0/datasource/{name}/{attribute}

 

 

df