Skip to main content

Get instance types not supporting acceleration and capacity tiering

Contributors netapp-ranuk

This workflow retrieves the Google Cloud instance types which do not support the acceleration and capacity tiering. This means that these kind instance types do not use any sort of hardware accelerator. You can check the instance types while provisioning the Cloud Volumes ONTAP.

Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:

Get instance types for single node

You can use this workflow to retrieve the Google Cloud instance types which do not support the acceleration and capacity tiering in a single node working environment.

1. Get the instance types

HTTP method Path

GET

occm/api/gcp/vsa/metadata/instance-types-not-supporting-acceleration-and-capacity-tiering

curl example
curl --location --request GET 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/vsa/metadata/instance-types-not-supporting-acceleration-and-capacity-tiering' --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 a list of instance types.

JSON output example
{
    "instanceTypes": []
}

Get instance types for high availability pair

You can use this workflow to retrieve the Google Cloud instance types which do not support the acceleration and capacity tiering in an HA working environment.

1. Get the instance types

HTTP method Path

GET

occm/api/gcp/ha/metadata/instance-types-not-supporting-acceleration-and-capacity-tiering

curl example
curl --location --request GET 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/ha/metadata/instance-types-not-supporting-acceleration-and-capacity-tiering' --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 a list of instance types.

JSON output example
{
    "instanceTypes": []
}