Glob APIs
Glob are fast key value stores which could be controlled to change the simulation behavior.
Glob APIs could be used in the template to access the global key-value store. These values are useful to enable interaction between templates and control the behaviour of simulation through the user.
Create a new Glob entry or update an existing Glob entry
POST
https://nsim.iotify.io/api/datastore/:workspaceId/glob
This endpoint allows you to create/update a Glob entry
Path Parameters
Headers
Request Body
Get a Glob object
GET
https://nsim.iotify.io/api/datastore/:workspaceId/glob/item/:globKey
Path Parameters
Headers
Get all the Glob keys
GET
nsim.iotify.io/api/datastore/:workspaceId/glob/keys
Path Parameters
Headers
Glob Delete
DELETE
nsim.iotify.io/api/datastore/:workspaceId/glob/item/:globKey
Deletes the key value pair of the glob
Path Parameters
Headers
Last updated