Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
Kyvos Azure Marketplace Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)
Overview
Java API for Cluster Scheduling.
Example:
/* * method to schedule cluster start stop * @param userInfo: Object of type UserInfo containing information about logged in user. * @param scheduleTitle: Object of type title containing title about Schedule * @param qeCapacity: Object of type Query engine capacity containing information about capacity of query engine * @param clusterMode: Object of type mode containing information about online or offline mode of cluster * @param startDate: Object of type mode containing information about startDate of schedule * @param startTime: Object of type mode containing information about startTime of schedule * @param endTime: Object of type mode containing information about endTime of schedule * @param workgroupId: Object of type mode containing information about workgroupId */ public static String createScheduleXML(UserInfo userInfo, String scheduleTitle, String qeCapacity, String clusterMode,String startDate, String startTime, String endTime, String workgroupId):