Type Alias ScheduleRequest
ScheduleRequest: {
action: "START" | "STOP" | "RESTART" | "DEPLOY";
applicationId: string;
endDate: string;
repeats: "NEVER" | "DAILY" | "WEEKLY" | "MONTHLY";
runtimeId: string;
startDate: string;
time: string;
}
Type declaration
action: "START" | "STOP" | "RESTART" | "DEPLOY"
applicationId: string
endDate: string
repeats: "NEVER" | "DAILY" | "WEEKLY" | "MONTHLY"
runtimeId: string
startDate: string
time: string