DACS_VFS(8) | DACS Web Services and CGI | DACS_VFS(8) |
dacs_vfs — access objects through the DACS virtual filestore
dacs_vfs
[dacsoptions
]
This program is part of the DACS suite.
The dacs_vfs web service is an interface to the DACS virtual filestore. It provides a way to examine, change, and delete items independently of how and where they are stored.
This program is also available as a DACS utility, dacsvfs(1).
In addition to the standard CGI arguments, dacs_vfs requires the following CGI arguments:
ITEM_TYPE
This is the DACS item type,
as configured in dacs.conf
(dacs.conf(5)),
to which the request is to be applied.
As a special case, if the value of this argument is the word
"enabled
",
a list of enabled storage methods is displayed.
REQUEST
The value of this argument is the name of an operation followed
by zero or more arguments.
The syntax is identical to that of
dacsvfs(1), except that the
edit
, update
, and
help
operations are unavailable.
For the put
operation, the value to store is taken
from the VALUE
argument.
VALUE
The object to use for the put
and load
operations.
FIELD_SEP
The field separator character to use
for the load
and dump
operations.
The following examples assume that the web service requests are granted.
This request will return the revocation list:
https://example.com/cgi-bin/dacs/dacs_vfs?REQUEST=get&ITEM_TYPE=revocations
Assuming the jurisdiction is configured appropriately,
the following request will return
the roles associated with DEMO::EXAMPLE:jones
:
https://demo.example.com/cgi-bin/dacs/dacs_vfs?REQUEST=get+jones&ITEM_TYPE=roles
If the jurisdiction is configured with the directives:
LOG_FILE "${Conf::DACS_HOME}/logs/dacs_log-" . strftime("%d-%b-%y") VFS "[logfile]dacs-fs:${Conf::DACS_HOME}/logs/dacs_log-" . strftime("%d-%b-%y")
then the following request will return the contents of the jurisdiction's DACS log file:
https://demo.example.com/cgi-bin/dacs/dacs_vfs?REQUEST=get&ITEM_TYPE=logfile
The logfile
item type is not something predefined
by DACS; new (not predefined) item types can be created
at will and that is what was done for this example.
Since logfiles can potentially include sensitive information,
as can other resources used by DACS,
it should be obvious why access to this web service should be very
carefully managed.
The program exits 0
if everything was fine,
1
if an error occurred.
If an error occurs during processing, this web service will return an HTTP
Status
of 400
, followed by a blank
line which is optionally followed by a descriptive error message.
Copyright © 2003-2018 Distributed Systems Software.
See the
LICENSE
file that accompanies the distribution
for licensing information.
DACS Version 1.4.52 | 24-Sep-2024 | DACS_VFS(8) |
Table of Contents |
Font:
|
−− | Set | ++ |
$Id: dacs_vfs.8.xml 3016 2018-08-17 18:12:46Z brachman $