Zum Hauptinhalt springen

List backup schedules belonging to a Project

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

Request

  • projectIdstring
    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/string/backup-schedules