Skip to main content

Functions to interact with the Seven2one TechStack

Project description

Usage

Connect

Interactive with client id from your OAuth 2 provider:

from seven2one import TechStack
client = TechStack(host, client_id)

In unattended scripts via service account:

from seven2one import TechStack
client = TechStack(host, client_id, service_account_name='my-serviceuser', service_account_secret='some token')

Logging

By default the Python lib writes logs to console and to the server the user connects to.

Configure log levels and server endpoint by environment variables if needed:

Variable Description Default
LOGLEVEL Set the log level for console output 'INFO'
LOGLEVEL_SERVER Set the log level for logs sent to the server (Loki). Log levels are 'ERROR', 'WARNING', 'INFO' and 'DEBUG'. 'ERROR'
LOG_TO_SERVER Disable logging to Loki server 'TRUE'
LOG_SERVER Overwrite the log server endpoint if e.g. running inside the same cluster 'https://{host}/logging/loki/api/v1/push'

Basic read operations

client.inventories()
client.items('appartments', references=True)
client.inventoryProperties('appartments')
client.propertyList('appartments', references=True, dataTypes=True)

Write operations

Create inventory

properties = [
   {
        'dataType': 'DATE_TIME_OFFSET',
        'name': 'fieldDATETIMEOFFSET',
        'nullable': True
    },
    {
        'dataType': 'BOOLEAN',
        'name': 'fieldBOOLEAN',
        'nullable': True
    }
]

client.createInventory('testInventory', properties)

Add (basic) items

items =  [
        {
        "fieldSTRING": "bla",
        "fieldDECIMAL": 0,
        "fieldLONG": 0,
        "fieldINT": 0,
        "fieldBOOLEAN": True,
        "fieldDATETIME":  "2021-09-14T00:00:00.000Z",
        "fieldDATETIMEOFFSET": "2021-09-14T00:00:00.000Z"
    }
]

addBasicItems('testInventory', items)

Advanced

To change one or more used service endpoints (e.g. for tests against custom deployments) you can overwrite them by environment variables. You have to provide complete URL's.

Environment variable Description Example
IDENDITYPROVIDER_URL Identity provider base url https://authentik.mytechstack
DYNAMIC_OBJECTS_ENDPOINT DynO graphQL endpoint https://run.integrationtest.s2o.dev/itest-375545a3-dynamic-objects/graphql/
AUTOMATION_ENDPOINT Automation service graphQL endpoint
SCHEDULE_ENDPOINT Schedule service graphQL endpoint
PROGRAMMING_ENDPOINT Programming service graphQL endpoint
TIMESERIES_ENDPOINT TimeSeries gateway graphQL endpoint
LOGGING_ENDPOINT Logging reverse proxy endpoint http://mytechstack:8123/loki/api/v1/push
AUTHORIZATION_ENDPOINT Authorization service graphQL endpoint

Project details


Release history Release notifications | RSS feed

This version

6.0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seven2one-6.0.1.tar.gz (66.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seven2one-6.0.1-py3-none-any.whl (73.7 kB view details)

Uploaded Python 3

File details

Details for the file seven2one-6.0.1.tar.gz.

File metadata

  • Download URL: seven2one-6.0.1.tar.gz
  • Upload date:
  • Size: 66.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.13

File hashes

Hashes for seven2one-6.0.1.tar.gz
Algorithm Hash digest
SHA256 fd9171d49269cd6da845c495a4f1cc6223cc1a870aa884fe998d17fe5560da54
MD5 9c6fb0daf556268e77364996806ce6a8
BLAKE2b-256 918cbc863cce9c30806991337de7d371414dd318aff0d590f3d9cd23b1df9c82

See more details on using hashes here.

File details

Details for the file seven2one-6.0.1-py3-none-any.whl.

File metadata

  • Download URL: seven2one-6.0.1-py3-none-any.whl
  • Upload date:
  • Size: 73.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.13

File hashes

Hashes for seven2one-6.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 48c5d2452b7a2e07482a94d7f817d3d76db154923faf2de3fdfd7804f82a872e
MD5 9794b4c0baa0dd05fa71a12474938073
BLAKE2b-256 f7da37e7435d69d48ac2e15a01904646237b18cdc17ec81fa7651b6ec246a641

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page