API Reference¶
This section of documentation contains information on all of the classes and
functions in the taxii2client API, as given by the package’s docstrings.
Subpackages¶
- taxii2client.v20 package
- Module contents
ApiRootCollectionCollection.add_objects()Collection.can_readCollection.can_writeCollection.custom_propertiesCollection.descriptionCollection.get_manifest()Collection.get_object()Collection.get_objects()Collection.idCollection.manifest_urlCollection.media_typesCollection.objects_urlCollection.refresh()Collection.title
ServerStatusas_pages()
- Module contents
- taxii2client.v21 package
- Module contents
ApiRootCollectionCollection.add_objects()Collection.aliasCollection.can_readCollection.can_writeCollection.custom_propertiesCollection.delete_object()Collection.descriptionCollection.get_manifest()Collection.get_object()Collection.get_objects()Collection.idCollection.media_typesCollection.object_versions()Collection.objects_urlCollection.refresh()Collection.title
ServerStatusas_pages()
- Module contents
Submodules¶
taxii2client.common module¶
- class taxii2client.common.TokenAuth(key)¶
Bases:
AuthBase
taxii2client.exceptions module¶
TAXII2 Error Classes.
- exception taxii2client.exceptions.AccessError¶
Bases:
TAXIIServiceExceptionAttempt was made to read/write to a collection when the collection doesn’t allow that operation.
- exception taxii2client.exceptions.InvalidArgumentsError¶
Bases:
TAXIIServiceExceptionInvalid arguments were passed to a method.
- exception taxii2client.exceptions.InvalidJSONError¶
Bases:
TAXIIServiceExceptionA server endpoint gave us invalid JSON
- exception taxii2client.exceptions.TAXIIServiceException¶
Bases:
ExceptionBase class for exceptions raised by this library.
- exception taxii2client.exceptions.ValidationError¶
Bases:
TAXIIServiceExceptionData validation failed for a property or group of properties
taxii2client.version module¶
Module contents¶
Python TAXII 2 Client