Get Current Capacity Usage Report
Select
Customer Managed
The amount of data in all the most recent full backup jobs and all archive jobs in the CommCell environment, and whether you are approaching the capacity license limit.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- cacheId string
Report dataset cache Id
- offset integer
Denotes the starting point or index from which the requested data begins
- limit integer
Total number of records in the response
- totalRecordCount integer
Total Records in the response
columns object[]
- recordsCount integer
Total Records in the rows
- records string[]
Rows containing the output
- failures object
- warnings object
{
"cacheId": "string",
"offset": 0,
"limit": 0,
"totalRecordCount": 0,
"columns": [
{
"name": "string",
"dataField": "string",
"displayName": "string",
"type": "string",
"precision": 0,
"scale": 0
}
],
"recordsCount": 0,
"records": [
"string"
],
"failures": {},
"warnings": {}
}
{
"cacheId": "e76a6d07-2b1b-47b2-d97e-7a7f1a9793be",
"offset": 0,
"limit": 5,
"totalRecordCount": 5,
"columns": [
{
"name": "Dial",
"dataField": "Dial",
"displayName": "Dial",
"type": "String",
"precision": 1000000000,
"scale": 0
},
{
"name": "Purchased",
"dataField": "Purchased",
"displayName": "Purchased",
"type": "Integer",
"precision": 32,
"scale": 0
},
{
"name": "PermTotal",
"dataField": "PermTotal",
"displayName": "PermTotal",
"type": "Integer",
"precision": 32,
"scale": 0
},
{
"name": "Eval",
"dataField": "Eval",
"displayName": "Eval",
"type": "Integer",
"precision": 32,
"scale": 0
},
{
"name": "Usage",
"dataField": "Usage",
"displayName": "Usage",
"type": "Double",
"precision": 53,
"scale": 0
},
{
"name": "TermDate",
"dataField": "TermDate",
"displayName": "TermDate",
"type": "TimeStamp",
"precision": 26,
"scale": 6
},
{
"name": "EvalExpiryDate",
"dataField": "EvalExpiryDate",
"displayName": "EvalExpiryDate",
"type": "String",
"precision": 1000000000,
"scale": 0
}
],
"recordsCount": 5,
"records": [
[
"Backup",
100,
100,
0,
0,
"Jan 1, 1970, 12:00:00 AM",
"01 Jan 1970"
],
[
"Snapshot",
500,
500,
0,
0,
"Jan 1, 1970, 12:00:00 AM",
"01 Jan 1970"
],
[
"Replication",
500,
500,
0,
0,
"Jan 1, 1970, 12:00:00 AM",
"01 Jan 1970"
],
[
"Archive",
100,
100,
0,
0,
"Jan 1, 1970, 12:00:00 AM",
"01 Jan 1970"
],
[
"Backup and Recovery for Unstructured Data",
0,
0,
0,
0,
"Jan 1, 1970, 12:00:00 AM",
"01 Jan 1970"
]
],
"failures": {},
"warnings": {}
}
GET /cr/reportsplusengine/datasets/d7faef75-cf66-40a2-98ce-a2d0cc2a144b:feabb5ca-b6b7-4572-b0cb-39352c7e1b67/data/?cacheid=e76a6d07-2b1b-47b2-d97e-7a7f1a9793be&offset=0&fields=[dial] as [dial],[purchased] as [purchased],[permtotal] as [permtotal],[eval] as [eval],[usage] as [usage],[termdate] as [termdate],[evalexpirydate] as [evalexpirydate]&isexport=false&componentname=capacity licenses¶meter.guid=-1&limit=5&rawdata=false
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'