Report

This web service cancels requests.
Parameters
Parameter | Req / Opt | Num | Description | CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
format |
Optional | 1 | The output format requested. The valid values are json and text. The default value is text. |
-F |
requestid |
Required | 1 | The request id that needs to be canceled. |
-r |
Example
https://<<SERVER>>/sws/v2/report/fscancel
?request=177397
Output
{ "header": { "commandName": "fscancel", "commandLine": "fscancel 177937 -F json", "commandDescription": "Cancel media, file, and resource queued requests", "localDateISO": "2015-11-02T12:58:29", "localDate": "2015-11-02", "localTime": "12:58:29", "localDayOfWeek": 1, "gmtDateISO": "2015-11-02T19:58:29Z", "gmtDate": "2015-11-02", "gmtTime": "19:58:29", "gmtDayOfWeek": 1 }, "statuses": [ { "statusCode": "FS0000", "statusNumber": 0, "dayOfMonth": 2, "requestId": 178014, "commandName": "fscancel", "commandStatus": "completed", "statusText": "Command Successful." } ], "footer": { "returnCode": 0, "localDateISOEnd": "2015-11-02T12:58:29", "localDateEnd": "2015-11-02", "localTimeEnd": "12:58:29", "localDayOfWeekEnd": 1, "gmtDateISOEnd": "2015-11-02T19:58:29Z", "gmtDateEnd": "2015-11-02", "gmtTimeEnd": "19:58:29", "gmtDayOfWeekEnd": 1, "elapsedTimeInSeconds": "0.0000" } }

Reports all files in the queue or specific files if a request identifiers or filename is specified.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
|
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
|
|
Optional |
1 |
The request identifier of the request to be reported. |
|
|
Optional |
N |
The absolute path of the file(s). |
|
Example
https://<<
SERVER>>/sws/v2/report/fsqueue/file
?file=/stornext/snfs1/xxx/testfile.0
&format=xml
Output
<?xml version="1.0" encoding="UTF-8" ?>
<fsqueue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="fsqueue.xsd">
<header>
<commandName>fsqueue</commandName>
<commandLine>/usr/adic/TSM/exec/fsqueue -f /stornext/snfs1/xxx/testfile.0 -F xml</commandLine>
<commandDescription>View subsystem resource requests</commandDescription>
<localDateISO>2014-05-15T12:11:25</localDateISO>
<localDate>2014-05-15</localDate>
<localTime>12:11:25</localTime>
<localDayOfWeek>4</localDayOfWeek>
<gmtDateISO>2014-05-15T17:11:25Z</gmtDateISO>
<gmtDate>2014-05-15</gmtDate>
<gmtTime>17:11:25</gmtTime>
<gmtDayOfWeek>4</gmtDayOfWeek>
</header>
<statuses>
<status>
<statusCode>FS0000</statusCode>
<statusNumber>0</statusNumber>
<dayOfMonth>15</dayOfMonth>
<requestId>388061</requestId>
<commandName>fsqueue</commandName>
<commandStatus>completed</commandStatus>
<statusText>Command Successful. There are no requests found.</statusText>
</status>
</statuses>
<footer>
<returnCode>0</returnCode>
<localDateISOEnd>2014-05-15T12:11:25</localDateISOEnd>
<localDateEnd>2014-05-15</localDateEnd>
<localTimeEnd>12:11:25</localTimeEnd>
<localDayOfWeekEnd>4</localDayOfWeekEnd>
<gmtDateISOEnd>2014-05-15T17:11:25Z</gmtDateISOEnd>
<gmtDateEnd>2014-05-15</gmtDateEnd>
<gmtTimeEnd>17:11:25</gmtTimeEnd>
<gmtDayOfWeekEnd>4</gmtDayOfWeekEnd>
<elapsedTimeInSeconds>0.0001</elapsedTimeInSeconds>
</footer>
</fsqueue>

Reports the media movement for a request identifier or all media in queue.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
|
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
|
|
Optional |
1 |
The request identifier of the request to be reported. |
|
Example
https://<<
SERVER>>/sws/v2/report/fsqueue/media
?request=1928784996
&format=xml
Output
<?xml version="1.0" encoding="UTF-8" ?>
<fsqueue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="fsqueue.xsd">
<header>
<commandName>fsqueue</commandName>
<commandLine>/usr/adic/TSM/exec/fsqueue -m -r 1928784996 -F xml</commandLine>
<commandDescription>View subsystem resource requests</commandDescription>
<localDateISO>2014-05-15T12:13:06</localDateISO>
<localDate>2014-05-15</localDate>
<localTime>12:13:06</localTime>
<localDayOfWeek>4</localDayOfWeek>
<gmtDateISO>2014-05-15T17:13:06Z</gmtDateISO>
<gmtDate>2014-05-15</gmtDate>
<gmtTime>17:13:06</gmtTime>
<gmtDayOfWeek>4</gmtDayOfWeek>
</header>
<statuses>
<status>
<statusCode>FS0000</statusCode>
<statusNumber>0</statusNumber>
<dayOfMonth>15</dayOfMonth>
<requestId>388064</requestId>
<commandName>fsqueue</commandName>
<commandStatus>completed</commandStatus>
<statusText>Command Successful. There are no requests found.</statusText>
</status>
</statuses>
<footer>
<returnCode>0</returnCode>
<localDateISOEnd>2014-05-15T12:13:06</localDateISOEnd>
<localDateEnd>2014-05-15</localDateEnd>
<localTimeEnd>12:13:06</localTimeEnd>
<localDayOfWeekEnd>4</localDayOfWeekEnd>
<gmtDateISOEnd>2014-05-15T17:13:06Z</gmtDateISOEnd>
<gmtDateEnd>2014-05-15</gmtDateEnd>
<gmtTimeEnd>17:13:06</gmtTimeEnd>
<gmtDayOfWeekEnd>4</gmtDayOfWeekEnd>
<elapsedTimeInSeconds>0.0000</elapsedTimeInSeconds>
</footer>
</fsqueue>

Active mover host summary.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
|
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
|
Example
https://<<
SERVER>>/sws/v2/report/fsqueue/moverhost
?format=xml
Output
<?xml version="1.0" encoding="UTF-8" ?>
<fsqueue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="fsqueue.xsd">
<header>
<commandName>fsqueue</commandName>
<commandLine>/usr/adic/TSM/exec/fsqueue -a -F xml</commandLine>
<commandDescription>View subsystem resource requests</commandDescription>
<localDateISO>2014-05-15T12:14:17</localDateISO>
<localDate>2014-05-15</localDate>
<localTime>12:14:17</localTime>
<localDayOfWeek>4</localDayOfWeek>
<gmtDateISO>2014-05-15T17:14:17Z</gmtDateISO>
<gmtDate>2014-05-15</gmtDate>
<gmtTime>17:14:17</gmtTime>
<gmtDayOfWeek>4</gmtDayOfWeek>
</header>
<movers>
<move>
<host>gp-rh63.mdh.quantum.com</host>
<state>Enabled</state>
<activeDataMovers>0</activeDataMovers>
</move>
</movers>
<statuses>
<status>
<statusCode>FS0000</statusCode>
<statusNumber>0</statusNumber>
<dayOfMonth>15</dayOfMonth>
<requestId>388066</requestId>
<commandName>fsqueue</commandName>
<commandStatus>completed</commandStatus>
<statusText>Command Successful.</statusText>
</status>
</statuses>
<footer>
<returnCode>0</returnCode>
<localDateISOEnd>2014-05-15T12:14:17</localDateISOEnd>
<localDateEnd>2014-05-15</localDateEnd>
<localTimeEnd>12:14:17</localTimeEnd>
<localDayOfWeekEnd>4</localDayOfWeekEnd>
<gmtDateISOEnd>2014-05-15T17:14:17Z</gmtDateISOEnd>
<gmtDateEnd>2014-05-15</gmtDateEnd>
<gmtTimeEnd>17:14:17</gmtTimeEnd>
<gmtDayOfWeekEnd>4</gmtDayOfWeekEnd>
<elapsedTimeInSeconds>0.0001</elapsedTimeInSeconds>
</footer>
</fsqueue>

Active mover request summary.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
|
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
|
Example
https://<<
SERVER>>/sws/v2/report/fsqueue/moverrequest
?format=xml
Output
<?xml version="1.0" encoding="UTF-8" ?>
<fsqueue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="fsqueue.xsd">
<header>
<commandName>fsqueue</commandName>
<commandLine>/usr/adic/TSM/exec/fsqueue -a -v -F xml</commandLine>
<commandDescription>View subsystem resource requests</commandDescription>
<localDateISO>2014-05-15T12:15:07</localDateISO>
<localDate>2014-05-15</localDate>
<localTime>12:15:07</localTime>
<localDayOfWeek>4</localDayOfWeek>
<gmtDateISO>2014-05-15T17:15:07Z</gmtDateISO>
<gmtDate>2014-05-15</gmtDate>
<gmtTime>17:15:07</gmtTime>
<gmtDayOfWeek>4</gmtDayOfWeek>
</header>
<statuses>
<status>
<statusCode>FS0000</statusCode>
<statusNumber>0</statusNumber>
<dayOfMonth>15</dayOfMonth>
<requestId>388068</requestId>
<commandName>fsqueue</commandName>
<commandStatus>completed</commandStatus>
<statusText>Command Successful. There are no requests found.</statusText>
</status>
</statuses>
<footer>
<returnCode>0</returnCode>
<localDateISOEnd>2014-05-15T12:15:07</localDateISOEnd>
<localDateEnd>2014-05-15</localDateEnd>
<localTimeEnd>12:15:07</localTimeEnd>
<localDayOfWeekEnd>4</localDayOfWeekEnd>
<gmtDateISOEnd>2014-05-15T17:15:07Z</gmtDateISOEnd>
<gmtDateEnd>2014-05-15</gmtDateEnd>
<gmtTimeEnd>17:15:07</gmtTimeEnd>
<gmtDayOfWeekEnd>4</gmtDayOfWeekEnd>
<elapsedTimeInSeconds>0.0007</elapsedTimeInSeconds>
</footer>
</fsqueue>

Active resource request summary.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
jobtype |
Optional | 1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
|
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
|
|
Optional |
1 |
The request identifier of the request to be reported. |
|
Example
https://<<
SERVER>>/sws/v2/report/fsqueue/resource
?request=1928784996
&format=xml
Output
<?xml version="1.0" encoding="UTF-8" ?>
<fsqueue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="fsqueue.xsd">
<header>
<commandName>fsqueue</commandName>
<commandLine>/usr/adic/TSM/exec/fsqueue -r 1928784996 -F xml</commandLine>
<commandDescription>View subsystem resource requests</commandDescription>
<localDateISO>2014-05-15T12:17:05</localDateISO>
<localDate>2014-05-15</localDate>
<localTime>12:17:05</localTime>
<localDayOfWeek>4</localDayOfWeek>
<gmtDateISO>2014-05-15T17:17:05Z</gmtDateISO>
<gmtDate>2014-05-15</gmtDate>
<gmtTime>17:17:05</gmtTime>
<gmtDayOfWeek>4</gmtDayOfWeek>
</header>
<statuses>
<status>
<statusCode>FS0000</statusCode>
<statusNumber>0</statusNumber>
<dayOfMonth>15</dayOfMonth>
<requestId>388071</requestId>
<commandName>fsqueue</commandName>
<commandStatus>completed</commandStatus>
<statusText>Command Successful. There are no requests found.</statusText>
</status>
</statuses>
<footer>
<returnCode>0</returnCode>
<localDateISOEnd>2014-05-15T12:17:05</localDateISOEnd>
<localDateEnd>2014-05-15</localDateEnd>
<localTimeEnd>12:17:05</localTimeEnd>
<localDayOfWeekEnd>4</localDayOfWeekEnd>
<gmtDateISOEnd>2014-05-15T17:17:05Z</gmtDateISOEnd>
<gmtDateEnd>2014-05-15</gmtDateEnd>
<gmtTimeEnd>17:17:05</gmtTimeEnd>
<gmtDayOfWeekEnd>4</gmtDayOfWeekEnd>
<elapsedTimeInSeconds>0.0000</elapsedTimeInSeconds>
</footer>
</fsqueue>

Provides a listing of available SNSM software backups which you can use for a restore operation. The information is listed in a tabular format. Full backups and all subsequent partial backups are grouped together. Each copy is also grouped together. The media required for each set of backups is shown in the MEDIA column.
This web service runs the snbkpreport
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync. The default value is sync. | None |
|
Optional |
1 |
The output format requested. This web service only supports text. output. The default is text. |
None |
Example
/opt/quantum/curl/bin/curl -k "https://192.168.1.75/sws/v2/report/snbackup"
Output
=============================================================================== =============================================================================== --- ADIC Backup Report --- =============================================================================== =============================================================================== Sdisk and Object Storage Device Information (They may or may not be used for storing backups) ALIAS TYPE PATH ---------------- ---------- --------------------------------------------------- mysdisk SDISK /stornext/u1/mysdisk/adic.xps-centos7-c =============================================================================== ===============================================================================\ BACKUP ID: 0 TIME RANGE: 2019.06.28 - 2019.06.28 ---------------------------------------- Copy: 1 DATE TYPE STATUS MEDIA ------------------- ------- ---------- ---------------------------------- 2019.06.28:10:19:42 full PASS mysdisk ===============================================================================

Get status for currently running backup or results of previous backup.
This web service runs the snbackup -s
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional | 1 | This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. | None |
|
Optional |
1 |
The output format requested. Valid values are xml and json. The default is json. |
|
Example
curl -k "https://192.168.1.75/sws/v2/report/snbackup/status?format=JSON"
Output
{ "header" : { "gmtDateISO" : "2019-06-28T15:23:39Z", "localDate" : "2019-06-28", "localTime" : "10:23:39", "gmtTime" : "15:23:39", "gmtDayOfWeek" : 5, "gmtDate" : "2019-06-28", "commandName" : "snbackup", "commandDescription" : "Execute backup of configuration, database, and file system metadata.", "localDateISO" : "2019-06-28T10:23:39", "localDayOfWeek" : 5, "commandLine" : "snbackup -s -F JSON" }, "status" : { "state" : "idle", "result" : "completed", "resultDetails" : "Backup Successful", "startTime" : "Fri Jun 28 10:19:42 2019", "endTime" : "Fri Jun 28 10:19:56 2019" }, "footer" : { "gmtDateISOEnd" : "2019-06-28T15:23:39Z", "returnCode" : 0, "elapsedTimeInSeconds" : 0, "localDateEnd" : "2019-06-28", "localTimeEnd" : "10:23:39", "gmtTimeEnd" : "15:23:39", "gmtDayOfWeekEnd" : 5, "localDateISOEnd" : "2019-06-28T10:23:39", "localDayOfWeekEnd" : 5, "gmtDateEnd" : "2019-06-28" } }

Displays status summary information on requests.
This web service runs the fsqueue
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
mode |
Optional |
1 |
This option specifies if the job will be run synchronously or asynchronously. The valid values are sync and async. The default value is sync. |
None |
jobpriority |
Optional |
1 |
This parameter describes the priority of an asynchronous job. Valid values are high, medium and low. |
None |
jobtype |
Optional |
1 |
This parameter is used for async mode only and enables the user to run it as a fast or slow job. Valid values are fast and slow. The default value is fast. Note: The fast and slow queues provide a method for segregating jobs that run quickly from jobs that take a long time to complete. Each queue is configured by default to run up to four jobs simultaneously in order within their respective queues. |
None |
format |
Optional |
1 |
The output format requested. Valid values are xml, json and text. The default is text. |
-F |
queuedonly |
Optional |
1 |
This parameter will limit the output to include requests that are queued waiting on resource allocation. |
-q |
moveronly |
Optional |
1 |
This parameter will limit the output to include requests that have data movers which are working on requests. |
-i |
timelimit |
Optional |
1 |
This parameter will limit the output to include requests that have completed within the specified amount of time. The time value can be set in units of seconds, minutes, hours or days using the following suffix values:
|
-c |
request |
Optional |
1 |
The request identifier of the request to be reported. |
-r |
Example
https://<<SERVER>>/sws/v2/report/fsqueue/status
?
format=json
Output
{ "header": { "commandName": "fsqueue", "commandLine": "fsqueue -s -i -q -c 10 -F JSON", "commandDescription": "View subsystem resource requests", "localDateISO": "2017-02-06T14:44:42", "localDate": "2017-02-06", "localTime": "14:44:42", "localDayOfWeek": 1, "gmtDateISO": "2017-02-06T20:44:42Z", "gmtDate": "2017-02-06", "gmtTime": "20:44:42", "gmtDayOfWeek": 1 }, "requestQueue": [ { "queuePos": 1, "requestId": 420, "requestState": "COPY", "requestType": "STR", "startTime": 1486413864, "stopTime": 0, "runTime": 18, "totalFiles": 3000, "filesCopied": 2371, "filesFailed": 0, "totalDataSize": 76579736, "dataCopied": 52649600, "mediaId": "E00000", "deviceAlias": "vtl1_drv1", "deviceAlias2": "", "host": "snt756465-mdc1" }, { "queuePos": 2, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413872, "stopTime": 0, "runTime": 10, "totalFiles": 3000, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 197321367, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 3, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413872, "stopTime": 0, "runTime": 10, "totalFiles": 3000, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 197321367, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 4, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413872, "stopTime": 0, "runTime": 10, "totalFiles": 3000, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 197321367, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 5, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413872, "stopTime": 0, "runTime": 10, "totalFiles": 3000, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 197321367, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 6, "requestId": 420, "requestState": "ALLOCATE", "requestType": "STR", "startTime": 1486413864, "stopTime": 0, "runTime": 18, "totalFiles": 3000, "filesCopied": 2372, "filesFailed": 0, "totalDataSize": 76579736, "dataCopied": 52649472, "mediaId": "E00028", "deviceAlias": "vtl1_drv2", "deviceAlias2": "", "host": "snt756465-mdc1" }, { "queuePos": 7, "requestId": 420, "requestState": "ALLOCATE", "requestType": "STR", "startTime": 1486413864, "stopTime": 0, "runTime": 18, "totalFiles": 3000, "filesCopied": 2371, "filesFailed": 0, "totalDataSize": 76579736, "dataCopied": 52649600, "mediaId": "E00027", "deviceAlias": "vtl1_drv3", "deviceAlias2": "", "host": "snt756465-mdc1" }, { "queuePos": 8, "requestId": 420, "requestState": "ALLOCATE", "requestType": "STR", "startTime": 1486413864, "stopTime": 0, "runTime": 18, "totalFiles": 3000, "filesCopied": 2372, "filesFailed": 0, "totalDataSize": 76579736, "dataCopied": 52649472, "mediaId": "E00026", "deviceAlias": "vtl1_drv4", "deviceAlias2": "", "host": "snt756465-mdc1" }, { "queuePos": 9, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413881, "stopTime": 0, "runTime": 1, "totalFiles": 2778, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 33271651, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 10, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413881, "stopTime": 0, "runTime": 1, "totalFiles": 2778, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 33271651, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 11, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413881, "stopTime": 0, "runTime": 1, "totalFiles": 2778, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 33271651, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" }, { "queuePos": 12, "requestId": 420, "requestState": "QUEUE", "requestType": "STR", "startTime": 1486413881, "stopTime": 0, "runTime": 1, "totalFiles": 2778, "filesCopied": 0, "filesFailed": 0, "totalDataSize": 33271651, "dataCopied": 0, "mediaId": "", "deviceAlias": "", "deviceAlias2": "", "host": "" } ], "footer": { "returnCode": 0, "localDateISOEnd": "2017-02-06T14:44:42", "localDateEnd": "2017-02-06", "localTimeEnd": "14:44:42", "localDayOfWeekEnd": 1, "gmtDateISOEnd": "2017-02-06T20:44:42Z", "gmtDateEnd": "2017-02-06", "gmtTimeEnd": "20:44:42", "gmtDayOfWeekEnd": 1, "elapsedTimeInSeconds": "0.0009" } }

Report on licensing items; list only the capacity based features (storage tiers and DDMs) and in the listing include the capacity information of each feature.
This web service runs the fsprobe -L capacity
command.
Parameters
Parameter |
Req / Opt |
Num |
Description |
CLI Option |
---|---|---|---|---|
|
Optional |
1 |
The type of JSON output. Valid values are true and false. The default is false. |
None |
Example
curl -k -s "https://192.168.1.75/sws/v2/report/fsprobe/capacity?compact=true"
Output
{"fsprobeRunDate":"Fri, 15 Nov 2019 15:47:40 -0600","fsprobeRunEpochTime":1573854460,"fsprobeVersion":"7.0.0","fsprobeSystemID":"000C295623A8","fsprobeSystemUUID":"0cf05d2b-6a7b-4723-9208-eb1e02f68bc7","fsprobeLicensingEnabled":true,"usageSummary":[{"name":"totalTiers","count":2262,"capacity":8764885227,"licenseCapacity":21990232555520,"details":[{"name":"tape","authorized":true,"inUse":true,"count":2022,"capacity":3906180783,"licenseCapacity":10995116277760},{"name":"sdisk","authorized":true,"inUse":true,"count":238,"capacity":4810424320,"licenseCapacity":10995116277760},{"name":"lattus","authorized":true,"inUse":false,"count":0,"capacity":0,"licenseCapacity":10995116277760},{"name":"cloud","authorized":true,"inUse":true,"count":2,"capacity":48280124,"licenseCapacity":10995116277760}]},{"name":"vaulting","authorized":true,"inUse":false,"count":0,"capacity":0},{"name":"ddms","authorized":true,"inUse":false,"count":0,"licenseCapacity":10}]}
Example
curl -k -s "https://192.168.1.75/sws/v2/report/fsprobe/capacity"
Output
{ "fsprobeRunDate": "Fri, 15 Nov 2019 15:46:16 -0600", "fsprobeRunEpochTime": 1573854376, "fsprobeVersion": "7.0.0", "fsprobeSystemID": "000C295623A8", "fsprobeSystemUUID": "0cf05d2b-6a7b-4723-9208-eb1e02f68bc7", "fsprobeLicensingEnabled": true, "usageSummary": [ { "name": "totalTiers", "count": 2262, "capacity": 8764885227, "licenseCapacity": 21990232555520, "details": [ { "name": "tape", "authorized": true, "inUse": true, "count": 2022, "capacity": 3906180783, "licenseCapacity": 10995116277760 }, { "name": "sdisk", "authorized": true, "inUse": true, "count": 238, "capacity": 4810424320, "licenseCapacity": 10995116277760 }, { "name": "lattus", "authorized": true, "inUse": false, "count": 0, "capacity": 0, "licenseCapacity": 10995116277760 }, { "name": "cloud", "authorized": true, "inUse": true, "count": 2, "capacity": 48280124, "licenseCapacity": 10995116277760 } ] }, { "name": "vaulting", "authorized": true, "inUse": false, "count": 0, "capacity": 0 }, { "name": "ddms", "authorized": true, "inUse": false, "count": 0, "licenseCapacity": 10 } ] }