base
Introduction
auth
auth
base
base
Item endpoint handler
:param url: the url that led here :param lookup: sub resource query
Resource endpoint handler
:param url: the url that led here
Item endpoint handler
:param url: the url that led here :param lookup: sub resource query
Resource endpoint handler
:param url: the url that led here
Healthcheck
Check if the driver is running and able to serve requests
Valid a token of the form {'Authorization': 'Bearer <token>'} provided by request headers.
If the token is valid, return 200 OK. If the token is missing or invalid, return 401 Unauthorized. Note that requests are routed to this endpoint prior to Ingress applying any rewrite-target config. Thus the request URL will have the form https://localhost/original/route (scheme=https, host=<localhost>, path=</original/route>).
Get service version
Home/API entry point. Will provide links to each available resource
.. versionchanged:: 0.5 Resource URLs are relative to API root. Don't list internal resources.
Item endpoint handler
:param url: the url that led here :param lookup: sub resource query
Item endpoint handler
:param url: the url that led here :param lookup: sub resource query
Resource endpoint handler
:param url: the url that led here
Issue a token if the given username and password are valid, otherwise return 401 Unauthorized.
Item endpoint handler
:param url: the url that led here :param lookup: sub resource query