Get Endpoint Users License Report
Select
Customer Managed
The Endpoint Users view of the License Summary Report displays details about Endpoint User Licenses such as Endpoint user information and associations, as well as desktop and laptop usage that is excluded from the capacity license.
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": "3f4874b32db54517b1bc104cdfedc8b8",
"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 (users)",
"dataField": "Available Total (users)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Permanent Purchased (users)",
"dataField": "Permanent Purchased (users)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Term Purchased (users)",
"dataField": "Term Purchased (users)",
"type": "Long",
"precision": 64,
"scale": 0
},
{
"name": "Used (users)",
"dataField": "Used (users)",
"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": [
[
100024,
"Endpoint Users",
0,
0,
0,
0,
"01 Jan 1970",
"License not purchased"
],
[
100028,
"Application Users",
100,
100,
0,
9,
"01 Jan 1970",
"9.00%"
]
],
"failures": {},
"warnings": {}
}
GET /cr/reportsplusengine/datasets/d7faef75-cf66-40a2-98ce-a2d0cc2a144b:44cd7de8-ecb2-4ec8-8b2b-162491172eef/data/?offset=0&fields=[licusagetype] as [license id],[dial] as [license],[purchased] as [available total (users)],[permtotal] as [permanent purchased (users)],[eval] as [term purchased (users)],[usage] as [used (users)],[evalexpirydate] as [evalexpirydate],[summary] as [summary]¶meter.guid=-1&limit=5
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>'