Parameter: Entity Areas

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

entity.areas

name

entity.areas

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

schema

Datastream JSON format
{
    "identifier": "entity.areas",
    "modifiable": false,
    "name": "entity.areas",
    "period": "PULSE",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "identifierField": false,
        "structured": true
    },
    "required": false,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/areas"
    },
    "tags": [
        "dmm"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Entity Location

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

entity.location

name

entity.location

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • collection

schema

Datastream JSON format
{
    "identifier": "entity.location",
    "modifiable": false,
    "name": "entity.location",
    "period": "INSTANT",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "identifierField": false,
        "structured": true
    },
    "required": false,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/location"
    },
    "tags": [
        "dmm",
        "collection"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Entity Alarms

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

entity.alarms

name

entity.alarms

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • collection

schema

Datastream JSON format
{
    "identifier": "entity.alarms",
    "modifiable": true,
    "name": "entity.alarms",
    "period": "INSTANT",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "identifierField": false,
        "structured": true
    },
    "required": false,
    "schema": {
        "$ref": "og_basic_types.json#/definitions/arrayString"
    },
    "tags": [
        "dmm",
        "collection"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}