Config Rest API

Overview

Resource

Operation

Description

Config

GET /config/(section)

List full config.

OptionGetDel

DELETE /config/(section)/(option)

delete an option.

GET /config/(section)/(option)

get config value.

OptionSet

PUT /config/(section)/(option)/(value)

set config value.

Section

GET /config/(section)

List config section.

Details

PUT /config/(section)/(option)/(value)

Set the value of an option. If the option does not exist, create it.

Status Codes
DELETE /config/(section)/(option)

Delete an option.

Status Codes
GET /config/(section)/(option)

Retrieve the value of an option.

Parameters
  • section – The section name.

Response Headers
Status Codes
GET /config/(section)

List configuration of a section

Parameters
  • section – The section name.

Response Headers
Status Codes
GET /config/(section)

List full configuration.

Response Headers
Status Codes