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

netgroup

Contributors
Suggest changes

netgroups-file-delete

DELETE /api/name-services/netgroup-files/{svm.uuid}

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

ONTAPI attribute REST attribute Comment

vserver-name

svm.uuid

netgroups-file-get

GET /api/name-services/netgroup-files/{svm.uuid}

Note: The raw netgroup file of the given SVM is displayed by setting the header as "accept: multipart/form-data".

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

ONTAPI attribute REST attribute Comment

domain

No REST Equivalent

The raw netgroup file of the given SVM is displayed, instead of parsing the file contents.

host

No REST Equivalent

The raw netgroup file of the given SVM is displayed, instead of parsing the file contents.

member-netgroup

No REST Equivalent

The raw netgroup file of the given SVM is displayed, instead of parsing the file contents.

netgroup-name

No REST Equivalent

The raw netgroup file of the given SVM is displayed, instead of parsing the file contents.

user

No REST Equivalent

The raw netgroup file of the given SVM is displayed, instead of parsing the file contents.

vserver

svm.uuid

netgroups-file-get-iter

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