Cloud Metrics Reporting Configuration
Select
SaaS
Customer Managed
This operation returns the configuration for Cloud Metrics Reporting. More Details
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
config object
uploadFrequency integerlastCollectionTime integeruseProxyClient booleanuploadNow integerdataCollectionTime integermetricsReportPackageInstalled booleantieringActive booleanrandomization integercommcellDiagUsage booleannextUploadTime integerscriptDownloadTime integerlastUploadTime integerclientGroupList object[]
_type_ integerclientGroupId integercloud object
uploadURL stringdownloadURL stringserviceList object[]
flags integerdescription stringenabled booleanservice object
name stringid integeruploadUser object
HttpServerInfo object
RestrictQuery object
QueryIds stringScrubCommCells object
CCIDs string
{
"config": {
"uploadFrequency": 0,
"lastCollectionTime": 0,
"useProxyClient": true,
"uploadNow": 0,
"dataCollectionTime": 0,
"metricsReportPackageInstalled": true,
"tieringActive": true,
"randomization": 0,
"commcellDiagUsage": true,
"nextUploadTime": 0,
"scriptDownloadTime": 0,
"lastUploadTime": 0,
"clientGroupList": [
{
"_type_": 0,
"clientGroupId": 0
}
],
"cloud": {
"uploadURL": "string",
"downloadURL": "string",
"serviceList": [
{
"flags": 0,
"description": "string",
"enabled": true,
"service": {
"name": "string",
"id": 0
}
}
],
"uploadUser": {}
},
"HttpServerInfo": {
"RestrictQuery": {
"QueryIds": "string"
},
"ScrubCommCells": {
"CCIDs": "string"
}
}
}
}
Loading...