POST /Command/GetLastUpdate
Retrieves the timestamp of the last registered data update for the cube. Updates performed outside of the Cuber Manager will not be recognized in this check.
URL Parameters
None. Note that a request body is required; see the next heading.
Request Body Details
This service uses the following property of the request body:
cubeKey | Required. The logical name of the cube for which to retrieve the last update. |
Example Request
Request Method:
POST
Request URL:
http://localhost:52773/api/deepsee/v2/Command/GetLastUpdate
For comments on the possible forms of the URL, see “Introduction to the Business Intelligence REST API” in the chapter “Introduction and Samples.”
Request Body:
{ "groupName":"Group 1" }
Copy code to clipboard
Example Response
{ "tSC": 1, "lastUpdate": "2020-04-30 16:58:00", "Error": "", "status": 1 }
Copy code to clipboard
For information that applies to all response objects, see the discussion at the start of this reference.