Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 12 Current »

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.
  • No labels