Get network requirements
This workflow retrieves the minimum number of required IPs for a Cloud Volumes ONTAP system.
Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:
Get network requirements for a single node
You can use this workflow to retrieve the minimum number of IPs for a single node Cloud Volumes ONTAP system.
1. Get the network requirements
| HTTP method | Path |
|---|---|
GET |
/occm/api/gcp/vsa/metadata/network-requirements |
- curl example
curl --location --request GET 'https://api.bluexp.netapp.com/occm/api/gcp/vsa/metadata/network-requirements' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
None
- Output
-
The JSON output provides an example of the minimum number of required IPs.
- JSON output example
{
"vsaMinimumRequiredIps": 5,
"haVsaMinimumRequiredIps": 17
}
Get network requirements for a high availability pair
You can use this workflow to retrieve the minimum number of IPs for an HA Cloud Volumes ONTAP system.
1. Get the network requirements
| HTTP method | Path |
|---|---|
GET |
/occm/api/gcp/ha/metadata/network-requirements |
- curl example
curl --location --request GET 'https://api.bluexp.netapp.com/occm/api/gcp/ha/metadata/network-requirements' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
None
- Output
-
The JSON output provides an example of the minimum number of required IPs.
- JSON output example
{
"vsaMinimumRequiredIps": 5,
"haVsaMinimumRequiredIps": 17
}