refreshAllReportCaches

put

/ccadmin/v1/reportCaches

Refresh All Report Caches. Refreshes all the pre-configured report data caches with the updated report data from OBIEE

Request

Supported Media Types
Body ()
Root Schema : refreshAllReportCaches_request
Show Source
Example:
{
    "op":"refreshAll"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : refreshAllReportCaches_response
Type: object
Show Source
Example Response (application/json)
{
    "FullReports-OrdersTotalCount-Last7Days-Metric(GrossRevenue)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-ProductFilter-Cache":"SUCCESS",
    "FullReports-OrderMetricsSummary-Last7Days-Cache":"SUCCESS",
    "FullReports-TrafficVolumeTotalCount-Last7Days-Metric(Visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-LastRefreshDate-Cache":"SUCCESS",
    "FullReports-TimeFrame-Cache":"SUCCESS",
    "FullReports-Top10-Products-Last7Days-Metric(GrossRevenue)-Cache":"SUCCESS",
    "FullReports-ShippingLocationFilter-Cache":"SUCCESS",
    "FullReports-EngagementSummary-Last7Days-Cache":"SUCCESS",
    "FullReports-ConversionsTotalCount-Last7Days-Metric(Visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-DetailedTrafficVolumeMetrics-Last7Days-First40Rows-Metric(visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports/Dashboard-DetailedOrderMetrics-Last7Days-First40Rows-Metric(Orders)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-ConversionsSummary-Last7Days-Cache":"SUCCESS",
    "Dashboard-VisitsMetricSummary-Yesterday-Cache":"SUCCESS",
    "FullReports-DetailedEngagementMetrics-Last7Days-First40Rows-Metric(visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports/Dashboard-DetailedOrderMetrics-Last7Days-First40Rows-Metric(GrossRevenue)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-DetailedProductMetrics-Last7Days-First40Rows-Metric(GrossRevenue)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-TrafficVolumeSummary-Last7Days-Cache":"SUCCESS",
    "FullReports-ProductMetricsSummary-Last7Days-Cache":"SUCCESS",
    "Dashboard-OrderMetricsSummary-Yesterday-Cache":"SUCCESS",
    "FullReports-DetailedConversionsMetrics-Last7Days-First40Rows-Metric(visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-EngagementCount-Last7Days-Metric(Visits)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-BillingLocationFilter-Cache":"SUCCESS",
    "FullReports-ProductsTotalCount-Last7Days-Metric(GrossRevenue)-GroupBy(Day)-Cache":"SUCCESS",
    "FullReports-MinimumReportingDate-Cache":"SUCCESS"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |94028|Empty report cache parameters.| |94005|Invalid enum input error.| |94027|Failed to get report cache data.| |94004|Report data parsing error.| |94026|Invalid report data cache.| |94003|Product filter transform error.| |94025|Empty report cache ID.| |94009|Error in getting report data.| |94007|Input validation error.| |94029|Refresh all report data cache error.| |94002|Location filter transform error.| |94024|List report data cache error.| |94001|Product filter parsing error.| |94023|Unconfigured report variable.| |94000|Location filter parsing error.| |94022|Failed to get OBIEE analysis.| |94021|Invalid OBIEE analysis.| |94015|Report not configured error.| |94014|Log off to OBIEE failed.| |94019|Unsupported chart data error.| |94018|Unsupported report data error.| |94030|Inconsistent source response error.| |94013|Failed to get session from OBIEE.| |94012|Failed to get data from OBIEE.| |94034|Credential properties retrieval error.| |94033|Credential properties not set error.| |94032|Get data collection date error.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top