APIs for managing data centers
The REST APIs under the datacenter
category provide information about the clusters, nodes, aggregates, volumes, LUNs, fileshares, namespaces, and other elements in your data center. These APIs are available for querying, adding, deleting, or modifying the configuration in your data center.
Most of these APIs are GET calls that provide cross-cluster aggregation with filtering, sorting and pagination support. On running these APIs, they return data from the database. Therefore, the newly created-objects need to be discovered by the next acquisition cycle for appearing in the response.
If you want to query the details of a specific object, you need to enter the unique ID of that object to view its details. For example,
curl -X GET "https://<hostname>/api/datacenter/cluster/clusters/4c6bf721-2e3f-11e9-a3e2-00a0985badbb" -H "accept: application/json" -H "Authorization: Basic <Base64EncodedCredentials>"
The CURL commands, examples, requests, and responses to the APIs, are available on your Swagger API interface. You can filter and order the results by specific parameters as indicated on Swagger. These APIs enable you to filter the results for specific storage objects, such as cluster, volume, or storage VM. |
HTTP verb | Path | Description | ||||
---|---|---|---|---|---|---|
|
|
You can use this method to view the details of the ONTAP clusters across the data center. |
||||
|
|
You can use this method to view the details of the nodes in the data center. |
||||
|
|
You can use this method to view the details of the CIFS shares in the data center. |
||||
|
|
You can use this method to view the details of the export policies for the supported NFS services. You can query the export policies for a cluster or storage VM and reuse the export policy key for provisioning NFS file shares. For more information about the assigning and reusing export policies on workloads, see “Provisioning CIFS and NFS file shares”. |
||||
|
|
You can use this method to view the collection of aggregates in the entire data center for provisioning workloads on them or monitoring. |
||||
|
|
You can use this method to view the collection of LUNs in the entire data center. |
||||
|
|
You can use this method to view the details of all the QoS policies in the data center and apply the policies as required. |
||||
|
|
You can use this method to view the qtree details across the data center. |
||||
|
|
You can use this method to view the collection of volumes in the data center. |
||||
|
|
You can assign initiator groups (igroups) authorized to access particular LUN targets. If there is an existing igroup, you can assign it. You can also create igroups and assign them to the LUNs. You can use these methods to query, create, delete, and modify igroups respectively. Points to note:
|
||||
|
|
You can use these methods to view, create, delete, and modify Storage Virtual Machines (storage VMs). Points to note:
|