Skip to content

Instantly share code, notes, and snippets.

@brucevanhorn2
Created November 10, 2022 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brucevanhorn2/4be9e3dfd38dd6ef074d983e1c261b41 to your computer and use it in GitHub Desktop.
Save brucevanhorn2/4be9e3dfd38dd6ef074d983e1c261b41 to your computer and use it in GitHub Desktop.
Use the VSI 5 REST API to export your Enterprise Summary Data (cURL verion)
curl --location --request POST 'https://vsi5.visualstorageintelligence.com/api/export/v1/enterprise_summary' \
--header 'Content-Type: application/json' \
--data-raw '{
"export_format": "json",
"request_date": "10-31-2022",
"request_user": "your email here",
"request_password": "your password here"
}'
@brucevanhorn2
Copy link
Author

You can also specify csv for the export_format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment