Integrate > Create custom integrations

Create custom integrations

BVD expects to receive your data as HTTP post requests in JavaScript Object Notation (JSON) format.

HPE recommends that your JSON input contains flat data, consisting of name-value pairs. If you must send nested data, BVD automatically flattens the data (see also Nested JSON data). You can also send JSON data in arrays. This enables you to send multiple data objects in a single web service call (see also JSON data arrays).

Example: Connecting JSON Data to a WidgetExample: Sending JSON Data to BVD

Learn More