Skip to main content

Get supported features

Contributors netapp-ranuk

You can perform this workflow to retrieve and check the supported features while provisioning a Cloud Volumes ONTAP instance.

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

Get supported features for single node

You can use this workflow to retrieve the supported features in a single node working environment.

1. Select the permutations

Perform the workflow Get permutations and choose the ontapVersion, license: type, instanceType, and region: code values of the required permutations for the query parameters of supported features request.

2. Get the supported features

HTTP method Path

GET

/occm/api/gcp/vsa/metadata/supported-features

curl example
curl --location --request GET 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/vsa/metadata/supported-features?region=<REGION>&ontapVersion=<ONTAP_VERSION>&dataEncryptionType=<ENCRP_TYPE>&licenseType=<LICENSE_TYPE>&instanceType=<INST_TYPE>' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>' --header 'Content-Type: application/json'
Input

Query parameters:

  • <REGION> region string

  • <ONTAP_VERSION> ontapVersion string

  • <LICENSE_TYPE> licenseType string

  • <INST_TYPE> instanceType string

  • <ENCRP_TYPE> dataEncryptionType string

JSON output example
{
    "wormSupportedVersion": true,
    "cbsSupportedVersion": true,
    "httpsStorageAccountSupportedVersion": false,
    "tieringWithServiceAccount": true
}

Get supported features for high availability pair

You can use this workflow to retrieve the supported features in an HA working environment.

1. Select the permutations

Perform the workflow Get permutations and choose the ontapVersion, license: type, instanceType, and region: code values of the required permutations for the query parameters of supported features request.

2. Get the supported features

HTTP method Path

GET

/occm/api/gcp/ha/metadata/supported-features

curl example
curl --location --request GET 'https://cloudmanager.cloud.netapp.com/occm/api/gcp/ha/metadata/supported-features?region=<REGION>&ontapVersion=<ONTAP_VERSION>&dataEncryptionType=<ENCRP_TYPE>&licenseType=<LICENSE_TYPE>&instanceType=<INST_TYPE>' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>' --header 'Content-Type: application/json'
Input

Query parameters:

  • <REGION> region string

  • <ONTAP_VERSION> ontapVersion string

  • <LICENSE_TYPE> licenseType string

  • <INST_TYPE> instanceType string

  • <ENCRP_TYPE> dataEncryptionType string

JSON output example
{
    "wormSupportedVersion": true,
    "cbsSupportedVersion": true,
    "httpsStorageAccountSupportedVersion": false,
    "tieringWithServiceAccount": true
}