Object with data to create new bucket
Get Info of the Device from a TagoCore Cluster.
TagoCore Cluster ID
Device ID
Retrieves a list with all devices from a TagoCore Cluster.
TagoCore Cluster ID
Optional
queryObj: DeviceQuerySearch query params
queryObj: {
page: 1,
fields: ["id", "name"],
filter: {},
amount: 20,
orderBy: "name,asc",
resolveBucketName: false,
}
Modify any property of the TagoCore Cluster.
TagoCore Cluster ID
TagoCore Cluster Object with data to replace
Gets information about the TagoCore Cluster
TagoCore Cluster ID
Retrieves a list with all TagoCore Clusters from the account
Optional
queryObj: TagoCoreClusterQuerySearch query params
queryObj: {
page: 1,
fields: ["id", "name"],
filter: {},
amount: 20,
orderBy: "name,asc",
}
```json
Modify any property of the TagoCore.
TagoCore ID
TagoCore Object with data to replace
Gets information about the TagoCore
TagoCore ID
Optional
summary: booleanFetch summary from the instance if it is connected
Retrieves a list with all TagoCores from the account
Optional
queryObj: TagoCoreQuerySearch query params
queryObj: {
page: 1,
fields: ["id", "name"],
filter: {},
amount: 20,
orderBy: "name,asc",
}
```json
Get Info of the Device from a Standalone TagoCore instance.
Standalone TagoCore ID
Device ID
Retrieves a list with all devices from a Standalone TagoCore instance.
Standalone TagoCore ID
Optional
queryObj: DeviceQuerySearch query params
queryObj: {
page: 1,
fields: ["id", "name"],
filter: {},
amount: 20,
orderBy: "name,asc",
resolveBucketName: false,
}
Generates and retrieves a new Cluster for the account