Zum Hauptinhalt springen

List backup schedules belonging to a Project

GET /v2/projects/{projectId}/backup-schedules/
v2
GET
backup-list-project-backup-schedules

Request

  • projectIdstring (uuid)
    required

    ID of the Project to list BackupSchedules for.

Responses

application/json

OK

  • Array[
  • *object
    • createdAtstring (date-time)
    • descriptionstring

      Description of this ProjectBackupSchedule.

    • idstring (uuid)
      required

      ID of this ProjectBackupSchedule.

    • isSystemBackupboolean
      required

      True if this ProjectBackupSchedule was created and is managed by mittwald.

    • projectIdstring (uuid)
      required

      ID of the Project this ProjectBackupSchedule belongs to.

    • schedulestring
      required

      Execution schedule in crontab notation.

    • ttlstring

      TTL of the ProjectBackupSchedule as time string.

    • updatedAtstring (date-time)
  • ]

Usage examples

$ curl \
--fail \
--location \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/projects/f0f86186-0a5a-45b2-aa33-502777496347/backup-schedules