Skip to main content
ONTAP 9.11.1 ONTAPI-to-REST mapping
A newer release of this product is available.

config-backup

Contributors
Suggest changes

config-backup-copy

This ONTAPI call does not have an equivalent REST API call.

config-backup-create

POST /api/support/configuration-backup/backups

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-name

name

backup-type

No REST Equivalent

backup-type is not a POSTable field. Defaults to "cluster" backup.

node

node.name

config-backup-delete

DELETE /api/support/configuration-backup/backups/{node.uuid}/{name}

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-name

name

node

node.uuid

config-backup-download

Note: Direct download of backup files is supported by using the "download_link" property of the REST API response for the /api/support/configuration-backup/backups/\{node.uuid\}/{name} endpoint

This ONTAPI call does not have an equivalent REST API call.

config-backup-info-get

GET /api/support/configuration-backup/backups/{node.uuid}/{name}

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-name

name

backup-creation-time

time

backup-size

size

backup-type

type

cluster-name

No REST Equivalent

cluster-uuid

No REST Equivalent

is-auto

auto

node

node.name

nodes-in-backup

backup_nodes

schedule

No REST Equivalent

version

version

config-backup-info-get-iter

GET /api/support/configuration-backup/backups

Note: Specify at least one field in the query.

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-creation-time

time

backup-name

name

backup-size

size

backup-type

type

cluster-name

No REST Equivalent

cluster-uuid

No REST Equivalent

is-auto

auto

node

node.name

nodes-in-backup

backup_nodes.name

schedule

No REST Equivalent

version

version

max-records

max_records

Specifies the maximum number of records to return before paging.

config-backup-rename

This ONTAPI call does not have an equivalent REST API call.

config-backup-settings-get

GET /api/support/configuration-backup

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-count1

No REST Equivalent

backup-count2

No REST Equivalent

backup-count3

No REST Equivalent

destination-url

url

job-schedule1

No REST Equivalent

job-schedule2

No REST Equivalent

job-schedule3

No REST Equivalent

username-for-destination-url

username

config-backup-settings-modify

PATCH /api/support/configuration-backup

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

backup-count1

No REST Equivalent

backup-count2

No REST Equivalent

backup-count3

No REST Equivalent

destination-url

url

username-for-destination-url

username

config-backup-settings-password-set

PATCH /api/support/configuration-backup

Usage: This ONTAPI call cannot be issued against Storage VM (SVM) management LIFs.

ONTAPI attribute REST attribute Comment

password-for-destination-url

password

config-backup-upload

This ONTAPI call does not have an equivalent REST API call.