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

snmp

Contributors
Suggest changes

snmp-community-add

POST /api/support/snmp/users

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

ONTAPI attribute REST attribute Comment

access-control

No REST Equivalent

access-control is set to the default value in the REST API.

community

name

snmp-community-delete

DELETE /api/support/snmp/users/{engine_id}/{name}

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

ONTAPI attribute REST attribute Comment

access-control

No REST Equivalent

community

name

snmp-community-delete-all

DELETE /api/support/snmp/users

Note: Set the query parameter "authentication-method" to "community".

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

There are no attributes defined for this ONTAPI call.

snmp-disable

PATCH /api/support/snmp

Note: Set the parameter "enabled" to "false".

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

There are no attributes defined for this ONTAPI call.

snmp-enable

PATCH /api/support/snmp

Note: Set the parameter "enabled" to "true".

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

There are no attributes defined for this ONTAPI call.

snmp-enable-snmpv3

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

snmp-get

Note: SNMP objects can be accessed using SNMP.

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

snmp-get-next

Note: SNMP objects can be accessed using SNMP.

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

snmp-prepare-to-downgrade

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

snmp-status

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

snmp-test-trap-trigger

PATCH /api/support/snmp

Note: Set the parameter "trigger_test_trap" to "true" to generate a test trap.

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

There are no attributes defined for this ONTAPI call.

snmp-trap-disable

PATCH /api/support/snmp

Note: Set the parameter "traps_enabled" to "false" to disable SNMP traps.

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

There are no attributes defined for this ONTAPI call.

snmp-trap-enable

PATCH /api/support/snmp

Note: Set the parameter "traps_enabled" to "true" to enable SNMP traps.

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

There are no attributes defined for this ONTAPI call.

snmp-traphost-add

POST /api/support/snmp/traphosts

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

ONTAPI attribute REST attribute Comment

host

host

username

user.name

snmp-traphost-delete

DELETE /api/support/snmp/traphosts/{host}

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

ONTAPI attribute REST attribute Comment

host

host

username

user.name

In the REST API, you can optionally specify user.name as a query parameter.