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

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

A CloudElements 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 CloudElements for the relevant tenant.



CloudElements Provider Object Format

JSON Format
{
    "CustomerID": 51587,
    "Email": "monty.britain@intrees.org",
    "Enabled": true,
    "Modules": {},
    "Name": "Test",
    "UserID": 71066,
    "UserSecret": "xxxxx"
}

CloudElements Provider Object Properties


PropertyTypeRequired?Description

CustomerID

integerYesTBC

Email

stringYes

TBC

Enabled

booleanYesTBC

Name

stringYesTBC

UserID

integerYesTBC

UserSecret

stringYesTBC
  • No labels