Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 32 results
    • https://kb.netapp.com/Legacy/NetApp_HCI/OS/Potential_issues_and_workarounds_when_running_storage_upgrades_using_NetApp_Hybrid_Cloud_Control
      During storage upgrades using NetApp Hybrid Cloud Control, you might encounter the following scenarios: The session times out after two hours into the upgrade, and you are logged out of the NetApp Hyb...During storage upgrades using NetApp Hybrid Cloud Control, you might encounter the following scenarios: The session times out after two hours into the upgrade, and you are logged out of the NetApp Hybrid Cloud Control UI You are logged out of NetApp Hybrid Cloud Control towards the end of the upgrade, and cannot log back in During a storage upgrade, users might see an error page if NetApp Hybrid Cloud Control is refreshed in the finishing stages of the upgrade
    • https://kb.netapp.com/on-prem/ontap/Perf/Perf-KBs/Slow_file_metadata_queries_via_REST_API
      Applies to ONTAP 9 REST API Issue Slow file metadata queries via REST API
    • https://kb.netapp.com/on-prem/solidfire/Element_OS_Kbs/How_to_check_the_authoritative_storage_cluster_with_REST_API
      Applies to NetApp Hybrid Cloud Control (HCC) NetApp Element software Multiple storage clusters using a single management node (mNode) Description This article describes how to can find the authoritati...Applies to NetApp Hybrid Cloud Control (HCC) NetApp Element software Multiple storage clusters using a single management node (mNode) Description This article describes how to can find the authoritative storage cluster with REST API
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/Interpreting_REST_API_parameters
      Rest API to Ontap command MAP, Rest API to ONTAPI MAP
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/REST_API__Unable_to_configure_SnapMirror_with_policy_type_async_mirror_in_ONTAP_9_6
      Applies to ONTAP 9.6 REST API Issue Unable to retrieve policy using GET "/api/storage/snapmirror/policies" GET call to /api/snapmirror/policies does not return async-mirror and vault policies, only of...Applies to ONTAP 9.6 REST API Issue Unable to retrieve policy using GET "/api/storage/snapmirror/policies" GET call to /api/snapmirror/policies does not return async-mirror and vault policies, only of type mirror-vault, sync-mirror, and strict-sync-mirror POST call to /api/snapmirror/relationships to configure Snapmirror with MirrorAllSnapshots policy fails with Error code: 13303819 "error": { "message": "Could not fetch policy information. Reason: entry doesn't exist", "code": "13303819"
    • https://kb.netapp.com/data-mgmt/SnapCenter/SC_KBs/How_to_get_resources_with_REST_APIs_for_SnapCenter_Custom_Plug-in
      Applies to SnapCenter Custom Plug-in Description REST APIs can list resources for Custom Plug-in, but this require a special command to be used
    • https://kb.netapp.com/Legacy/NetApp_HCI/OS/How_to__update_the_vCenter_Controller_asset_by_using_the_management_node_REST_API
      Applies to Management Node (mNode) NetApp HCI monitor NetApp Hybrid Cloud Control (HCC) Description The article explains how to update the vCenter credential and IP address in the Controller asset for...Applies to Management Node (mNode) NetApp HCI monitor NetApp Hybrid Cloud Control (HCC) Description The article explains how to update the vCenter credential and IP address in the Controller asset for vCenter.
    • https://kb.netapp.com/on-prem/ontap/DP/SnapMirror/SnapMirror-KBs/ERROR__13303866__Associating_the_specified_SnapMirror_policy_with_this_SnapMirror_relationship_is_not_supported
      Error is encountered when trying to create a new SnapMirror relationship over REST API while also trying to apply a SnapMirror policy during the creation: DEBUG: SnapmirrorRelationship({'destination':...Error is encountered when trying to create a new SnapMirror relationship over REST API while also trying to apply a SnapMirror policy during the creation: DEBUG: SnapmirrorRelationship({'destination': {'path': 'volume1:misc1'}, 'source': {'path': 'vserver_dr:misc1'}, 'policy': {'name': 'volume1'}}) ERROR: 13303866: Associating the specified SnapMirror policy with this SnapMirror relationship is not supported. 'policy': {'name': f'{svmname}_vault'}, #'state': 'snapmirror',
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/REST_POST_for__api_protocols_cifs_local-users_does_not_return_SID
      Applies to ONTAP 9 REST API CIFS Security Identifier(SID) Issue REST API POST for /api/protocols/cifs/local-users does not return SID Example: Expected output: loaction: /api/protocols/cifs/local-user...Applies to ONTAP 9 REST API CIFS Security Identifier(SID) Issue REST API POST for /api/protocols/cifs/local-users does not return SID Example: Expected output: loaction: /api/protocols/cifs/local-users/svm_uuid/sid Actual output: location: /api/protocols/cifs/local-users/svm_uuid
    • https://kb.netapp.com/data-mgmt/SnapCenter/SC_KBs/How_to_disable_REST_API_communication_in_SnapCenter
      SnapCenter Plug-in for Microsoft Exchange Server (SCE) 5.0 | 5.0P1 | 6.0 SnapCenter Plug-in for Microsoft SQL Server (SCSQL) 5.0 | 5.0P1 | 6.0 SnapCenter Plug-in for Windows (SCW) 5.0 | 5.0P1 | 6.0 By...SnapCenter Plug-in for Microsoft Exchange Server (SCE) 5.0 | 5.0P1 | 6.0 SnapCenter Plug-in for Microsoft SQL Server (SCSQL) 5.0 | 5.0P1 | 6.0 SnapCenter Plug-in for Windows (SCW) 5.0 | 5.0P1 | 6.0 By default, SnapCenter versions 5.0, 5.0P1 and 6.0 use REST API calls to communicate with ONTAP. If it is determined that a REST API call is causing issues with operations in SnapCenter, REST API can be disabled, thereby switching communication with ONTAP back to ZAPI (ONTAPI).
    • https://kb.netapp.com/on-prem/ontap/Ontap_OS/OS-KBs/Rest_API_fails_to_return_data_for_specific_volumes_when_searching_by_volume_name
      Querying a volume with rest by volume name returns no results, however querying the same volume by UUID returns results. curl -X GET "https://1.2.3.4/api/storage/volumes?is_constituent=false&name=vol1...Querying a volume with rest by volume name returns no results, however querying the same volume by UUID returns results. curl -X GET "https://1.2.3.4/api/storage/volumes?is_constituent=false&name=vol1&return_records=true&return_timeout=15" -H "accept: application/json" -H "authorization: Basic AAWWYYTT123456789="