All Samples(3) | Call(1) | Derive(0) | Import(2)
The SQLAlchemy declarative model class for a meta object.
All Samples(1) | Call(1) | Derive(0) | Import(0)
Create a new Research Object. ro create RO-name [ -d dir ] [ -i RO-ident ]
All Samples(1) | Call(1) | Derive(0) | Import(0)
Display status of a designated research object ro status [ -d dir ]
All Samples(2) | Call(0) | Derive(1) | Import(1)
This class represents a context that encapsulates a splunkd connection.
The ``Context`` class encapsulates the details of HTTP requests,
authentication, a default namespace, and URL prefixes to simplify access to
the REST API.
After creating a ``Context`` object, you must call its :meth:`login`
method before you can issue requests to splunkd. Or, use the :func:`connect`
function to create an already-authenticated ``Context`` object. You can
provide a session token explicitly (the same token can be shared by multiple(more...)