Created
November 10, 2022 18:05
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can also specify csv for the export_format