Raw Data
The Raw Data page can be used to view the raw output of the status command for its most recent execution.
Raw Data URLs
wget
. The three pages that
are provided, with their respective data shown are: - /raw/daemons
-
- Output: daemonId, type, tag, daemon, version, server, port, licenseFile, lastUpdateTs, status (-1=error, 0=updating, 1=up)
- Arguments: none
- /raw/features
-
- Output: featureId, daemonId, tag, daemon, feature, expirationTs, capacity, inUse, version
- Arguments:
- ?maxage=X - show features only for daemons that have been updated under the specified maximum age, in seconds (default is 900, i.e. 15 minutes)
- ?tag=X - show features only for the specified tag; default is to show all tags
- ?feature=X - show specified feature only; default is to show all features
- ?reservations=X - if set to 0, do not show reservations; default is 1
- /raw/checkouts
-
- Output: featureId, tag, feature, account, user, host, handle, display, tokens, pid, requestTs, observerdCheckoutTs, checkintTs, reportedCheckoutTs
- Arguments:
- ?format=X - specify the format string for the output.
This string is a space separated list of tokens from the
following set:
ID FEATUREID TAG FEATURE ACCOUNT USER HOST HANDLE TTY VERSION TOKENS PID QTS COTS CITS CO2TS LINGER,
and the default value is
"FEATUREID TAG FEATURE ACCOUNT USER HOST HANDLE TTY TOKENS PID QTS COTS CITS CO2TS"
Remember that in URL the space is expressed by a "+" sign. Examples:/raw/checkouts?format=ID+TAG+FEATURE+USER /raw/checkouts?format=TAG+FEATURE+USER+VERSION+HOST
- ?maxage=X - show checkouts only for daemons that have been updated under the specified maximum age
- ?tag=X - show checkouts only for the specified tag
- ?feature=X - show checkouts only for the specified feature
- ?user=X - show checkouts only for the specified user
- ?format=X - specify the format string for the output.
This string is a space separated list of tokens from the
following set: