Skip to content

Corner cases provisioning entityNameExp #1345

@mapedraza

Description

@mapedraza

There are 3 cases when provisioning a service group using the parameter entityNameExp

When "entityNameExp":true

  {
    "id": "true",
    "type": "Light",
    "TimeInstant": {
      "type": "DateTime",
      "value": "2023-04-24T16:23:55.352Z",
      "metadata": {}
    }
  },

When "entityNameExp":false

  {
    "id": "Light:gps1",
    "type": "Light",
    "TimeInstant": {
      "type": "DateTime",
      "value": "2023-04-24T16:25:32.707Z",
      "metadata": {}
    }
  },

When "entityNameExp":"patata"

  {
    "id": "Light:gps1",
    "type": "Light",
    "TimeInstant": {
      "type": "DateTime",
      "value": "2023-04-24T16:27:54.134Z",
      "metadata": {}
    }
  },

When "entityNameExp":42

  {
    "id": "42",
    "type": "Light",
    "TimeInstant": {
      "type": "DateTime",
      "value": "2023-04-25T07:50:11.067Z",
      "metadata": {}
    }
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions