Skip to main content

OrBIT User Guide

data

In this section:
Information type

Data blocks

Syntax
"data": "dataBlock"
Parameters

dataBlock

A block of data as a base64-encoded string with padding, or a file path (string).

For use with

The product configuration file for the eSecIP Professional and eSecIP Standard editions.

Description

Use this field to provide the block of data to provision to the device as a base64-encoded string with padding or as the path to the file that contains the data.

This field is mandatory in a dataBlock configuration object.

Example
"data": "dGVzdCBkYXRhIHN0cmluZw=="

The value in the example is test data string, base64-encoded with padding.