Get Operating Instances License Report
Select
SaaS
Customer Managed
The Operating Instances view of the License Summary Report lists the current license usage and each client computer that is covered by the Operating Instances license in the CommCell environment.
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[]
List of columns in the dataset
name stringColumn Name
dataField stringData field name
displayName stringDisplay Name of the column
type stringData type
precision integerDecimal point precision
scale integer- 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": "dee389a2251d458db0eee3c22e609f5d",
"offset": 0,
"limit": 5,
"totalRecordCount": 2,
"columns": [
{
"name": "License ID",
"dataField": "License ID",
"type": "Integer",
"precision": 32,
"scale": 0
},
{
"name": "License",
"dataField": "License",
"type": "String",
"precision": 1000000000,
"scale": 0
},
{
"name": "Available Total (instances)",
"dataField": "Available Total (instances)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Permanent Purchased (instances)",
"dataField": "Permanent Purchased (instances)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Term Purchased (instances)",
"dataField": "Term Purchased (instances)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Used (instances)",
"dataField": "Used (instances)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "EvalExpiryDate",
"dataField": "EvalExpiryDate",
"displayName": "EvalExpiryDate",
"type": "String",
"precision": 1000000000,
"scale": 0
},
{
"name": "Summary",
"dataField": "Summary",
"displayName": "Summary",
"type": "String",
"precision": 1000000000,
"scale": 0
}
],
"recordsCount": 2,
"records": [
[
100032,
"Operating Instances",
0,
0,
0,
12,
"01 Jan 1970",
"License not purchased"
],
[
100033,
"Virtual Operating Instances",
0,
0,
0,
43,
"01 Jan 1970",
"License not purchased"
]
],
"failures": {},
"warnings": {
"dbrocky": [
"Warning: Null value is eliminated by an aggregate or other SET operation."
]
}
}
Loading...