Parameter: Provision Asset Identifier

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

provision.asset.identifier

name

Prov. Identifier

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.asset.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 Asset SpecificType

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

provision.asset.specificType

name

Prov. Specific type

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

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

        ],
        "show": [

        ]
    }
}

Parameter: Provision Asset AdministrativeState

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

provision.asset.administrativeState

name

Prov. Administrative state

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

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

        ],
        "show": [

        ]
    }
}

Parameter: Provision Asset Name

JSON Object

Table 4. Datastream object attributes
Attribute Value

identifier

provision.asset.name

name

Prov. Name

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.asset.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 Asset Description

JSON Object

Table 5. Datastream object attributes
Attribute Value

identifier

provision.asset.description

name

Prov. Description

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.asset.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 Asset Location

JSON Object

Table 6. Datastream object attributes
Attribute Value

identifier

provision.asset.location

name

Prov. Location

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

INSTANT

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.asset.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 Asset Image

JSON Object

Table 7. Datastream object attributes
Attribute Value

identifier

provision.asset.image

name

Prov. Image

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

Datastream JSON format
{
    "identifier": "provision.asset.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": [

        ]
    }
}

JSON Object

Table 8. Datastream object attributes
Attribute Value

identifier

provision.asset.related

name

Prov. Related

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

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

        ],
        "show": [

        ]
    }
}