Core APIs are used to make ONTAPI calls to a NetApp storage system or an IBM N-series.
The Core API sample codes demonstrate setting up the network connections, server style, and transport type, invoking commands to the server, and retrieving data. The following list describes different sample codes, and provides the links to view those codes.
|
|
|
Sample code in five languages |
||||
|
Name |
Description |
C |
Perl |
Java |
C# |
VB.NET |
|
Connecting to the NetApp storage system |
This sample code demonstrates the following:
|
hello_ontapi.c |
hello_ontapi.pl |
hello_ontapi.java |
hello_ontapi.cs |
hello_ontapi.vb |
|
Using the iterative API |
This sample code demonstrates the usage of the iterative API. |
snapvault.c |
snapvault.pl |
snapvault.java |
- |
- |
|
Using encryption |
The sample code demonstrates usage of data encryption using the core API. |
encrypt_string.c |
- |
- |
encrypt_string.cs |
encrypt_string.vb |