Parameter: Provision Device Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

provision.device.identifier

name

Prov. Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

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

Parameter: Provision Device Certificates

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

provision.device.certificates

name

Prov. Certificates

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • provision

schema

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

Parameter: Provision Device SpecificType

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

provision.device.specificType

name

Prov. Specific type

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.specificType",
    "name": "Prov. Specific type",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/deviceSpecificType"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Name

JSON Object

Table 4. Datastream object attributes
Attribute Value

identifier

provision.device.name

name

Prov. Name

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.name",
    "name": "Prov. Name",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Description

JSON Object

Table 5. Datastream object attributes
Attribute Value

identifier

provision.device.description

name

Prov. Description

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.description",
    "name": "Prov. Description",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device AdministrativeState

JSON Object

Table 6. Datastream object attributes
Attribute Value

identifier

provision.device.administrativeState

name

Prov. Administrative state

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.administrativeState",
    "name": "Prov. Administrative state",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/administrativeState"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device SerialNumber

JSON Object

Table 7. Datastream object attributes
Attribute Value

identifier

provision.device.serialNumber

name

Prov. Serial number

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.serialNumber",
    "indexed": true,
    "name": "Prov. Serial number",
    "period": "PULSE",
    "platformHints": {
        "provType": "IDENTIFIER",
        "structured": true
    },
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Device OperationalStatus

JSON Object

Table 8. Datastream object attributes
Attribute Value

identifier

provision.device.operationalStatus

name

Prov. Operational status

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.operationalStatus",
    "name": "Prov. Operational status",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/deviceOperationalStatus"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Model

JSON Object

Table 9. Datastream object attributes
Attribute Value

identifier

provision.device.model

name

Prov. Model

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.model",
    "name": "Prov. Model",
    "period": "PULSE",
    "platformHints": {
        "provType": "REFERENCE",
        "structured": true,
        "summariable": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/model"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Software

JSON Object

Table 10. Datastream object attributes
Attribute Value

identifier

provision.device.software

name

Prov. Software

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.software",
    "name": "Prov. Software",
    "period": "PULSE",
    "platformHints": {
        "structured": true,
        "summariable": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/softwareList"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Topology Path

JSON Object

Table 11. Datastream object attributes
Attribute Value

identifier

provision.device.topology.path

name

Prov. Path

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.topology.path",
    "name": "Prov. Path",
    "period": "PULSE",
    "platformHints": {
        "provType": "REFERENCE",
        "structured": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/topologyPath"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Location

JSON Object

Table 12. Datastream object attributes
Attribute Value

identifier

provision.device.location

name

Prov. Location

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.location",
    "name": "Prov. Location",
    "period": "INSTANT",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "structured": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/location"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device TrustedBoot

JSON Object

Table 13. Datastream object attributes
Attribute Value

identifier

provision.device.trustedBoot

name

Prov. Trusted boot

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.trustedBoot",
    "name": "Prov. Trusted boot",
    "period": "INSTANT",
    "schema": {
        "type": "string"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Clock

JSON Object

Table 14. Datastream object attributes
Attribute Value

identifier

provision.device.clock

name

Prov. Clock

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "icon": {
        "attributes": [

        ],
        "class": "fa fa-hourglass-end"
    },
    "identifier": "provision.device.clock",
    "name": "Prov. Clock",
    "period": "INSTANT",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/datetime"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

JSON Object

Table 15. Datastream object attributes
Attribute Value

identifier

provision.device.related

name

Prov. Related

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.related",
    "name": "Prov. Related",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/ogIdentifier"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device Image

JSON Object

Table 16. Datastream object attributes
Attribute Value

identifier

provision.device.image

name

Prov. Image

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.image",
    "name": "Prov. Image",
    "period": "PULSE",
    "platformHints": {
        "structured": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/ogImage"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Identifier

JSON Object

Table 17. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].identifier

name

Prov. CM identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].identifier",
    "indexed": true,
    "modifiable": false,
    "name": "Prov. CM identifier",
    "period": "PULSE",
    "platformHints": {
        "filter": {
            "allowExists": true
        },
        "identifierField": true,
        "provType": "IDENTIFIER",
        "structured": true
    },
    "required": true,
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Device CommunicationModules[] Sigfox Pac

JSON Object

Table 18. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].sigfox.pac

name

provision.device.communicationModules[].sigfox.pac

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

  • sigfox

schema

{
    "type": "string"
}
Datastream JSON format
{
    "access": "READ",
    "identifier": "provision.device.communicationModules[].sigfox.pac",
    "modifiable": true,
    "name": "provision.device.communicationModules[].sigfox.pac",
    "period": "PULSE",
    "required": false,
    "schema": {
        "type": "string"
    },
    "tags": [
        "dmm",
        "provision",
        "sigfox"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] SpecificType

JSON Object

Table 19. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].specificType

name

Prov. CM specific type

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].specificType",
    "name": "Prov. CM specific type",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/commsModuleSpecificType"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Name

JSON Object

Table 20. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].name

name

Prov. CM name

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].name",
    "name": "Prov. CM name",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Description

JSON Object

Table 21. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].description

name

Prov. CM description

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].description",
    "name": "Prov. CM description",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] SerialNumber

JSON Object

Table 22. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].serialNumber

name

Prov. CM serial number

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].serialNumber",
    "name": "Prov. CM serial number",
    "period": "PULSE",
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Model

JSON Object

Table 23. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].model

name

Prov. CM model

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].model",
    "name": "Prov. CM model",
    "period": "PULSE",
    "platformHints": {
        "provType": "REFERENCE",
        "structured": true,
        "summariable": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/model"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] OperationalStatus

JSON Object

Table 24. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].operationalStatus

name

Prov. CM operational status

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].operationalStatus",
    "name": "Prov. CM operational status",
    "period": "PULSE",
    "schema": {
        "$ref": "og_basic_types.json#/definitions/commsModuleOperationalStatus"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Software

JSON Object

Table 25. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].software

name

Prov. CM software

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].software",
    "name": "Prov. CM software",
    "period": "PULSE",
    "platformHints": {
        "structured": true,
        "summariable": true
    },
    "schema": {
        "$ref": "og_basic_types.json#/definitions/software"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}

Parameter: Provision Device CommunicationModules[] Mobile Imei

JSON Object

Table 26. Datastream object attributes
Attribute Value

identifier

provision.device.communicationModules[].mobile.imei

name

Prov. CM IMEI

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.device.communicationModules[].mobile.imei",
    "indexed": true,
    "name": "Prov. CM IMEI",
    "period": "PULSE",
    "platformHints": {
        "structured": true
    },
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    },
    "views": {
        "edit": [

        ],
        "show": [

        ]
    }
}