Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutanixdev/code-samples
Nutanix API code samples
https://github.com/nutanixdev/code-samples
Last synced: about 8 hours ago
JSON representation
Nutanix API code samples
- Host: GitHub
- URL: https://github.com/nutanixdev/code-samples
- Owner: nutanixdev
- License: mit
- Created: 2021-03-22T07:08:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T04:49:55.000Z (5 months ago)
- Last Synced: 2024-06-28T07:32:11.742Z (5 months ago)
- Language: Python
- Homepage: https://www.nutanix.dev
- Size: 7.21 MB
- Stars: 11
- Watchers: 7
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Nutanix Developer Portal Code Samples
A collection of code samples designed for distribution via the [Nutanix Developer Portal](https://www.nutanix.dev).
**Note**: The structure of this repository changed on June 6th 2019. Please update any existing bookmarks you may have saved.
Please feel free to use these for your own environments if you find them useful.
## Assumptions
Detailed instructions on how to setup a development/testing environment are beyond the scope of this repo and the scripts contained within it.
Each script language covered in this repository has an accompanying readme file that suggests how the environment should be setup, although individual preferences will nearly always override those suggestions.
## Sections
- **python**: Python scripts based on Python >=3.7
- **powershell**: Windows PowerShell scripts, based on PowerShell >= 5.1
- **shell**: Bash scripts to run in a Linux terminal (please note that the Windows 10 Bash Shell has not been tested with these scripts!)
- **csharp**: Single-file/script Microsoft C# applications, typically run in the console
- **go** - Golang examples
- **postman** - JSON payloads designed for use with the [Postman](https://getpostman.com) API development application
- **blueprints** - NCM Self-Service blueprints## License & Usage
Please see the `LICENSE` file distributed with this repository.
For full terms and conditions, please see [Nutanix Terms of Use](https://www.nutanix.com/legal/terms-of-use).
## Support & Disclaimer
These scripts are *unofficial* and are not supported or actively maintained by Nutanix in any way.
In addition, please also be advised that these scripts may contain code that does not follow best practices. Please check through each script to ensure the configuration suits your requirements.
**Changes will be required before these scripts can be used in production environments.**
Please see the `.disclaimer` file distributed with this repository.