{ "opencollection": "1.0.0", "info": { "name": "AWS IoT TwinMaker Pricingplan Workspaces API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT TwinMaker Batch Put Property Values", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entity-properties", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the properties to set." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets values for multiple time series properties." }, { "info": { "name": "Amazon IoT TwinMaker Get Component Type", "type": "http" }, "http": { "method": "GET", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ] }, "docs": "Retrieves information about a component type." }, { "info": { "name": "Amazon IoT TwinMaker Create Component Type", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a component type." }, { "info": { "name": "Amazon IoT TwinMaker Update Component Type", "type": "http" }, "http": { "method": "PUT", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates information in a component type." }, { "info": { "name": "Amazon IoT TwinMaker Delete Component Type", "type": "http" }, "http": { "method": "DELETE", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/component-types/:componentTypeId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the component type." }, { "name": "componentTypeId", "value": "", "type": "path", "description": "The ID of the component type to delete." } ] }, "docs": "Deletes a component type." }, { "info": { "name": "Amazon IoT TwinMaker Create Entity", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/entities", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the entity." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an entity." }, { "info": { "name": "Amazon IoT TwinMaker Create Scene", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/scenes", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The ID of the workspace that contains the scene." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a scene." }, { "info": { "name": "Amazon IoT TwinMaker Create Sync Job", "type": "http" }, "http": { "method": "POST", "url": "http://iottwinmaker.{region}.amazonaws.com/workspaces/:workspaceId/sync-jobs/:syncSource", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "The workspace ID." }, { "name": "syncSource", "value": "", "type": "path", "description": "
The sync source.
Currently the only supported syncSoource is SITEWISE .
The sync source.
Currently the only supported syncSource is SITEWISE .
Gets the property values for a component, component type, entity, or workspace.
You must specify a value for either componentName, componentTypeId, entityId, or workspaceId.
Retrieves information about the history of a time series property value for a component, component type, entity, or workspace.
You must specify a value for workspaceId. For entity-specific queries, specify values for componentName and entityId. For cross-entity quries, specify a value for componentTypeId.
The sync source.
Currently the only supported syncSource is SITEWISE .