Skip to main content
A newer release of this product is available.

sis

Contributors
Suggest changes

sis-check

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

sis-disable

PATCH /api/storage/volumes/{uuid}

Note: Setting all efficiencies to none disables sis operation.

ONTAPI attribute REST attribute Comment

path

No REST Equivalent

API uses volume.uuid from URL

sis-disable-async

PATCH /api/storage/volumes/{uuid}

Note: Setting all efficiencies to none for flexgroup parent volume disables sis operation.

ONTAPI attribute REST attribute Comment

volume-name

No REST Equivalent

API uses volume.uuid from URL

sis-enable

PATCH /api/storage/volumes/{uuid}

Note: Setting any efficiency enables sis operation.

ONTAPI attribute REST attribute Comment

path

No REST Equivalent

API uses volume.uuid from URL

sis-enable-async

PATCH /api/storage/volumes/{uuid}

Note: Setting any efficiency for flexgroup parent volume enables sis operation.

ONTAPI attribute REST attribute Comment

volume-name

No REST Equivalent

API uses volume.uuid from URL

sis-get

GET /api/storage/volumes/{uuid}

Note: There are two types of efficiencies i.e. inline and background. This is mapped to enum inline, background, both, mixed(for flexgroup) and none in REST.

ONTAPI attribute REST attribute Comment

application-io-size

No REST Equivalent

blocks-skipped-sharing

No REST Equivalent

changelog-size

No REST Equivalent

changelog-used-percent

No REST Equivalent

checkpoint-op-type

No REST Equivalent

checkpoint-progress

No REST Equivalent

checkpoint-stage

No REST Equivalent

checkpoint-sub-stage

No REST Equivalent

checkpoint-time

No REST Equivalent

compression-algorithm

No REST Equivalent

compression-changelog-size

No REST Equivalent

compression-type

No REST Equivalent

has-extended-compressed-data

No REST Equivalent

is-compression-enabled

efficiency.compression

If efficiency.compression is background or both, then is-compression-enabled is true.
If efficiency.compression is none, then is-compression-enabled is false.

is-constituent

No REST Equivalent

is-content-available

No REST Equivalent

is-cross-volume-background-dedupe-enabled

efficiency.cross_volume_dedupe

If efficiency.cross_volume_dedupe is background or both, then is-cross-volume-background-dedupe-enabled is true.
If efficiency.cross_volume_dedupe is none, then is-cross-volume-background-dedupe-enabled is false.

is-cross-volume-inline-dedupe-enabled

efficiency.cross_volume_dedupe

If efficiency.cross_volume_dedupe is inline or both, then is-cross-volume-inline-dedupe-enabled is true.
If efficiency.cross_volume_dedupe is none, then is-cross-volume-inline-dedupe-enabled is false.

is-data-compaction-enabled

efficiency.compaction

If efficiency.compaction is inline, then is-data-compaction-enabled is true.
If efficiency.compaction is none, then is-data-compaction-enabled is false.

is-idd-enabled

No REST Equivalent

is-inline-compression-enabled

efficiency.compression

If efficiency.compression is inline or both, then is-inline-compression-enabled is true.
If efficiency.compression is none, then is-inline-compression-enabled is false.

is-inline-dedupe-enabled

efficiency.dedupe

If efficiency.dedupe is inline or both, then is-inline-dedupe-enabled is true.
If efficiency.dedupe is none, then is-inline-dedupe-enabled is false.

last-op-begin-timestamp

No REST Equivalent

last-op-end-timestamp

No REST Equivalent

last-op-error

No REST Equivalent

last-op-size

No REST Equivalent

last-op-state

No REST Equivalent

last-success-op-begin-timestamp

No REST Equivalent

last-success-op-end-timestamp

No REST Equivalent

logical-data-limit

No REST Equivalent

logical-data-size

No REST Equivalent

minimum-blocks-shared

No REST Equivalent

path

No REST Equivalent

policy

efficiency.policy.name

progress

No REST Equivalent

queued-job-type

No REST Equivalent

quick-check-fsize

No REST Equivalent

schedule

efficiency.schedule

stale-fingerprint-percentage

No REST Equivalent

state

No REST Equivalent

status

No REST Equivalent

type

No REST Equivalent

vault-transfer-log-size

No REST Equivalent

vserver

svm.name

path

No REST Equivalent

sis-get-iter

GET /api/storage/volumes

ONTAPI attribute REST attribute Comment

application-io-size

No REST Equivalent

blocks-skipped-sharing

No REST Equivalent

changelog-size

No REST Equivalent

changelog-used-percent

No REST Equivalent

checkpoint-op-type

No REST Equivalent

checkpoint-progress

No REST Equivalent

checkpoint-stage

No REST Equivalent

checkpoint-sub-stage

No REST Equivalent

checkpoint-time

No REST Equivalent

compression-algorithm

No REST Equivalent

compression-changelog-size

No REST Equivalent

compression-type

No REST Equivalent

has-extended-compressed-data

No REST Equivalent

is-compression-enabled

efficiency.compression

If efficiency.compression is background or both, then is-compression-enabled is true.
If efficiency.compression is none, then is-compression-enabled is false.

is-constituent

No REST Equivalent

is-content-available

No REST Equivalent

is-cross-volume-background-dedupe-enabled

efficiency.cross_volume_dedupe

If efficiency.cross_volume_dedupe is background or both, then is-cross-volume-background-dedupe-enabled is true.
If efficiency.cross_volume_dedupe is none, then is-cross-volume-background-dedupe-enabled is false.

is-cross-volume-inline-dedupe-enabled

efficiency.cross_volume_dedupe

If efficiency.cross_volume_dedupe is inline or both, then is-cross-volume-inline-dedupe-enabled is true.
If efficiency.cross_volume_dedupe is none, then is-cross-volume-inline-dedupe-enabled is false.

is-data-compaction-enabled

efficiency.compaction

If efficiency.compaction is inline, then is-data-compaction-enabled is true.
If efficiency.compaction is none, then is-data-compaction-enabled is false.

is-idd-enabled

No REST Equivalent

is-inline-compression-enabled

efficiency.compression

If efficiency.compression is inline or both, then is-inline-compression-enabled is true.
If efficiency.compression is none, then is-inline-compression-enabled is false.

is-inline-dedupe-enabled

efficiency.dedupe

If efficiency.dedupe is inline or both, then is-inline-dedupe-enabled is true.
If efficiency.dedupe is none, then is-inline-dedupe-enabled is false.

last-op-begin-timestamp

No REST Equivalent

last-op-end-timestamp

No REST Equivalent

last-op-error

No REST Equivalent

last-op-size

No REST Equivalent

last-op-state

No REST Equivalent

last-success-op-begin-timestamp

No REST Equivalent

last-success-op-end-timestamp

No REST Equivalent

logical-data-limit

No REST Equivalent

logical-data-size

No REST Equivalent

minimum-blocks-shared

No REST Equivalent

path

No REST Equivalent

policy

efficiency.policy.name

progress

No REST Equivalent

queued-job-type

No REST Equivalent

quick-check-fsize

No REST Equivalent

schedule

efficiency.schedule

stale-fingerprint-percentage

No REST Equivalent

state

No REST Equivalent

status

No REST Equivalent

type

No REST Equivalent

vault-transfer-log-size

No REST Equivalent

vserver

svm.name

max-records

max_records

The maximum number of records to return before paging

sis-policy-create

POST /api/storage/volume-efficiency-policies

ONTAPI attribute REST attribute Comment

changelog-threshold-percent

start_threshold_percent

comment

comment

duration

duration

enabled

enabled

policy-name

name

policy-type

type

qos-policy

qos_policy

schedule

schedule

sis-policy-delete

DELETE /api/storage/volume-efficiency-policies/{uuid}

ONTAPI attribute REST attribute Comment

policy-name

No REST Equivalent

API uses volume_efficiency_policy.uuid from URL

sis-policy-get

GET /api/storage/volume-efficiency-policies/{uuid}

ONTAPI attribute REST attribute Comment

changelog-threshold-percent

start_threshold_percent

comment

comment

duration

duration

enabled

enabled

policy-name

name

policy-owner

No REST Equivalent

policy-type

type

qos-policy

qos_policy

schedule

schedule

vserver

svm.name

sis-policy-get-iter

GET /api/storage/volume-efficiency-policies

ONTAPI attribute REST attribute Comment

changelog-threshold-percent

start_threshold_percent

comment

comment

duration

duration

enabled

enabled

policy-name

name

policy-owner

No REST Equivalent

policy-type

type

qos-policy

qos_policy

schedule

schedule

vserver

svm.name

Can also use svm.uuid

max-records

max_records

The maximum number of records to return before paging

sis-policy-modify

PATCH /api/storage/volume-efficiency-policies/{uuid}

ONTAPI attribute REST attribute Comment

changelog-threshold-percent

start_threshold_percent

comment

comment

duration

duration

enabled

enabled

policy-name

name

policy-type

type

qos-policy

qos_policy

schedule

schedule

sis-prepare-to-downgrade

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

sis-promote

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

sis-revert-to

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

sis-set-config

PATCH /api/storage/volumes/{uuid}

Note: There are two type of efficiencies i.e inline and background.
This is mapped to enum inline, background, both, mixed(for flexgroup) and none in REST.

ONTAPI attribute REST attribute Comment

application-io-size

No REST Equivalent

compression-algorithm

No REST Equivalent

compression-type

No REST Equivalent

enable-compression

efficiency.compression

If enable-compression(background) needs to be enabled, then \{efficiency.compression:background\} is the equivalent option.
If \{efficiency.compression:both\} is given, then it will enable background and inline compression.

enable-cross-volume-background-dedupe

efficiency.cross_volume_dedupe

If enable-cross-volume-background-dedupe needs to be enabled, then \{efficiency.cross_volume_dedupe:background\} is the equivalent option.
If \{efficiency.cross_volume_dedupe:both\} is given, then it will enable background and inline cross volume dedupe.

enable-cross-volume-inline-dedupe

efficiency.cross_volume_dedupe

If enable-cross-volume-inline-dedupe needs to be enabled, then \{efficiency.cross_volume_dedupe:inline\} is the equivalent option.
If \{efficiency.cross_volume_dedupe:both\} is given, then it will enable background and inline cross volume dedupe.

enable-data-compaction

efficiency.compaction

If enable-data-compaction needs to be enabled, then \{efficiency.compaction:inline\} is the equivalent option.

enable-idd

No REST Equivalent

enable-inline-compression

efficiency.compression

If enable-inline-compression needs to be enabled, then \{efficiency.compression:inline\} is the equivalent option.
If \{efficiency.compression:both\} is given, then it will enable background and inline compression.

enable-inline-dedupe

efficiency.dedupe

If enable-inline-dedupe needs to be enabled, then \{efficiency.dedupe:inline\} is the equivalent option.
If \{efficiency.dedupe:both\} is given, then it will enable background and inline dedupe.

path

No REST Equivalent

policy-name

efficiency.policy.name

quick-check-fsize

No REST Equivalent

schedule

efficiency.schedule

sis-set-config-async

PATCH /api/storage/volumes/{uuid}

ONTAPI attribute REST attribute Comment

application-io-size

No REST Equivalent

compression-algorithm

No REST Equivalent

compression-type

No REST Equivalent

enable-compression

efficiency.compression

If enable-compression(background) needs to be enabled, then \{efficiency.compression:background\} is the equivalent option.
If \{efficiency.compression:both\} is given, then it will enable background and inline compression.

enable-cross-volume-background-dedupe

efficiency.cross_volume_dedupe

If enable-cross-volume-background-dedupe needs to be enabled, then \{efficiency.cross_volume_dedupe:background\} is the equivalent option.
If \{efficiency.cross_volume_dedupe:both\} is given, then it will enable background and inline cross volume deduplication.

enable-cross-volume-inline-dedupe

efficiency.cross_volume_dedupe

If enable-cross-volume-inline-dedupe needs to be enabled, then \{efficiency.cross_volume_dedupe:inline\} is the equivalent option.
If \{efficiency.cross_volume_dedupe:both\} is given, then it will enable background and inline cross volume deduplication.

enable-data-compaction

efficiency.compaction

If enable-data-compaction needs to be enabled, then \{efficiency.compaction:inline\} is the equivalent option.

enable-idd

No REST Equivalent

enable-inline-compression

efficiency.compression

If enable-inline-compression needs to be enabled, then \{efficiency.compression:inline\} is the equivalent option.
If \{efficiency.compression:both\} is given, then it will enable background and inline compression.

enable-inline-dedupe

efficiency.dedupe

If enable-inline-dedupe needs to be enabled, then \{efficiency.dedupe:inline\} is the equivalent option.
If \{efficiency.dedupe:both\} is given, then it will enable background and inline deduplication.

policy-name

efficiency.policy.name

quick-check-fsize

No REST Equivalent

schedule

efficiency.schedule

volume-name

name

sis-start

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

sis-start-async

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

sis-status

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

sis-stop

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

sis-stop-async

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

sis-undo

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