Resources¶

To set up an resource object, you need to import the Resources class from the tagoio_sdk module.

Instance¶

Parameters:

Optional token: str
Token is a optional parameter
Optional region: str “usa-1” or “env”
Region is a optional parameter
Example:¶
    from tagoio_sdk import Resources

    resources = Resources()
  • Account
    • info
  • Billing
    • getPrices
    • getSubscription
    • editSubscription
    • editAllocation
  • Buckets
    • info
    • amount
  • Dashboards
    • listDashboard
    • create
    • edit
    • delete
    • info
    • duplicate
    • getPublicKey
    • listDevicesRelated
    • listAnalysisRelated
    • runWidgetHeaderButtonAnalysis
  • Devices
    • create
    • delete
    • edit
    • emptyDeviceData
    • getDeviceData
    • info
    • listDevice
    • paramSet
    • paramList
    • paramRemove
    • tokenCreate
    • tokenDelete
    • tokenList
    • sendDeviceData
    • editDeviceData
    • deleteDeviceData
  • Integration Network
    • listNetwork
    • info
  • Profile
    • info
    • list
    • summary
    • tokenList
  • Run
    • info
    • edit
    • listUsers
    • userInfo
    • userCreate
    • userCreate
    • userEdit
    • userDelete
    • loginAsUser
    • emailTest
    • notificationList
    • notificationCreate
    • notificationEdit
    • notificationDelete
    • ssoSAMLInfo
    • ssoSAMLEdit
    • createCustomDomain
    • getCustomDomain
    • deleteCustomDomain
    • regenerateCustomDomain

Logo

Navigation

  • Resources
    • Instance
      • Account
      • Billing
      • Buckets
      • Dashboards
      • Devices
      • Integration Network
      • Profile
      • Run
  • Device
  • Services
  • Utils
  • Github Repository
  • PyPI

Related Topics

  • Documentation overview
    • Previous: Documentation
    • Next: Account

Quick search

©2022, Tago LLC. | Powered by Sphinx 4.5.0 & Alabaster 0.7.13 | Page source