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 14 Next »

5.0.0

The OPS Provider object is part of the overall ServiceBroker Configuration object, in the following location:

An OPS Provider object is used within the context of a REST Objects Providers (itself part of an REST Objects Configuration) to represent the details of how ServiceBroker is to be integrated with ServiceDispatch for the relevant tenant.



OPS Provider Object Format

JSON Format
{
	"Enabled": false,
	"MFGUserID": "",
	"MFGPassword": "",
	"MFGId": "",
	"AgreementId": "",
	"ServicerId": ""
}

OPS Provider Object Properties


PropertyTypeRequired?Description
Enabled   booleanYesShould integration with ServiceDispatch be used?
MFGUserIDstringNo

The username to use to connect to ServiceDispatch.

MFGPasswordstringNo

The password to use to connect to ServiceDispatch.

MFGIdstringNo

The ServiceDispatch tenant (Account ID) to connect to.

AgreementId
stringNoThe ServiceDispatch sub-tenant (Sub-account ID) to connect to, if required.

ServicerId

string

  • No labels