Reference Guide

Table Of Contents
Optional arguments
Qualifier Description
-h, --help Show the help message and exit.
Actions
Action Description
run
Capture the current cluster configuration.
Capture current cluster configuration (svc_arrayconfig run)
This service script captures the current cluster configuration.
Format
svc_arrayconfig run [-h] [-l file size in MB] [-c configuration file] [-m] [-f
{json,csv}]
[-t {full,delta,metrics,full_metrics}] [-b base directory]
[--timestamp timestamp] [--response path name]
[--ts TS] [--ts_query timestamp for sql query]
Optional arguments
Qualifier
Description
-h, --help Show the help message and exit.
-l, --limit Specify a file size (in MB) limit. The default is no limit.
-t {full, delta,
full_metrics, metrics},
--type {full,delta,
metrics, full_metrics}
Specify the type of capture to perform. If the type is delta, then you must specify the
--base option to also specify the base from which to produce the delta.
-b, --base The base directory from which to produce a delta. The base is an output directory of a
previous 'full' capture.
-f {json,csv}, --format
{json,csv}
The format of the output capture files. The default format is JSON.
-c, --config Specify the configuration file to use to control the configuration capture.
-m, --master-only Only run if this command is being invoked from one of the nodes on the master appliance.
--timestamp
The base timestamp used to derive the capture time range. Format is 'YYYY-MM-DD
HH:mm:SS'. Defaults to now if unspecified or empty string.
--response
A path name that specifies where to write response data (if any).
--ts
Timestamp to be set on filename and full metrics objects.
--ts_query
Timestamp to be used for sql queries.
Service Commands 11