Metrics REST API
Overview
The Metrics REST API is used to retrieve all business metrics within the Oracle CPQ application, including API, Login, Quoting, and Quoting Performance metrics. The Metrics are available for daily monitoring.
Administration
Get All Business Metrics | ||
---|---|---|
Description |
This endpoint retrieves all business metrics available within the Oracle CPQ application for daily monitoring. |
|
URI Endpoint |
/rest/v17/metrics |
|
Endpoint Query Parameters |
This endpoint supports the following query specifications. For more information, see Manage Collections.
|
|
Endpoint Parameters | None | |
HTTP Method | GET | |
Request Body Parameters |
None |
|
Response Body Parameters |
JSON data containing the business metrics. |
https://site.oracle.com/rest/v17/metrics
[{ "name": "QUOTES", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "INTERNALQUOTES", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "PARTNERQUOTES", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "INTERNALUSERS", "value": "156", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "REMAININGINTERNALLICENSES", "value": "356", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "INTERNALUSERSLOGGEDIN", "value": "1", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "PERCENTINTERNALUSERSLOGGEDIN", "value": "0.64102566", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "PARTNERUSERS", "value": "141", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "PARTNERUSERSLOGGEDIN", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "PERCENTPARTNERUSERSLOGGEDIN", "value": "0.0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "ECOMMERCEINTERACTIONS", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "APILICENSES", "value": "0", "startTime": "2024-05-06T00:00:00+0000", "endTime": "2024-05-06T23:59:59+0000" }, { "name": "DISKSPACE", "value": "0.015850715", "startTime": "2024-05-07T07:37:06+0000", "endTime": "2024-05-07T07:37:06+0000" } ]