Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Applies to: (tick) Kyvos Enterprise  (tick) Kyvos Cloud (SaaS on AWS) (tick) Kyvos AWS Marketplace

(tick) Kyvos Azure Marketplace   (tick) Kyvos GCP Marketplace (tick) Kyvos Single Node Installation (Kyvos SNI)


API to save Query pattern on a cube in the Report Object Manager.

/*
@param queryPatternsXML: Query pattern xml get from UI
@param action: Pass 'REPLACE' OR 'ADD' to modify or add new query query pattern
@param userInfo: Object of type UserInfo containing information about logged in user.
@param cubeID: pass the respective cube id */
public ResponseStatus saveQueryPatterns(queryPatternsXML, action, cubeId, userInfo);


  • No labels