String projectName
The name of the project containing the placement in which to associate the device.
String placementName
The name of the placement in which to associate the device.
String deviceId
The ID of the physical device to be associated with the given placement in the project. Note that a mandatory 4
character prefix is required for all deviceId values.
String deviceTemplateName
The device template name to associate with the device ID.
String placementName
The name of the placement to be created.
String projectName
The name of the project in which to create the placement.
Map<K,V> attributes
Optional user-defined key/value pairs providing contextual data (such as location or function) for the placement.
String projectName
The name of the project to create.
String description
An optional description for the project.
PlacementTemplate placementTemplate
The schema defining the placement to be created. A placement template defines placement default attributes and
device templates. You cannot add or remove device templates after the project has been created. However, you can
update callbackOverrides for the device templates using the UpdateProject API.
String projectName
The name of the empty project to delete.
PlacementDescription placement
An object describing the placement.
String projectName
The name of the project to be described.
ProjectDescription project
An object describing the project.
String code
String code
String projectName
The name of the project containing the placement.
String placementName
The name of the placement.
Map<K,V> attributes
The user-defined attributes associated with the placement.
Date createdDate
The date when the placement was initially created, in UNIX epoch time format.
Date updatedDate
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate and updatedDate are the same.
String projectName
The name of the project containing the placement.
String placementName
The name of the placement being summarized.
Date createdDate
The date when the placement was originally created, in UNIX epoch time format.
Date updatedDate
The date when the placement was last updated, in UNIX epoch time format. If the placement was not updated, then
createdDate and updatedDate are the same.
Map<K,V> defaultAttributes
The default attributes (key/value pairs) to be applied to all placements using this template.
Map<K,V> deviceTemplates
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
String projectName
The name of the project for which to obtain information from.
String description
The description of the project.
Date createdDate
The date when the project was originally created, in UNIX epoch time format.
Date updatedDate
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then
createdDate and updatedDate are the same.
PlacementTemplate placementTemplate
An object describing the project's placement specifications.
String projectName
The name of the project being summarized.
Date createdDate
The date when the project was originally created, in UNIX epoch time format.
Date updatedDate
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then
createdDate and updatedDate are the same.
String code
String code
String code
String placementName
The name of the placement to update.
String projectName
The name of the project containing the placement to be updated.
Map<K,V> attributes
The user-defined object of attributes used to update the placement. The maximum number of key/value pairs is 50.
String projectName
The name of the project to be updated.
String description
An optional user-defined description for the project.
PlacementTemplate placementTemplate
An object defining the project update. Once a project has been created, you cannot add device template names to
the project. However, for a given placementTemplate, you can update the associated
callbackOverrides for the device definition using this API.
Copyright © 2018. All rights reserved.