The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
NetApp Cloud Volumes Services for AWS data collector
This may take a few minutes. Thanks for your patience.
Your file is ready
This data collector supports inventory collection from NetApp Cloud Volumes Services for AWS configurations.
Configuration
Field
Description
Cloud Volumes Region
Region of the NetApp Cloud Volumes Services for AWS
API Key
Cloud Volumes API key
Secret Key
Cloud Volumes secret key
Advanced configuration
Field
Description
Inventory Poll Interval (min)
Default is 60 minutes
Troubleshooting
Some things to try if you encounter problems with this data collector:
Problem:
Try this:
I received an error similar to this one:
'Failed to execute request: Connect to <AWS region endpoint>:8080 [<AWS region endpoint>/AWS region endpoint IP>] failed: connect timed out: GET https://<AWS Region Endpoint FQDN>:8080/v1/Storage/IPRanges HTTP/1.1'
The proxy used by Data Infrastructure Insights to communicate with the Acquisition Unit does not communicate between Data Infrastructure Insights and the Data Collector itself. Here are a few things you can try:
Ensure that the acquisition unit is able to resolve the fqdn and reach the required port.
Confirm that a proxy is not required to reach the specified endpoint in the error message.
Curl can be used to test the communication between the acquisition unit and the endpoint. Make sure that you are not using a Proxy for this test.
Example:
root@acquisitionunit# curl -s -H accept:application/json -H "Content-type: application/json" -H api-key:<api key used in the data collector credentials -H secret-key:<secret key used in the data collector credentials> -X GET https://<AWS Regional Endpoint>:8080/v1/Storage/IPRanges