Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space SBUD and version 5

Status
colourGreen
title5.0.0

The Tenant Configuration REST APIs provides the capability to update the configuration options for ServiceBroker tenants.

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

On this page:

Table of Contents
maxLevel2

Related pages:

Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Retrieve the Tenant Configuration

GET /up/v5/sysConfig

Update the Tenant Configuration

POST /up/v5/sysConfig

Include Page
_Default HTTP Headers
_Default HTTP Headers


API Specifics

Panel
borderColor#D3D3D3

Retrieve the Tenant Configuration

This REST API will return the current configuration belonging to the authenticated Tenant.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /up/v5/sysConfig

HTTP Request Body

This request does not require a request body. 

HTTP Response

Success

On success, an HTTP response code of 200 will be returned, and the response body will contain a REST Objects Configuration.

Include Page
_Configuration Object Format
_Configuration Object Format

Error

Include Page
_Default Response
_Default Response

Panel
borderColor#D3D3D3

Update the Tenant Configuration

This REST API will update the current configuration belonging to the authenticated Tenant.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

POST /up/v5/sysConfig

HTTP Request Body

This request requires a REST Objects Configuration supplied in the HTTP request body.

HTTP Response

Success

On success, an HTTP response code of 200 will be returned.

Error

Include Page
_Default Response
_Default Response