Skip to main content

/Command/IsValidCubeSchedule

Performs validation on current cube settings.

Request Method

POST

URL Parameters

None. Note that a request body is required; see the next heading.

Request Body Details

This endpoint uses the following property of the request body:

cube

Required. The name of the cube the schedule of which to validate.

Example Request

  • Request Method:

    POST

  • Request URL:

    https://localhost/biserver/api/deepsee/v3/sales/Command/isValidCubeSchedule

    For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API.

  • Request Body:

    {
        "cube":"HoleFoods Base"
    }
    

Example Response

{
    "isValid": 1,
    "Error": "",
    "status": 1
}

For information that applies to all response objects, see Notes on the Response Objects.

FeedbackOpens in a new tab