Download OpenAPI specification:
API to use the Atinary™ SDLabs platform - requires a valid API key linked to an active SDLabs account
After a total number of iterations for a given Scientia user, a delay is applied.
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "parameters_left": 10,
- "next_parameters": 10
}
}Look for an object based on what is present in its id, name, description. Return the first 10 objects found.
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| text_pattern required | string (text_pattern) <= 50 characters ^[ -~]+$ Pattern to search in object name, id or description. |
{- "text_pattern": "description"
}{- "result": {
- "code": 0
}, - "objects": [
- {
- "object_type": "template",
- "name": "This is my response text",
- "id": "tpl_00000000000000000000000000000000"
}, - {
- "object_type": "template",
- "name": "This is my response text",
- "id": "tpl_00000000000000000000000000000000"
}, - {
- "object_type": "template",
- "name": "This is my response text",
- "id": "tpl_00000000000000000000000000000000"
}, - {
- "object_type": "template",
- "name": "This is my response text",
- "id": "tpl_00000000000000000000000000000000"
}, - {
- "object_type": "template",
- "name": "This is my response text",
- "id": "tpl_00000000000000000000000000000000"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}Campaign entry-point.
A campaign is a project or an application which runs as an iterative loop with the goal of optimizing one or more objectives.
It consists of an optimizer, workstation(s), parameter(s) and objective(s).
| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}
}| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}
}| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}Sends an inference request to this campaign's latest model and returns the response - just like using /Models/{model_id}/Infer.
| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
| id | string (id) Unique identifier for the inference request. |
required | Array of objects (inputs) |
{- "inputs": [
- {
- "shape": [
- 0,
- 0
], - "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}, - {
- "shape": [
- 0,
- 0
], - "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}
], - "id": "id"
}{- "outputs": [
- {
- "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}, - {
- "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}
], - "model_version": "model_version",
- "model_id": "model_id",
- "id": "id"
}Returns the status of the latest model of this campaign, indicating whether it is ready for inference.
| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
{- "ready": true,
- "model_id": "a8098c1af86e11dabd1a00112444be1e",
- "message": "message"
}| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
| include_preloaded_data | boolean or null (preload_data) Example: include_preloaded_data=true Include preloaded data |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "current_iteration": 3,
- "observations": [
- {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}
], - "preloaded_observations": [
- {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "merit": 6.0274563,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "campaign_name": "This is my response text",
- "iteration": 3,
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}
], - "campaign_id": "cpg_00000000000000000000000000000000"
}
}| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Example: cpg_00000000000000000000000000000000 Campaign identifier |
| operation required | string (operation) Enum: "pause" "resume" "stop" Operation to execute on the Template. Possible Values: |
{- "operation": "stop"
}generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
| names | Array of strings (Name) [ 1 .. 99 ] items [ items <= 128 characters ^[ -~]+$ ] Example: names=My Template 1&names=My Campaign 2&names=My Workstation 3 List of Object names to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "cpg_00000000000000000000000000000000",
- "description": "Campaign run for tpl_00000000000000000000000000000000.",
- "name": "Campaign run 1.",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}, - {
- "id": "cpg_00000000000000000000000000000001",
- "description": "Campaign run for tpl_00000000000000000000000000000000.",
- "name": "Campaign run 2.",
- "creation_date": "2019-01-24T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| include_preloaded_data | boolean or null (preload_data) Example: include_preloaded_data=true Include preloaded data |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "campaigns": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}
], - "state": "running"
}, - {
- "campaigns": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}
], - "state": "running"
}, - {
- "campaigns": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}
], - "state": "running"
}, - {
- "campaigns": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}
], - "state": "running"
}, - {
- "campaigns": [
- {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}, - {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "stats": {
- "running": 5,
- "start_time": "2022-07-09T17:03:06.014410Z",
- "update_time": "2022-07-09T17:03:06.014410Z",
- "completed": 3,
- "budget": 10
}, - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}, - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
]
}
], - "state": "running"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}Constraint configuration entry-point.
A constraint represents an exclusion or a dependency between parameters. For instance, if Parameter A is lower than 1, then Parameter B must be higher than 0.1; or the sum of parameters X, Y, Z must add up to exactly 10.
Constraints may apply either on the Workstation (e.g. robot's physical constraints) or on the template (e.g. an experimental constraint).
| constraint_id required | string or null (ConstraintId) = 36 characters ^cst_[0-9a-f]{32}$ Example: cst_00000000000000000000000000000000 Constraint identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| constraint_id required | string or null (ConstraintId) = 36 characters ^cst_[0-9a-f]{32}$ Example: cst_00000000000000000000000000000000 Constraint identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
}| constraint_id required | string or null (ConstraintId) = 36 characters ^cst_[0-9a-f]{32}$ Example: cst_00000000000000000000000000000000 Constraint identifier |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
required | Array of objects (definitions) [ 1 .. 99 ] items |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| targets | Array of numbers or null <float> (targets) <= 99 items [ items <float > [ -1000000 .. 1000000 ] ] |
| type required | string (ConstraintType) Enum: "exclusion" "conditional_exclusion" "linear_eq" "linear_lte" "linear_gte" "linear_between" "choose_from_eq" "choose_from_lte" "choose_from_gte" "choose_from_between" Constraint type. Accepted Values: |
{- "name": "Cat One Constraint",
- "type": "conditional_exclusion",
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000001",
- "bounds": [
- [
- "1.23",
- "3.21"
], - [
- "0.0",
- "0.001"
]
]
}, - {
- "parameter": "prm_00000000000000000000000000000002",
- "bounds": [
- [
- "Category One"
]
]
}
], - "description": "Only use categorical One if param 1 is between 0.001 and 1.23 or above 3.21",
- "group_id": "My_private_group_20"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
}Use new_parameter_ids_map to match parameters from original constraint with parameters from the copy
| constraint_id required | string or null (ConstraintId) = 36 characters ^cst_[0-9a-f]{32}$ Example: cst_00000000000000000000000000000000 Constraint identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
Array of objects or null (new_parameter_ids_map) <= 99 items Maps old parameter IDs to new parameter IDs. |
{- "name": "New constraint name"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
}| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
required | Array of objects (definitions) [ 1 .. 99 ] items |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| targets | Array of numbers or null <float> (targets) <= 99 items [ items <float > [ -1000000 .. 1000000 ] ] |
| type required | string (ConstraintType) Enum: "exclusion" "conditional_exclusion" "linear_eq" "linear_lte" "linear_gte" "linear_between" "choose_from_eq" "choose_from_lte" "choose_from_gte" "choose_from_between" Constraint type. Accepted Values: |
[- {
- "name": "Params one and two viscosity constraint",
- "type": "linear_eq",
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000001",
- "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000002",
- "weight": 0.5
}
], - "targets": [
- 15
], - "description": "Parameters 1 and 2 (counted half) must add up to exactly 15 hPa per ms",
- "group_id": "My_private_group_23"
}, - {
- "name": "Params 1+4+5 weight constraint",
- "type": "linear_gte",
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000001",
- "weight": 31.948
}, - {
- "parameter": "prm_00000000000000000000000000000005",
- "weight": 55.61
}, - {
- "parameter": "prm_00000000000000000000000000000004",
- "weight": 4.9013
}
], - "targets": [
- 6.54
], - "description": "Parameters 1+4+5 (weighted) must weigh together at least 6.54 kilotons",
- "group_id": "My_private_group_23"
}
]{- "result": {
- "code": 0
}, - "objects": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| constraint_ids | Array of strings or null (ConstraintId) [ 1 .. 99 ] items [ items = 36 characters ^cst_[0-9a-f]{32}$ ] Example: constraint_ids=cst_00000000000000000000000000000000&constraint_ids=cst_00000000000000000000000000000001&constraint_ids=cst_00000000000000000000000000000002 List of constraint identifiers to query |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}Multi-Objective configuration entry-point.
Each Multi-Objective function object can only be associated with one single template.
A multi-objective function must be provided to a template as soon as there are more than one objective.
required | Array of objects (MofObjConfig) <= 99 items |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| function required | string <= 128 characters ^[ -~]+$ Default: "chimera" Multi-Objective function name to use. Accepted Values: |
{- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "description": "chimera function description.",
- "name": "chimera_exp_1",
- "function": "chimera"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| mof_id required | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Example: mof_00000000000000000000000000000000 Multi-Objective function identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| mof_id required | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Example: mof_00000000000000000000000000000000 Multi-Objective function identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| mof_id required | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Example: mof_00000000000000000000000000000000 Multi-Objective function identifier |
required | Array of objects (MofObjConfig) <= 99 items |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| function required | string <= 128 characters ^[ -~]+$ Default: "chimera" Multi-Objective function name to use. Accepted Values: |
{- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "description": "chimera function description.",
- "name": "chimera_exp_1",
- "function": "chimera"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| mof_id required | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Example: mof_00000000000000000000000000000000 Multi-Objective function identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "My Multi-Objective copy",
- "group_id": "my_group_id"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| mof_ids | Array of strings (MofId) [ 1 .. 99 ] items [ items = 36 characters ^mof_[0-9a-f]{32}$ ] Example: mof_ids=mof_11111111111111111111111111111111 List of Multi-Objective function identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "description": "chimera multi-objective description",
- "function": "chimera",
- "form_template": [
- {
- "default_value": "1",
- "html_element": "input-number",
- "maximum": 10000,
- "minimum": -10000,
- "name": "absolute",
- "optional": true
}, - {
- "default_value": "0",
- "html_element": "input-number",
- "maximum": 10000,
- "minimum": 0,
- "name": "hierarchy",
- "optional": false
}, - {
- "default_value": "1.0",
- "html_element": "input-number",
- "maximum": 10000,
- "minimum": -10000,
- "name": "relative",
- "optional": true
}
]
}, - {
- "description": "weighted_sum multi-objective description",
- "function": "weighted_sum",
- "form_template": [
- {
- "default_value": "1",
- "html_element": "input-number",
- "maximum": 100,
- "minimum": 0,
- "name": "weight",
- "optional": false
}
]
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| mof_ids | Array of strings (MofId) [ 1 .. 99 ] items [ items = 36 characters ^mof_[0-9a-f]{32}$ ] Example: mof_ids=mof_11111111111111111111111111111111 List of Multi-Objective function identifiers to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "mof_00000000000000000000000000000000",
- "description": "Multi-Objective function.",
- "name": "Weighted sum Multi-Objective function.",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}, - {
- "id": "mof_00000000000000000000000000000001",
- "description": "Multi-Objective function.",
- "name": "Chimera Multi-Objective function.",
- "creation_date": "2019-01-23T04:57:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}
]
}Objective configuration entry-point.
Each objective object can only be associated with one single template.
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| goal required | string (Goal) Enum: "max" "min" "target" Goal of this Objective. Accepted Values: |
| target | number <double> [ -500000 .. 500000 ] (Target attribute) Accepted value for this Objective. |
{- "name": "my objective",
- "description": "this is a description.",
- "goal": "target",
- "target": 10
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| objective_id required | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Example: obj_00000000000000000000000000000000 Objective identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| objective_id required | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Example: obj_00000000000000000000000000000000 Objective identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| objective_id required | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Example: obj_00000000000000000000000000000000 Objective identifier |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| goal required | string (Goal) Enum: "max" "min" "target" Goal of this Objective. Accepted Values: |
| target | number <double> [ -500000 .. 500000 ] (Target attribute) Accepted value for this Objective. |
{- "name": "my objective",
- "description": "this is a description.",
- "goal": "target",
- "target": 10
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| objective_id required | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Example: obj_00000000000000000000000000000000 Objective identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "Cost copy",
- "group_id": "My_private_group_21"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| objective_ids | Array of strings (ObjectiveId) [ 1 .. 99 ] items [ items = 36 characters ^obj_[0-9a-f]{32}$ ] Example: objective_ids=obj_01000000000000000000000000000010&objective_ids=obj_02000000000000000000000000000020 List of Objective identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| objective_ids | Array of strings (ObjectiveId) [ 1 .. 99 ] items [ items = 36 characters ^obj_[0-9a-f]{32}$ ] Example: objective_ids=obj_01000000000000000000000000000010&objective_ids=obj_02000000000000000000000000000020 List of Objective identifiers to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "creation_date": "2000-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "objective 1",
- "group_id": "my_group_00000000001",
- "description": "Objective description",
- "id": "obj_00000000000000000000000000000001"
}, - {
- "creation_date": "2000-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "objective 2",
- "group_id": "my_group_00000000002",
- "description": "Objective description",
- "id": "obj_00000000000000000000000000000002"
}, - {
- "creation_date": "2000-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "objective 3",
- "group_id": "my_group_00000000003",
- "description": "Objective description",
- "id": "obj_00000000000000000000000000000003"
}
]
}Observation entry-point to handle external and internal data.
- External data: They must be associated to a template_id.
To be used, they must be present before launching a campaign run. After that, they may not longer be modified for the currently running campaign.
- Internal data: They must be associated with a campaign_id.
Add a single data point (i.e. not a batch thereof) within a given campaign, at the given iteration and batch number.
required | Array of objects (ObservationParameterValueObj) <= 100 items Set of parameters proposed for this observation unit. |
required | Array of objects (ObservationValueObj) <= 100 items Set of objectives measures for this observation unit. |
| notes | string or null (Notes) <= 2048 characters ^[ -~\s]*$ User note associated to an experiment. |
| status | string (ObservationStatus) Default: "ok" Enum: "ok" "error" Observation status values. Available Values: |
| campaign_id | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Campaign identifier |
| iteration | integer <int32> (Iteration) [ 0 .. 5000 ] An iteration is a single loop of a campaign that consists of one or more observations. |
| batch_number | integer <int32> (BatchNumber) [ 0 .. 1000 ] Batch is the number of experiments that are conducted in parallel at a workstation in a single iteration, with the maximum batch size being limited by the workstation bandwidth. |
{- "parameters": [
- {
- "id": "prm_00000000000000000000000000000000",
- "value": "2"
}, - {
- "id": "prm_00000000000000000000000000000001",
- "value": "3"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000000",
- "value": "100"
}
], - "notes": "Workstation cleaned before launching this experiment",
- "status": "ok"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}
}| observation_id required | string (ObservationId) = 36 characters ^obs_[0-9a-f]{32}$ Example: obs_00000000000000000000000000000000 Observation identifier |
required | Array of objects (ObservationParameterValueObj) <= 100 items Set of parameters proposed for this observation unit. |
required | Array of objects (ObservationValueObj) <= 100 items Set of objectives measures for this observation unit. |
| notes | string or null (Notes) <= 2048 characters ^[ -~\s]*$ User note associated to an experiment. |
| status | string (ObservationStatus) Default: "ok" Enum: "ok" "error" Observation status values. Available Values: |
| campaign_id | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Campaign identifier |
| iteration | integer <int32> (Iteration) [ 0 .. 5000 ] An iteration is a single loop of a campaign that consists of one or more observations. |
| batch_number | integer <int32> (BatchNumber) [ 0 .. 1000 ] Batch is the number of experiments that are conducted in parallel at a workstation in a single iteration, with the maximum batch size being limited by the workstation bandwidth. |
{- "parameters": [
- {
- "id": "prm_00000000000000000000000000000000",
- "value": "2"
}, - {
- "id": "prm_00000000000000000000000000000001",
- "value": "3"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000000",
- "value": "100"
}
], - "notes": "Workstation cleaned before launching this experiment",
- "status": "ok"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| observation_ids | Array of strings (ObservationId) [ 1 .. 99 ] items [ items = 36 characters ^obs_[0-9a-f]{32}$ ] Example: observation_ids=obs_01111111111111111111111111111111&observation_ids=obs_01222222222222222222222222222222 List of Observation identifiers to query |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}, - {
- "notes": "notes",
- "batch_number": 80,
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "predictions": [
- {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}, - {
- "multi_objective_function_id": "mof_00000000000000000000000000000000",
- "name": "my object",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "id": "pre_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "value": "value",
- "objective_id": "obj_00000000000000000000000000000000"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "iteration": 3,
- "template_id": "tpl_00000000000000000000000000000000",
- "id": "obs_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}, - {
- "name": "my object",
- "id": "prm_00000000000000000000000000000000",
- "value_raw": "value_raw",
- "value": "value"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}, - {
- "id": "obj_00000000000000000000000000000001",
- "name": "Cost (GBP)",
- "value": "3.87"
}
], - "status": "ok"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}Create one or more observations, within a same template.
| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: template_id=tpl_00000000000000000000000000000000 Template identifiers |
| campaign_name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
required | Array of objects (observations) [ 1 .. 1000 ] items |
{- "campaign_name": "My_first_run",
- "observations": [
- {
- "parameters": [
- {
- "id": "prm_0000000000000000000000000000000a",
- "value": "1.54321"
}, - {
- "id": "prm_0000000000000000000000000000000b",
- "value": "Category AB"
}, - {
- "id": "prm_0000000000000000000000000000000c",
- "value": "0"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "value": "0.908"
}, - {
- "id": "obj_00000000000000000000000000000002",
- "value": "33"
}
], - "notes": "My comment on this observation",
- "status": "ok"
}, - {
- "parameters": [
- {
- "id": "prm_0000000000000000000000000000000a",
- "value": "1.0999"
}, - {
- "id": "prm_0000000000000000000000000000000b",
- "value": "Category CD"
}, - {
- "id": "prm_0000000000000000000000000000000c",
- "value": "1"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "value": "0.72"
}, - {
- "id": "obj_00000000000000000000000000000002",
- "value": "42"
}
], - "notes": "This experiment was run at a higher temperature",
- "status": "error"
}, - {
- "parameters": [
- {
- "id": "prm_0000000000000000000000000000000a",
- "value": "1.963"
}, - {
- "id": "prm_0000000000000000000000000000000b",
- "value": "Category EF"
}, - {
- "id": "prm_0000000000000000000000000000000c",
- "value": "-1"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "value": "0.342"
}, - {
- "id": "obj_00000000000000000000000000000002",
- "value": "12"
}
]
}
]
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}
}Optimizer entry-point.
An optimizer is an algorithm that dictates the path towards the objective by suggesting experiments for the workstation to perform.
It can be a machine-learning-based, gradient-based or a grid-based method.
The machine-learning-based algorithms learn from previous experiments to reach the final goal faster.
Create and configure an optimizer
required | Array of objects (configuration) <= 99 items |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| function required | string (OptFunction) <= 128 characters ^[ -~]+$ Available optimizer types. Available: |
{- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}
}| optimizer_id required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Example: opt_00000000000000000000000000000000 Optimizer identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| optimizer_id required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Example: opt_00000000000000000000000000000000 Optimizer identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}
}| optimizer_id required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Example: opt_00000000000000000000000000000000 Optimizer identifier |
required | Array of objects (configuration) <= 99 items |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| function required | string (OptFunction) <= 128 characters ^[ -~]+$ Available optimizer types. Available: |
{- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}
}| optimizer_id required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Example: opt_00000000000000000000000000000000 Optimizer identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "Private_Optimizer-Copy",
- "group_id": "API_Technologies_ltd"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| optimizer_ids | Array of strings (OptimizerId) [ 1 .. 99 ] items [ items = 36 characters ^opt_[0-9a-f]{32}$ ] Example: optimizer_ids=opt_01000000000000000000000000000000 List of Optimizer identifiers to query |
| is_public | boolean (IsPublic) Example: is_public=false Optimizers and Workstations provided by Atinary Technologies Inc. & Atinary Technologies Sarl. |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "description": "Method that uses random sampling to optimize the hyperparameter space. It can be used with continuous, discrete or categorical parameters.",
- "function": "randomsearch",
- "form_template": [
- {
- "default_value": "2020",
- "html_element": "input-number",
- "minimum": 0,
- "maximum": 10000,
- "name": "random_seed",
- "optional": false
}
], - "tags": [
- "continuous",
- "discrete",
- "categorical",
- "chimera",
- "weighted_sum",
- "deterministic"
]
}, - {
- "description": "Sobol sequences are an example of quasi-random low-discrepancy sequences. Compared to uniformly sampled random variables (see Random), low-discrepancy sequences have the added benefit that they cover the parameter space of interest quickly and evenly.",
- "function": "sobol",
- "form_template": [
- {
- "default_value": "2020",
- "html_element": "input-number",
- "minimum": 0,
- "maximum": 10000,
- "name": "random_seed",
- "optional": false
}
], - "tags": [
- "continuous",
- "chimera",
- "weighted_sum",
- "deterministic"
]
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| optimizer_ids | Array of strings (OptimizerId) [ 1 .. 99 ] items [ items = 36 characters ^opt_[0-9a-f]{32}$ ] Example: optimizer_ids=opt_01000000000000000000000000000000 List of Optimizer identifiers to query |
| is_public | boolean (IsPublic) Example: is_public=false Optimizers and Workstations provided by Atinary Technologies Inc. & Atinary Technologies Sarl. |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "opt_00000000000000000000000000000000",
- "is_public": true,
- "description": "GPyOpt optimizer.",
- "name": "GPyOpt",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "group_id": "my_group_00000000000"
}, - {
- "id": "opt_00000000000000000000000000000001",
- "is_public": true,
- "description": "Grid optimizer.",
- "name": "Grid",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "group_id": "my_group_00000000000"
}, - {
- "id": "opt_00000000000000000000000000000003",
- "is_public": true,
- "description": "RandomSearch optimizer.",
- "name": "RandomSearch",
- "creation_date": "2019-01-25T04:56:07.000+00:00",
- "group_id": "my_group_00000000000"
}, - {
- "id": "opt_00000000000000000000000000000004",
- "is_public": true,
- "description": "Sobol optimizer.",
- "name": "Sobol",
- "creation_date": "2019-01-26T04:56:07.000+00:00",
- "group_id": "my_group_00000000000"
}, - {
- "id": "opt_00000000000000000000000000000005",
- "is_public": true,
- "description": "Custom Sobol optimizer.",
- "name": "Sobol",
- "creation_date": "2020-01-24T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}
]
}Parameter configuration entry-point.
Each parameter object can only be associated with one single template.
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
Array of objects or null (DescriptorMap) <= 800 items (Categorical attribute) Descriptor for categorical parameter. | |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| high_value | number <double> [ -100000 .. 100000 ] (Continuous/Discrete attribute) Upper bound value of this parameter. |
| low_value | number <double> [ -100000 .. 100000 ] (Continuous/Discrete attribute) Lower bound value of this parameter. |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| num_decimals_ui | integer or null <int32> [ 1 .. 15 ] Number of decimals to display on SDLabs's User Interface. |
| stride | number <double> [ 0.0001 .. 100000 ] (Discrete attribute) Step value between two values. |
| type required | string (ParameterType) Enum: "categorical" "continuous" "discrete" Parameter type. Accepted Values: |
{- "name": "x1",
- "description": "Temperature",
- "type": "continuous",
- "low_value": 0,
- "high_value": 90
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| parameter_id required | string or null (ParameterId) = 36 characters ^prm_[0-9a-f]{32}$ Example: prm_00000000000000000000000000000000 Parameter identifier |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| parameter_id required | string or null (ParameterId) = 36 characters ^prm_[0-9a-f]{32}$ Example: prm_00000000000000000000000000000000 Parameter identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| parameter_id required | string or null (ParameterId) = 36 characters ^prm_[0-9a-f]{32}$ Example: prm_00000000000000000000000000000000 Parameter identifier |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
Array of objects or null (DescriptorMap) <= 800 items (Categorical attribute) Descriptor for categorical parameter. | |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| high_value | number <double> [ -100000 .. 100000 ] (Continuous/Discrete attribute) Upper bound value of this parameter. |
| low_value | number <double> [ -100000 .. 100000 ] (Continuous/Discrete attribute) Lower bound value of this parameter. |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| num_decimals_ui | integer or null <int32> [ 1 .. 15 ] Number of decimals to display on SDLabs's User Interface. |
| stride | number <double> [ 0.0001 .. 100000 ] (Discrete attribute) Step value between two values. |
| type required | string (ParameterType) Enum: "categorical" "continuous" "discrete" Parameter type. Accepted Values: |
{- "name": "x1",
- "description": "Temperature",
- "type": "continuous",
- "low_value": 0,
- "high_value": 90
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| parameter_id required | string or null (ParameterId) = 36 characters ^prm_[0-9a-f]{32}$ Example: prm_00000000000000000000000000000000 Parameter identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "Pressure copy",
- "group_id": "My_private_group_20"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| parameter_ids | Array of strings or null (ParameterId) [ 1 .. 99 ] items [ items = 36 characters ^prm_[0-9a-f]{32}$ ] Example: parameter_ids=prm_01010101010101010101010101010101 List of Parameter identifiers to query. |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| parameter_ids | Array of strings or null (ParameterId) [ 1 .. 99 ] items [ items = 36 characters ^prm_[0-9a-f]{32}$ ] Example: parameter_ids=prm_01010101010101010101010101010101 List of Parameter identifiers to query. |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "prm_00000000000000000000000000000000",
- "description": "Continuous parameter.",
- "name": "Temperature",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}, - {
- "id": "prm_00000000000000000000000000000001",
- "description": "Discrete parameter.",
- "name": "Rotation_available",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}
]
}Template entry-point.
A template is a campaign setup which runs as an iterative loop with the goal of optimizing one or more objectives.
It consists of an optimizer, one or several workstation(s), parameter(s) and objective(s).
| budget required | integer <int32> (Budget) [ 1 .. 1000 ] Default: 1 The budget is the number of iterations that will be carried out in a campaign. |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| optimizer required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Optimizer identifier |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
Array of objects (initial_points) <= 99 items Array that specifies initial points for the optimizer (future feature) | |
| multi_objective_function | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Multi-Objective function identifier |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| objective | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Objective identifier |
required | Array of objects (parameters) [ 1 .. 99 ] items |
| constraints | Array of strings or null or null (constraints) <= 99 items [ items = 36 characters ^cst_[0-9a-f]{32}$ ] |
{- "budget": 15,
- "description": "Melting solid tritium",
- "optimizer": "opt_00000000000000000000000000000001",
- "group_id": "my_private_group_001",
- "name": "My_Experiment_09",
- "objective": "obj_00000000000000000000000000000001",
- "parameters": [
- {
- "parameters": [
- {
- "parameter_id": "prm_00000000000000000000000000000001",
- "workstation_id": "wst_00000000000000000000000000000001",
- "is_batch_constrained": false
}, - {
- "parameter_id": "prm_00000000000000000000000000000002",
- "workstation_id": "wst_00000000000000000000000000000001",
- "is_batch_constrained": true
}
], - "level": 1
}, - {
- "parameters": [
- {
- "parameter_id": "prm_00000000000000000000000000000003",
- "workstation_id": "wst_00000000000000000000000000000002",
- "is_batch_constrained": false
}
], - "level": 2
}
], - "constraints": [
- "cst_0000000000000000000000000000000a",
- "cst_0000000000000000000000000000000b"
]
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
}| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: tpl_00000000000000000000000000000000 Template identifiers |
| recursive | boolean Deprecated Default: false Query attribute to delete all children elements (Multi-Objective Function, Objectives, Parameters) associated to the element being deleted. DEPRECATED: now done automatically from backend. |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
}| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: tpl_00000000000000000000000000000000 Template identifiers |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
}Template Update object. To update Multi-Objective function, objectives or parameters associated with the template, please update them directly through their own entry-points. For update limitations, please see editable parameter description in TemplateConfigObj.
| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: tpl_00000000000000000000000000000000 Template identifiers |
| budget required | integer <int32> (Budget) [ 1 .. 1000 ] Default: 1 The budget is the number of iterations that will be carried out in a campaign. |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| optimizer required | string (OptimizerId) = 36 characters ^opt_[0-9a-f]{32}$ Optimizer identifier |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
Array of objects (initial_points) <= 99 items Array that specifies initial points for the optimizer (future feature) | |
| multi_objective_function | string (MofId) = 36 characters ^mof_[0-9a-f]{32}$ Multi-Objective function identifier |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| objective | string (ObjectiveId) = 36 characters ^obj_[0-9a-f]{32}$ Objective identifier |
required | Array of objects (parameters) [ 1 .. 99 ] items |
| constraints | Array of strings or null or null (constraints) <= 99 items [ items = 36 characters ^cst_[0-9a-f]{32}$ ] |
{- "name": "Winter_experiment_01",
- "budget": 51,
- "optimizer": "opt_0908070605040302010a0b0c0d0e0f00",
- "group_id": "sample_group",
- "parameters": [
- {
- "parameters": [
- {
- "parameter_id": "prm_00000000000000000000000000000001",
- "workstation_id": "wst_00000000000000000000000000000001",
- "is_batch_constrained": false
}, - {
- "parameter_id": "prm_00000000000000000000000000000002",
- "workstation_id": "wst_00000000000000000000000000000001",
- "is_batch_constrained": true
}, - {
- "parameter_id": "prm_00000000000000000000000000000003",
- "workstation_id": "wst_00000000000000000000000000000001",
- "is_batch_constrained": false
}
], - "level": 1
}
], - "multi_objective_function": "mof_00908070605040302010a0b0c0d0e0f0"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
}| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: tpl_00000000000000000000000000000000 Template identifiers |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "Old_Template-Copy",
- "group_id": "sample_account"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
}| template_id required | string (TemplateId) = 36 characters ^tpl_[0-9a-f]{32}$ Example: tpl_00000000000000000000000000000000 Template identifiers |
| preload_campaigns | Array of strings or null (preload_campaigns) <= 99 items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Campaigns from which observations should be preloaded (Premium / Gold users only). Defaults to |
| preload_data | boolean or null (preload_data) Preload data of previous campaigns from this template (Premium / Gold users only) If the |
| items | string (ObservationId) = 36 characters ^obs_[0-9a-f]{32}$ Observation identifier |
| campaign_name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
{- "campaign_name": "my object",
- "preload_data": true,
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "items": "obs_00000000000000000000000000000000"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "workstations_stats": {
- "current_workstation": "wst_00000000000000000000000000000000",
- "number": 5
}, - "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "end_time": "2022-07-09T17:03:06.014410Z",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "tags": [
- "continuous",
- "continuous",
- "continuous",
- "continuous",
- "continuous"
], - "start_time": "2022-07-09T17:03:06.014410Z",
- "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "function": "randomsearch",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters."
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "preload_data": true,
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "This is my response text",
- "preload_campaigns": [
- "cpg_023f9082670a4ffca0cc15e8e28eeb1a",
- "cpg_2b3f9082670a4ffca0cc15e8e2854321",
- "cpg_02030908060704030105080208010506"
], - "template_id": "tpl_00000000000000000000000000000000",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "cpg_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "latest_model": {
- "data_collected_at": "2022-07-09T17:03:06.014410Z",
- "iteration": 6.027456183070403,
- "id": "a8098c1af86e11dabd1a00112444be1e",
- "creation_date": "2022-07-09T17:03:06.014410Z"
}, - "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10,
- "status": {
- "events": [
- {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}, - {
- "date_time": "2022-07-09T17:03:06.014410Z",
- "type": "Error",
- "message": "An error occurred for the workstation with identifier wst_00000000000000000000000000000000. Please reach Atinary support."
}
], - "status": "ok"
}
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}, - {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}, - {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}, - {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}, - {
- "editable": "full",
- "multi_objective_function": {
- "id": "mof_00000000000000000000000000000000",
- "configuration": [
- {
- "objective_id": "obj_00000000000000000000000000000000",
- "hierarchy": 0,
- "absolute": 10
}, - {
- "objective_id": "obj_00000000000000000000000000000001",
- "hierarchy": 1,
- "relative": 0.4
}
], - "creation_date": "2022-07-09T17:03:06.014410",
- "description": "chimera function description.",
- "function": "chimera",
- "group_id": "my_group_00000000000",
- "name": "chimera_exp_1",
- "template_id": "tpl_00000000000000000000000000000000",
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "description": "My description that may span over several lines and contain up to 1024 characters.",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "constraints": [
- {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}, - {
- "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "cst_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "type": null,
- "definitions": [
- {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}, - {
- "parameter": "prm_00000000000000000000000000000000",
- "bounds": [
- [
- "1",
- "2"
], - [
- "4",
- "5"
]
], - "weight": 1
}
], - "targets": [
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4,
- -839834.4
]
}
], - "optimizer": {
- "configuration": [
- {
- "key": "random_seed",
- "value": "2020"
}
], - "group_id": "atinary_group",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "function": "randomsearch",
- "is_public": false,
- "name": "my object",
- "description": "My description that may span over several lines and contain up to 1024 characters.",
- "id": "opt_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "updated_date": "2022-07-09T17:03:06.014410Z"
}, - "group_id": "atinary_group",
- "initial_points": [
- {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}, - {
- "parameters": [
- {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}, - {
- "name": "x1",
- "value": "external"
}
]
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "optimization_rating": {
- "rating": "optimal",
- "warning": [
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data.",
- "Consider increasing batch size to provide sufficient data."
]
}, - "name": "my object",
- "objectives": [
- {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "obj_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410",
- "description": "this is a description.",
- "goal": "target",
- "group_id": "my_group_00000000000",
- "name": "my objective",
- "target": 10,
- "updated_date": "2022-07-09T17:03:06.014410",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "parameters": [
- {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}, - {
- "level": 1,
- "parameters": [
- {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}, - {
- "is_batch_constrained": false,
- "parameter": {
- "id": "prm_00000000000000000000000000000000",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "template_id": "tpl_00000000000000000000000000000000",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - "workstation": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}
]
}
], - "budget": 10
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
| names | Array of strings (Name) [ 1 .. 99 ] items [ items <= 128 characters ^[ -~]+$ ] Example: names=My Template 1&names=My Campaign 2&names=My Workstation 3 List of Object names to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "tpl_00000000000000000000000000000000",
- "description": "Pasta maker template.",
- "name": "Pasta",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}, - {
- "id": "tpl_00000000000000000000000000000001",
- "description": "Create gold.",
- "name": "Gold",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "Atinary"
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "campaigns": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "id": "tpl_00000000000000000000000000000000"
}, - {
- "campaigns": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "id": "tpl_00000000000000000000000000000000"
}, - {
- "campaigns": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "id": "tpl_00000000000000000000000000000000"
}, - {
- "campaigns": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "id": "tpl_00000000000000000000000000000000"
}, - {
- "campaigns": [
- {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}, - {
- "start_time": "2022-07-09T17:03:06.014410Z",
- "preloaded_data": 800,
- "current_iteration": 3,
- "end_time": "2022-07-09T17:03:06.014410Z",
- "name": "This is my response text",
- "template_id": "tpl_00000000000000000000000000000000",
- "state": "running",
- "results": [
- {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}, - {
- "value_type": "objective",
- "values": [
- [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
], - [
- "1.23456",
- "2.23456",
- "3.23456"
]
], - "name": "my object",
- "id": "obj_00000000000000000000000000000000"
}
], - "campaign_id": "cpg_00000000000000000000000000000000",
- "budget": 10
}
], - "id": "tpl_00000000000000000000000000000000"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}Workstation configuration entry-point.
A workstation executes the tasks provided by the optimizer and can be a scientist (chemist, material scientist, biologist, technician, etc.),
automated lab equipment and/or analytics (HPLC, NMR, LC-MS, FT-IR, etc.)
or a computer (cloud, high-performance computing center, etc.).
| bandwidth | integer <int32> [ 1 .. 10000 ] Default: 255 Number of concurrent experiments the workstation can handle. |
| delay_proposals | boolean Default: false Whether the workstation shall wait for its bandwidth to be reached before processing all the requests at once. |
| parameters required | Array of strings or null or null (ParameterId) <= 99 items [ items = 36 characters ^prm_[0-9a-f]{32}$ ] |
| conn_type | string (ConnectionType) Default: "api" Enum: "api" "nexus" Connection type or protocol. Available Values: |
object (ConnectConfigNexusObj) Connection properties between Nexus workstations and Atinary™ SDLabs. | |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| measurements required | Array of strings or null <= 99 items [ items <= 128 characters ^[ -~]+$ ] |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| workstation_type | string (WorkstationType) Default: "not_defined" Enum: "manual" "automated" "not_defined" Workstation type (influences how it is displayed and how you may interact with it). Available values: |
{- "bandwidth": 1,
- "conn_type": "nexus",
- "connection": {
- "format": "csv",
- "nexus_project_name": "My Test Workstation Folder",
- "user_api_key": "ey_abcdef0123456789-abcdef123455678900dead/beef0abcdef0123456789-abcdef12345567890Z=="
}, - "delay_proposals": false,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- "prm_00000000000000000000000000000011",
- "prm_00000000000000000000000000000012"
], - "workstation_type": "automated"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| workstation_id required | string (WorkstationId) = 36 characters ^wst_[0-9a-f]{32}$ Example: wst_00000000000000000000000000000000 Workstation identifier |
| recursive | boolean Deprecated Default: false Query attribute to delete all children elements (Multi-Objective Function, Objectives, Parameters) associated to the element being deleted. DEPRECATED: now done automatically from backend. |
generic success response
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}
}| workstation_id required | string (WorkstationId) = 36 characters ^wst_[0-9a-f]{32}$ Example: wst_00000000000000000000000000000000 Workstation identifier |
{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| workstation_id required | string (WorkstationId) = 36 characters ^wst_[0-9a-f]{32}$ Example: wst_00000000000000000000000000000000 Workstation identifier |
| bandwidth | integer <int32> [ 1 .. 10000 ] Default: 255 Number of concurrent experiments the workstation can handle. |
| delay_proposals | boolean Default: false Whether the workstation shall wait for its bandwidth to be reached before processing all the requests at once. |
| parameters required | Array of strings or null or null (ParameterId) <= 99 items [ items = 36 characters ^prm_[0-9a-f]{32}$ ] |
| conn_type | string (ConnectionType) Default: "api" Enum: "api" "nexus" Connection type or protocol. Available Values: |
object (ConnectConfigNexusObj) Connection properties between Nexus workstations and Atinary™ SDLabs. | |
| description | string (description) <= 1024 characters ^[°\!#-&\(-\[\]-_a-~|\s]*$ Description field |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| measurements required | Array of strings or null <= 99 items [ items <= 128 characters ^[ -~]+$ ] |
| name required | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| workstation_type | string (WorkstationType) Default: "not_defined" Enum: "manual" "automated" "not_defined" Workstation type (influences how it is displayed and how you may interact with it). Available values: |
{- "bandwidth": 1,
- "conn_type": "nexus",
- "connection": {
- "format": "csv",
- "nexus_project_name": "My Test Workstation Folder",
- "user_api_key": "ey_abcdef0123456789-abcdef123455678900dead/beef0abcdef0123456789-abcdef12345567890Z=="
}, - "delay_proposals": false,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- "prm_00000000000000000000000000000011",
- "prm_00000000000000000000000000000012"
], - "workstation_type": "automated"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| workstation_id required | string (WorkstationId) = 36 characters ^wst_[0-9a-f]{32}$ Example: wst_00000000000000000000000000000000 Workstation identifier |
| name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
{- "name": "workstation Copy",
- "group_id": "my_group_id"
}{- "result": {
- "code": 0
}, - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "object": {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| is_public | boolean (IsPublic) Example: is_public=false Optimizers and Workstations provided by Atinary Technologies Inc. & Atinary Technologies Sarl. |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}, - {
- "id": "wst_00000000000000000000000000000000",
- "bandwidth": 1,
- "conn_type": "api",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "delay_proposals": true,
- "description": "This is a test workstation.",
- "group_id": "my_group_00000000000",
- "is_public": false,
- "measurements": [
- "flexibility"
], - "name": "my workstation",
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000011",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Temperature",
- "group_id": "my_group_00000000000",
- "high_value": 90,
- "low_value": 0,
- "name": "x1",
- "type": "continuous",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}, - {
- "id": "prm_00000000000000000000000000000012",
- "creation_date": "2022-07-09T17:03:06.014410Z",
- "description": "Pressure",
- "group_id": "my_group_00000000000",
- "high_value": 110,
- "low_value": 100,
- "name": "x2",
- "stride": 2,
- "type": "discrete",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000000"
}
], - "workstation_type": "digital_twin",
- "updated_date": "2022-07-09T17:03:06.014410Z",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
{- "request_id": "a8098c1a-f86e-1bda-bd1a-00112244be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "description": "workstation connection description",
- "function": "connection_specification",
- "form_template": [
- {
- "html_element": "select",
- "default_value": "yml",
- "description": "Connection to a workstation",
- "name": "file_format",
- "optional": false,
- "options": [
- "csv",
- "yml",
- "custom"
]
}
]
}
]
}Submit new observations with backend validation and processing (as part of a Campaign in progress)
| batch_number required | integer <int32> (BatchNumber) [ 0 .. 1000 ] Batch is the number of experiments that are conducted in parallel at a workstation in a single iteration, with the maximum batch size being limited by the workstation bandwidth. |
| campaign_id required | string (CampaignId) = 36 characters ^cpg_[0-9a-f]{32}$ Campaign identifier |
| campaign_name | string (Text) >= 0 characters ^[ -~]+$ Represents generic response text returned by the server. |
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Group identifier (group name in this case) |
| id required | string (ObsRequestId) = 36 characters ^rqt_[0-9a-f]{32}$ Observation Request identifier |
| iteration required | integer <int32> [ 0 .. 100000 ] Experiment's iteration number in its campaign. |
required | Array of objects (MeasurementValueObj) <= 100 items Set of expected measurements for this observation unit. |
| notes | string or null (Notes) <= 2048 characters ^[ -~\s]*$ User note associated to an experiment. |
required | Array of objects (ObservationParameterValueObj) <= 100 items Set of suggested parameters for this observation unit. |
Array of objects (Prediction) <= 100 items Set of computed predictions with the model that generated the recommendations. | |
| workstation_id required | string (WorkstationId) = 36 characters ^wst_[0-9a-f]{32}$ Workstation identifier |
| workstation_level | integer <int32> (level) [ 1 .. 99 ] Default: 1 Step level inside the Template. First workstation level starts at 1. |
| workstation_name | string (Name) <= 128 characters ^[ -~]+$ Name of this object |
[- {
- "batch_number": 5,
- "campaign_id": "cpg_00000000000000000000000000000001",
- "campaign_name": "My Template Run 7",
- "generated_time": "2023-03-30T23:33:33.123456",
- "group_id": "Atinary",
- "id": "rqt_00000000000000000000000000000001",
- "iteration": 4,
- "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "Relative progress",
- "value": "1.7698"
}
], - "parameters": [
- {
- "id": "prm_00000000000000000000000000000001",
- "name": "ParameterA",
- "value": "6.024"
}, - {
- "id": "prm_00000000000000000000000000000002",
- "name": "ParameterB",
- "value": "7.891"
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000001",
- "workstation_level": 3,
- "workstation_name": "Alpha workstation"
}
]{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "rqt_00000000000000000000000000000001",
- "status": "ok"
}, - {
- "id": "rqt_00000000000000000000000000000002",
- "status": "error",
- "event": {
- "type": "Parameter Error",
- "message": "Parameters (A, B) do not match Template constraint 'linear_eq_sum_params_3'.",
- "date_time": "2022-07-09T17:03:06.014410Z"
}
}
]
}If both filters are given, will filter on the Campaign and the Workstation (step). If no filter is given, will return all the available LatestParameters. The objects may then be filled with Measurements and submitted back to SDLabs.
| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "rqt_00000000000000000000000000000001",
- "batch_number": 1,
- "campaign_id": "cpg_00000000000000000000000000000001",
- "campaign_name": "First Campaign",
- "generated_time": "2024-11-30T14:50:42.000000Z",
- "group_id": "Atinary",
- "iteration": 1,
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000001",
- "name": "My Discrete Parameter",
- "value": "3.14"
}, - {
- "id": "prm_00000000000000000000000000000002",
- "name": "My Continuous Parameter",
- "value": "1.618"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "My Objective",
- "value": ""
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000001",
- "workstation_name": "Heaven Workstation",
- "workstation_level": 1
}, - {
- "id": "rqt_00000000000000000000000000000002",
- "batch_number": 1,
- "campaign_id": "cpg_00000000000000000000000000000002",
- "campaign_name": "Next Campaign",
- "generated_time": "2024-11-30T15:55:02.000000Z",
- "group_id": "Atinary",
- "iteration": 2,
- "parameters": [
- {
- "id": "prm_00000000000000000000000000000001",
- "name": "My Discrete Parameter",
- "value": "6.28"
}, - {
- "id": "prm_00000000000000000000000000000002",
- "name": "My Continuous Parameter",
- "value": "2.718281"
}
], - "measurements": [
- {
- "id": "obj_00000000000000000000000000000001",
- "name": "My Objective",
- "value": ""
}
], - "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "workstation_id": "wst_00000000000000000000000000000001",
- "workstation_name": "Heaven Workstation",
- "workstation_level": 1
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| is_public | boolean (IsPublic) Example: is_public=false Optimizers and Workstations provided by Atinary Technologies Inc. & Atinary Technologies Sarl. |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
| names | Array of strings (Name) [ 1 .. 99 ] items [ items <= 128 characters ^[ -~]+$ ] Example: names=My Template 1&names=My Campaign 2&names=My Workstation 3 List of Object names to query |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "wst_00000000000000000000000000000000",
- "is_public": false,
- "description": "Heaven workstation.",
- "name": "Heaven",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "Atinary"
}, - {
- "id": "wst_00000000000000000000000000000001",
- "is_public": true,
- "description": "Mixer workstation.",
- "name": "Mixer",
- "creation_date": "2019-01-23T04:56:07.000+00:00",
- "user_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "group_id": "my_group_00000000000"
}
]
}| group_id | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: group_id=atinary_group Group identifier |
| template_ids | Array of strings (TemplateId) [ 1 .. 99 ] items [ items = 36 characters ^tpl_[0-9a-f]{32}$ ] Example: template_ids=tpl_00000000000000000000000000000000&template_ids=tpl_00000000000000000000000000000001&template_ids=tpl_00000000000000000000000000000002 List of Templates identifiers to query |
| campaign_ids | Array of strings (CampaignId) [ 1 .. 99 ] items [ items = 36 characters ^cpg_[0-9a-f]{32}$ ] Example: campaign_ids=cpg_01111111111111111111111111111111&campaign_ids=cpg_01222222222222222222222222222222 List of Campaign identifiers to query |
| is_public | boolean (IsPublic) Example: is_public=false Optimizers and Workstations provided by Atinary Technologies Inc. & Atinary Technologies Sarl. |
| workstation_ids | Array of strings (WorkstationId) [ 1 .. 99 ] items [ items = 36 characters ^wst_[0-9a-f]{32}$ ] Example: workstation_ids=wst_01111111111111111111111111111111 List of Workstation identifiers to query |
{- "result": {
- "code": 0
}, - "objects": [
- {
- "id": "wst_00000000000000000000000000000001",
- "conn_type": "api",
- "description": "My Workstation Description",
- "bandwidth": 1,
- "delay_proposals": false,
- "templates": [
- {
- "id": "tpl_00000000000000000000000000000007",
- "name": "Template 007"
}, - {
- "id": "tpl_00000000000000000000000000000008",
- "name": "My Templ8"
}
], - "campaigns": [
- {
- "id": "cpg_00000000000000000000000000000002",
- "name": "Template 007_run_1"
}, - {
- "id": "cpg_00000000000000000000000000000003",
- "name": "My Templ8_run_0"
}, - {
- "id": "cpg_00000000000000000000000000000004",
- "name": "My Templ8_run_1"
}
], - "name": "My Workstation",
- "num_pending_reqs": 2,
- "num_running_exps": 3,
- "status": {
- "status": "ok"
}, - "type": "automated"
}, - {
- "id": "wst_00000000000000000000000000000001",
- "conn_type": "api",
- "description": "My Workstation Description",
- "bandwidth": 1,
- "delay_proposals": false,
- "templates": [
- {
- "id": "tpl_00000000000000000000000000000007",
- "name": "Template 007"
}, - {
- "id": "tpl_00000000000000000000000000000008",
- "name": "My Templ8"
}
], - "campaigns": [
- {
- "id": "cpg_00000000000000000000000000000002",
- "name": "Template 007_run_1"
}, - {
- "id": "cpg_00000000000000000000000000000003",
- "name": "My Templ8_run_0"
}, - {
- "id": "cpg_00000000000000000000000000000004",
- "name": "My Templ8_run_1"
}
], - "name": "My Workstation",
- "num_pending_reqs": 2,
- "num_running_exps": 3,
- "status": {
- "status": "ok"
}, - "type": "automated"
}, - {
- "id": "wst_00000000000000000000000000000001",
- "conn_type": "api",
- "description": "My Workstation Description",
- "bandwidth": 1,
- "delay_proposals": false,
- "templates": [
- {
- "id": "tpl_00000000000000000000000000000007",
- "name": "Template 007"
}, - {
- "id": "tpl_00000000000000000000000000000008",
- "name": "My Templ8"
}
], - "campaigns": [
- {
- "id": "cpg_00000000000000000000000000000002",
- "name": "Template 007_run_1"
}, - {
- "id": "cpg_00000000000000000000000000000003",
- "name": "My Templ8_run_0"
}, - {
- "id": "cpg_00000000000000000000000000000004",
- "name": "My Templ8_run_1"
}
], - "name": "My Workstation",
- "num_pending_reqs": 2,
- "num_running_exps": 3,
- "status": {
- "status": "ok"
}, - "type": "automated"
}, - {
- "id": "wst_00000000000000000000000000000001",
- "conn_type": "api",
- "description": "My Workstation Description",
- "bandwidth": 1,
- "delay_proposals": false,
- "templates": [
- {
- "id": "tpl_00000000000000000000000000000007",
- "name": "Template 007"
}, - {
- "id": "tpl_00000000000000000000000000000008",
- "name": "My Templ8"
}
], - "campaigns": [
- {
- "id": "cpg_00000000000000000000000000000002",
- "name": "Template 007_run_1"
}, - {
- "id": "cpg_00000000000000000000000000000003",
- "name": "My Templ8_run_0"
}, - {
- "id": "cpg_00000000000000000000000000000004",
- "name": "My Templ8_run_1"
}
], - "name": "My Workstation",
- "num_pending_reqs": 2,
- "num_running_exps": 3,
- "status": {
- "status": "ok"
}, - "type": "automated"
}, - {
- "id": "wst_00000000000000000000000000000001",
- "conn_type": "api",
- "description": "My Workstation Description",
- "bandwidth": 1,
- "delay_proposals": false,
- "templates": [
- {
- "id": "tpl_00000000000000000000000000000007",
- "name": "Template 007"
}, - {
- "id": "tpl_00000000000000000000000000000008",
- "name": "My Templ8"
}
], - "campaigns": [
- {
- "id": "cpg_00000000000000000000000000000002",
- "name": "Template 007_run_1"
}, - {
- "id": "cpg_00000000000000000000000000000003",
- "name": "My Templ8_run_0"
}, - {
- "id": "cpg_00000000000000000000000000000004",
- "name": "My Templ8_run_1"
}
], - "name": "My Workstation",
- "num_pending_reqs": 2,
- "num_running_exps": 3,
- "status": {
- "status": "ok"
}, - "type": "automated"
}
], - "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e"
}A model in machine learning is a trained algorithm (optimizer) that makes predictions or decisions based on input data. This API provides access to inference requests on deployed models.
Sends an inference request to a specified model and returns the response.
| model_id required | string or null (ModelId) <= 36 characters ^[a-fA-F0-9]{32}$ Example: a8098c1af86e11dabd1a00112444be1e The unique identifier of the model. |
| id | string (id) Unique identifier for the inference request. |
required | Array of objects (inputs) |
{- "inputs": [
- {
- "shape": [
- 0,
- 0
], - "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}, - {
- "shape": [
- 0,
- 0
], - "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}
], - "id": "id"
}{- "outputs": [
- {
- "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}, - {
- "data": [
- "data",
- "data"
], - "datatype": "datatype",
- "name": "name"
}
], - "model_version": "model_version",
- "model_id": "model_id",
- "id": "id"
}Returns a simple readiness/health status for the specified model. Useful for warm-up checks before sending inference traffic.
| model_id required | string or null (ModelId) <= 36 characters ^[a-fA-F0-9]{32}$ Example: a8098c1af86e11dabd1a00112444be1e The unique identifier of the model. |
{- "ready": true,
- "model_id": "a8098c1af86e11dabd1a00112444be1e",
- "message": "message"
}| group_id required | string or null (group_id) [ 1 .. 128 ] characters ^[ -~]+$ Example: atinary_group Group identifier |
{- "request_id": "a8098c1a-f86e-11da-bd1a-00112444be1e",
- "result": {
- "code": 400,
- "message": "generic response for bad request."
}
}