/
REST Objects Configuration

REST Objects Configuration

5.0.0

Configuration objects are used by the REST Tenant Configuration to represent the configuration of tenants (entities, accounts) in the multi-tenant ServiceBroker system.  

Configuration Object Format

JSON Format
{
	"Modules": {
		// Modules Object
	},
	"Providers": {
		// Providers Object
	},
	"Transactions": {
		// Transactions Object
	}
}

Configuration Object Properties


PropertyTypeRequired?Description
ModulesobjectYesA Modules object containing the details of how the modules which govern ServiceBroker behaviour are configured, for the relevant tenant.
ProvidersobjectYesA Providers object containing the details of sub-systems that ServiceBroker is to be integrated with (and therefore, the details of how those systems should be accessed and the data within them interpreted and used), for the relevant tenant.
TransactionsobjectYesA Transactions object containing the details of how long local copies of "transaction" data from sub-systems that ServiceBroker has be integrated with should retained, for the relevant tenant.

Related content

REST Objects Providers
REST Objects Providers
More like this
REST Objects Modules
REST Objects Modules
More like this
REST Objects Tenant
REST Objects Tenant
More like this
REST Objects System Access Token
REST Objects System Access Token
More like this
REST Objects Mobility Provider
REST Objects Mobility Provider
More like this