Skip to main content
Infrastructure/Lifecycle Upgrade

GetBackupRecord

Get one lifecycle backup record

GET/api/v1/lifecycle/backups/{backupRecordUuid}

Operation ID

GetBackupRecord

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • backupRecordUuid
    StringRequired

    Unique UUID of the backup record

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • backupRecord
    Object

    Backup record for this resource

    • uuid
      String

      Unique identifier of this resource

      Example: value

    • sourceType
      String

      Source type for this resource

      Example: value

    • sourceUuid
      String

      Source uuid for this resource

      Example: value

    • status
      String

      Status for this resource

      Example: value

    • artifactCount
      Integer

      Artifact count for this resource

      Example: 10

    • expiresAt
      String

      Expires at for this resource

      Example: 2026-01-15T08:00:00Z

    • errorCode
      String

      Error code for this resource

      Example: value

    • errorMessage
      String

      Error message for this resource

      Example: value

    • startedAt
      String

      Started at for this resource

      Example: 2026-01-15T08:00:00Z

    • completedAt
      String

      Completed at for this resource

      Example: 2026-01-15T08:00:00Z

    • deletedAt
      String

      Deleted at for this resource

      Example: 2026-01-15T08:00:00Z

    • createdAt
      String

      Created at for this resource

      Example: 2026-01-15T08:00:00Z

    • updatedAt
      String

      Updated at for this resource

      Example: 2026-01-15T08:00:00Z

    • backupRange
      Object

      Backup range for this resource

      Example: (nested object)

    • manifestSetChecksum
      String

      Manifest set checksum for this resource

      Example: value

    • targetMembershipChangesChecksum
      String

      Target membership changes checksum for this resource

      Example: value

    • deleteReason
      String

      Delete reason for this resource

      Example: value

    • physicalDeleteError
      String

      Physical delete error for this resource

      Example: value

    • artifacts
      List

      Artifacts for this resource

      Example: (nested array)

      • uuid
        String

        Unique identifier of this resource

        Example: value

      • backupRecordUuid
        String

        Backup record uuid for this resource

        Example: value

      • artifactName
        String

        Artifact name for this resource

        Example: value

      • componentUuid
        String

        Component uuid for this resource

        Example: value

      • componentInstanceUuid
        String

        Component instance uuid for this resource

        Example: value

      • serviceInstanceUuid
        String

        Service instance uuid for this resource

        Example: value

      • nodeUuid
        String

        Node uuid for this resource

        Example: value

      • lcaUuid
        String

        Lca uuid for this resource

        Example: value

      • path
        String

        Storage path of this artifact

        Example: value

      • digest
        String

        Digest for this resource

        Example: value

      • sizeBytes
        String

        Size bytes for this resource

        Example: 10

      • status
        String

        Status for this resource

        Example: value

      • manifestChecksum
        String

        Manifest checksum for this resource

        Example: value

      • lifecycleTaskUuid
        String

        Lifecycle task uuid for this resource

        Example: value

      • attemptIndex
        Integer

        Attempt index for this resource

        Example: 10

      • errorCode
        String

        Error code for this resource

        Example: value

      • errorMessage
        String

        Error message for this resource

        Example: value

      • physicalDeleteError
        String

        Physical delete error for this resource

        Example: value

      • createdAt
        String

        Created at for this resource

        Example: 2026-01-15T08:00:00Z

      • updatedAt
        String

        Updated at for this resource

        Example: 2026-01-15T08:00:00Z