Parameter: Provision Channel Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

provision.channel.identifier

name

Prov. Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • channel

schema

Datastream JSON format
{
    "identifier": "provision.channel.identifier",
    "modifiable": false,
    "name": "Prov. Identifier",
    "period": "PULSE",
    "platformHints": {
        "identifierField": true,
        "structured": true
    },
    "required": true,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/ogIdentifier"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "channel"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Channel Removable

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

provision.channel.removable

name

Prov. Removable

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • channel

schema

{
    "type": "boolean"
}
Datastream JSON format
{
    "identifier": "provision.channel.removable",
    "modifiable": false,
    "name": "Prov. Removable",
    "period": "PULSE",
    "required": true,
    "schema": {
        "type": "boolean"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "channel"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Channel Description

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

provision.channel.description

name

Description

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • channel

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.channel.description",
    "modifiable": true,
    "name": "Description",
    "period": "PULSE",
    "required": false,
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "channel"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Channel Certificates

JSON Object

Table 4. Datastream object attributes
Attribute Value

identifier

provision.channel.certificates

name

Prov. Certificates

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.channel.certificates",
    "modifiable": true,
    "name": "Prov. Certificates",
    "period": "PULSE",
    "required": false,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/certificateList"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}