Skip to main content

Retrieve volume information

Contributors

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/backup/working-environment/{workingEnvironmentId}/volume/{volumeId}

Retrieves information of a specified volume backed up by using Cloud Backup. It retrieves the details of the volume from the BlueXP SaaS application. It retrieves archive after days, backup status, relationship policy name, and capacity details. It also retrieves details of the archive after days, object lock, ransomware scan status, last ransomware scan, and ransomware detected Snapshot copies with last ransomware scan information.

Token usage:BlueXP user token.

Parameters

Name Type In Required Description

accountId

string

path

True

workingEnvironmentId

string

path

True

volumeId

string

path

True

authorization

string

header

True

x-agent-id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

file-system-id

string

False

name

string

False

protocol

string

False

svm

string

False

status

string

False

backup-status

string

False

last-backup-creation-time

number

False

snapshot-count

string

False

backup-policy

backup-policy

False

lag

string

False

capacity

capacity

False

type

string

False

style

string

False

object-lock

string

False

ransomware-scan-status

string

False

last-ransomware-scan

number

False

ransomware-detected-snapshots

array[ransomware-detected-snapshots]

False

geometry

number

False

aggregate-count

number

False

Example response
{
  "backup-policy": {
    "rule": {
    }
  },
  "object-lock": "GOVERNANCE",
  "ransomware-scan-status": "RANSOMWARE_DETECTED",
  "ransomware-detected-snapshots": {
  }
}

Definitions

See Definitions

rule

Name Type Required Description

label

string

False

retention

string

False

backup-policy

Name Type Required Description

name

string

False

rule

array[rule]

False

archive-after-days

string

False

capacity

Name Type Required Description

allocated

string

False

used

string

False

charging

string

False

logicalUsedSize

string

False

ransomware-detected-snapshots

Name Type Required Description

snapshot-id

string

False

snapshot-name

string

False

last-ransomware-scan

number

False