Parameter: Provision Administration ServiceGroup

JSON Object

Table 1. Datastream object attributes
Attribute Value

identifier

provision.administration.serviceGroup

name

Service group

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.administration.serviceGroup",
    "modifiable": true,
    "name": "Service group",
    "period": "PULSE",
    "platformHints": {
        "structured": true,
        "summariable": true
    },
    "required": true,
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Administration Plan

JSON Object

Table 2. Datastream object attributes
Attribute Value

identifier

provision.administration.plan

name

Plan

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.administration.plan",
    "modifiable": true,
    "name": "Plan",
    "period": "PULSE",
    "platformHints": {
        "structured": true,
        "summariable": true
    },
    "required": false,
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}

Parameter: Provision Administration DefaultFeed

JSON Object

Table 3. Datastream object attributes
Attribute Value

identifier

provision.administration.defaultFeed

name

Default feed

description

null

unit

  • type: basicSI

  • label:

  • symbol:

period

PULSE

tags

  • dmm

  • provision

schema

{
    "type": "string"
}
Datastream JSON format
{
    "identifier": "provision.administration.defaultFeed",
    "modifiable": true,
    "name": "Default feed",
    "period": "PULSE",
    "platformHints": {
        "structured": true
    },
    "required": false,
    "schema": {
        "type": "string"
    },
    "storage": {
        "period": "NEVER"
    },
    "tags": [
        "dmm",
        "provision"
    ],
    "unit": {
        "label": "",
        "symbol": "",
        "type": "basicSI"
    }
}