MicroStrategy ONE

List Maintenance Tasks Statement

List available Maintenance Tasks.

Copy
LIST [ALL] MAINTENANCE TASKS [LOADOBJECTTELEMETRY] [SCHEDULE "<schedule_name>"] [FOR ALL PROJECTS | FOR PROJECT "<project_name>"];

where:

  • LOADOBJECTTELEMETRY sends MD Object Telemetry to Messaging Services. Command Manager only supports this maintenance task now.
  • SCHEDULE "<schedule_name>" is the name of schedule, maintenance task will be triggered by this schedule.
  • ALL PROJECTSmeans this maintenance task is applied to all the projects.
  • PROJECT "<project_name>" is the project that this maintenance task will run against.

Example

Copy
LIST ALL MAINTENANCE TASKS LOADOBJECTTELEMETRY SCHEDULE "load object schedule" FOR ALL PROJECTS;

ResultSet Columns

NAME : name of maintenance task, returned as a string.

SCHEDULE: name of schedule, returned as a string.

SCHEDULE TYPE: type of schedule, returned as a string.

PROJECT: the project maintenance task will run against, returned as a string.

USER NAME: name of the user that create this maintenance task.

IS MOBILE: returned as True or False.

NEXT UPDATE: next trigger event or time.