Skip to main content

Get mount path content

API to get mountpath content

Query Parameters
  • mountPathId int32

    Mountpath Id

  • deviceId int32

    Device Id

Responses

OK


Schema
  • mountpathName string

    Name of mountpath

  • totalSizeOnMedia int64

    Total size of the data stored on the mountpath. This is the size of the data after deduplication and compression, if employed. This amount also includes metadata information, so in some cases, it could be larger than the actual size of the backed up data.

  • totalDataWritten int64

    Total amount of data written on mountpath

  • isRequiredByAuxiliaryCopy boolean

    This indicates if any of the jobs on this mountpath is required for auxiliary copy.

  • retainDataUntil int64

    Maximum DateTime upto which the jobs on this mountpath is retained

  • isSingleInstanced boolean

    Indicates if mountpath has any DDB references

  • hasSubclientLogCacheDump boolean

    Indicates if mountpath has any subclient lLog cache dump

  • jobInfoList object[]

    Jobs on mountpath

  • jobId int64

    The system-generated ID assigned to the job.

  • jobStatus string

    Possible values: [NEVER_BACKED_UP, COMPLETED, FAILED, COMPLETED_WITH_ERRORS, KILLED, SUSPENDED, INTERRUPTED, ANY_STATUS, SKIPPED, FAILED_TO_START, SYNCHRONIZED, NOT_SYNCHRONIZED, NOT_ATTEMPTED, STARTED, COMPLETED_WITH_WARNINGS, SYSTEM_FAILED, COMMITTED]

    Status of the last backup job performed.

  • clientName string

    The name of the client associated with the job.

  • appName string

    The name of application

  • instanceName string

    The name of the instance associated with the job.

  • backupSetName string

    The name of the backup set associated with the job.

  • subclientName string

    The name of the subclient associated with the job.

  • backupLevel string

    The level of the backup job

  • cyclesNSeq string

    Cycles and Sequences

  • archFileType ArchFileType

    Possible values: [DATA, INDEX, ARCHIVE_FILE, LOG, JOB_METADATA, NA]

    Job Archive File type

  • dataStatus string

    Status of the data of job

  • backupTime int64

    The time when backup is done

  • retainTill int64

    Retention DateTime for job

  • mediaSideName string

    Media Side Name

  • archFileName string

    Archive File Name

  • storagePolicyNCopy string

    Storage Policy and Copy Name

  • dataWritten int64

    Amount of data written on mountpath during job

  • sizeOfBackup int64

    The amount of application data that was protected during the job

  • sizeOfApplication int64

    The amount of application data that was protected during the job.

  • isAged boolean

    Indicates if job is aged or not.

  • isValidData boolean

    Indicates if job has valid Data

Loading...