Skip to content

1.2.0 docs #13

@myoung34

Description

@myoung34

Im using an unpinned threatstack version, but i tried to rebuild today and saw that user_id is now required.

I dont see any documentation around anything else thats changed, but :

>>> import os
>>> from threatstack import ThreatStack
>>> threatstack_api_key=os.getenv('api_key')
>>> threatstack_org_id=os.getenv('org_id')
>>> threatstack_user_id=os.getenv('user_id')
>>> threatstack_client = ThreatStack(api_key=threatstack_api_key, org_id=threatstack_org_id, user_id=threatstack_user_id)
>>> threatstack_client.servers.list(non_monitored=True)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'Client' object has no attribute 'servers'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions